2024-02-11T16:44:09.010 INFO:root:teuthology version: 0.0.1.dev256+gd9fdb22 2024-02-11T16:44:09.010 DEBUG:teuthology.run:Teuthology command: teuthology --name yuriw-2024-02-11_15:26:36-rados-wip-yuri8-testing-2024-02-07-0820-pacific-distro-default-smithi --owner scheduled_yuriw@teuthology --archive /home/teuthworker/archive/yuriw-2024-02-11_15:26:36-rados-wip-yuri8-testing-2024-02-07-0820-pacific-distro-default-smithi/7556239 --description rados/cephadm/smoke-roleless/{0-distro/rhel_8.6_container_tools_rhel8 0-nvme-loop 1-start 2-services/nfs-ingress-rgw-bucket 3-final} --verbose -- /home/teuthworker/archive/yuriw-2024-02-11_15:26:36-rados-wip-yuri8-testing-2024-02-07-0820-pacific-distro-default-smithi/7556239/orig.config.yaml 2024-02-11T16:44:09.046 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-02-11T16:44:09.129 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/yuriw-2024-02-11_15:26:36-rados-wip-yuri8-testing-2024-02-07-0820-pacific-distro-default-smithi/7556239 branch: wip-yuri8-testing-2024-02-07-0820-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: '7556239' kernel: kdb: true sha1: distro last_in_suite: false machine_type: smithi name: yuriw-2024-02-11_15:26:36-rados-wip-yuri8-testing-2024-02-07-0820-pacific-distro-default-smithi no_nested_subset: false nuke-on-error: true openstack: - volumes: count: 4 size: 10 os_type: rhel os_version: '8.6' overrides: admin_socket: branch: wip-yuri8-testing-2024-02-07-0820-pacific ceph: conf: mgr: debug mgr: 20 debug ms: 1 mon: debug mon: 20 debug ms: 1 debug paxos: 20 osd: debug ms: 1 debug osd: 20 osd shutdown pgref assert: true flavor: default log-ignorelist: - \(MDS_ALL_DOWN\) - \(MDS_UP_LESS_THAN_MAX\) sha1: 5db25abe00e218b6920215c0bef70af7e47c7152 ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: {} install: ceph: flavor: default sha1: 5db25abe00e218b6920215c0bef70af7e47c7152 selinux: whitelist: - scontext=system_u:system_r:logrotate_t:s0 workunit: branch: wip-yuri8-testing-2024-02-07-0820-pacific sha1: 5db25abe00e218b6920215c0bef70af7e47c7152 owner: scheduled_yuriw@teuthology priority: 71 repo: https://github.com/ceph/ceph-ci.git roles: - - host.a - client.0 - - host.b - client.1 seed: 1730 sha1: 5db25abe00e218b6920215c0bef70af7e47c7152 sleep_before_teardown: 0 subset: 111/120000 suite: rados suite_branch: wip-yuri8-testing-2024-02-07-0820-pacific suite_path: /home/teuthworker/src/github.com_ceph_ceph-c_5db25abe00e218b6920215c0bef70af7e47c7152/qa suite_relpath: qa suite_repo: https://github.com/ceph/ceph-ci.git suite_sha1: 5db25abe00e218b6920215c0bef70af7e47c7152 targets: smithi088.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBM1IxqWWoMILeGogo72LuoMvD7EArAMFAVpdkK3jV+/bCbRmA4bmnv4YAQyKz0tURajilg6724etOB3yIIHLE20= smithi148.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBPYavKS8JhgZ3J/7Rw7S87BbkuaXD60WhTerFpWqSqjCnrZRDG2iGtj0DHzSf4vIwrBc/IUs76URvND5THcBdo0= 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-11_15:26:36 tube: smithi user: yuriw verbose: true worker_log: /home/teuthworker/archive/worker_logs/dispatcher.smithi.2226885 2024-02-11T16:44:09.129 INFO:teuthology.run:suite_path is set to /home/teuthworker/src/github.com_ceph_ceph-c_5db25abe00e218b6920215c0bef70af7e47c7152/qa; will attempt to use it 2024-02-11T16:44:09.130 INFO:teuthology.run:Found tasks at /home/teuthworker/src/github.com_ceph_ceph-c_5db25abe00e218b6920215c0bef70af7e47c7152/qa/tasks 2024-02-11T16:44:09.130 INFO:teuthology.run_tasks:Running task internal.check_packages... 2024-02-11T16:44:09.131 INFO:teuthology.task.internal:Checking packages... 2024-02-11T16:44:09.156 INFO:teuthology.task.internal:Checking packages for os_type 'rhel', flavor 'default' and ceph hash '5db25abe00e218b6920215c0bef70af7e47c7152' 2024-02-11T16:44:09.157 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2024-02-11T16:44:09.157 INFO:teuthology.packaging:ref: None 2024-02-11T16:44:09.157 INFO:teuthology.packaging:tag: None 2024-02-11T16:44:09.157 INFO:teuthology.packaging:branch: wip-yuri8-testing-2024-02-07-0820-pacific 2024-02-11T16:44:09.157 INFO:teuthology.packaging:sha1: 5db25abe00e218b6920215c0bef70af7e47c7152 2024-02-11T16:44:09.157 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F8%2Fx86_64&ref=wip-yuri8-testing-2024-02-07-0820-pacific 2024-02-11T16:44:09.375 INFO:teuthology.task.internal:Found packages for ceph version 16.2.14-530.g5db25abe 2024-02-11T16:44:09.377 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2024-02-11T16:44:09.383 INFO:teuthology.task.internal:no buildpackages task found 2024-02-11T16:44:09.383 INFO:teuthology.run_tasks:Running task internal.save_config... 2024-02-11T16:44:09.393 INFO:teuthology.task.internal:Saving configuration 2024-02-11T16:44:09.407 INFO:teuthology.run_tasks:Running task internal.check_lock... 2024-02-11T16:44:09.413 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-02-11T16:44:09.438 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi088.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2024-02-11_15:26:36-rados-wip-yuri8-testing-2024-02-07-0820-pacific-distro-default-smithi/7556239', '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-11 16:38:30.807181', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBM1IxqWWoMILeGogo72LuoMvD7EArAMFAVpdkK3jV+/bCbRmA4bmnv4YAQyKz0tURajilg6724etOB3yIIHLE20='} 2024-02-11T16:44:09.464 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi148.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2024-02-11_15:26:36-rados-wip-yuri8-testing-2024-02-07-0820-pacific-distro-default-smithi/7556239', '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-11 16:38:30.808744', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBPYavKS8JhgZ3J/7Rw7S87BbkuaXD60WhTerFpWqSqjCnrZRDG2iGtj0DHzSf4vIwrBc/IUs76URvND5THcBdo0='} 2024-02-11T16:44:09.464 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2024-02-11T16:44:09.470 INFO:teuthology.task.internal:roles: ubuntu@smithi088.front.sepia.ceph.com - ['host.a', 'client.0'] 2024-02-11T16:44:09.470 INFO:teuthology.task.internal:roles: ubuntu@smithi148.front.sepia.ceph.com - ['host.b', 'client.1'] 2024-02-11T16:44:09.470 INFO:teuthology.run_tasks:Running task console_log... 2024-02-11T16:44:09.539 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7fb717258160>, signals=[15]) 2024-02-11T16:44:09.539 INFO:teuthology.run_tasks:Running task internal.connect... 2024-02-11T16:44:09.545 INFO:teuthology.task.internal:Opening connections... 2024-02-11T16:44:09.545 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi088.front.sepia.ceph.com 2024-02-11T16:44:09.547 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi088.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-11T16:44:09.622 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi148.front.sepia.ceph.com 2024-02-11T16:44:09.623 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi148.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-11T16:44:09.697 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2024-02-11T16:44:09.703 DEBUG:teuthology.orchestra.run.smithi088:> uname -m 2024-02-11T16:44:09.724 INFO:teuthology.orchestra.run.smithi088.stdout:x86_64 2024-02-11T16:44:09.724 DEBUG:teuthology.orchestra.run.smithi088:> cat /etc/os-release 2024-02-11T16:44:09.787 INFO:teuthology.orchestra.run.smithi088.stdout:NAME="Red Hat Enterprise Linux" 2024-02-11T16:44:09.787 INFO:teuthology.orchestra.run.smithi088.stdout:VERSION="8.6 (Ootpa)" 2024-02-11T16:44:09.787 INFO:teuthology.orchestra.run.smithi088.stdout:ID="rhel" 2024-02-11T16:44:09.787 INFO:teuthology.orchestra.run.smithi088.stdout:ID_LIKE="fedora" 2024-02-11T16:44:09.787 INFO:teuthology.orchestra.run.smithi088.stdout:VERSION_ID="8.6" 2024-02-11T16:44:09.787 INFO:teuthology.orchestra.run.smithi088.stdout:PLATFORM_ID="platform:el8" 2024-02-11T16:44:09.788 INFO:teuthology.orchestra.run.smithi088.stdout:PRETTY_NAME="Red Hat Enterprise Linux 8.6 (Ootpa)" 2024-02-11T16:44:09.788 INFO:teuthology.orchestra.run.smithi088.stdout:ANSI_COLOR="0;31" 2024-02-11T16:44:09.788 INFO:teuthology.orchestra.run.smithi088.stdout:CPE_NAME="cpe:/o:redhat:enterprise_linux:8::baseos" 2024-02-11T16:44:09.788 INFO:teuthology.orchestra.run.smithi088.stdout:HOME_URL="https://www.redhat.com/" 2024-02-11T16:44:09.788 INFO:teuthology.orchestra.run.smithi088.stdout:DOCUMENTATION_URL="https://access.redhat.com/documentation/red_hat_enterprise_linux/8/" 2024-02-11T16:44:09.788 INFO:teuthology.orchestra.run.smithi088.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2024-02-11T16:44:09.788 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-11T16:44:09.789 INFO:teuthology.orchestra.run.smithi088.stdout:REDHAT_BUGZILLA_PRODUCT="Red Hat Enterprise Linux 8" 2024-02-11T16:44:09.789 INFO:teuthology.orchestra.run.smithi088.stdout:REDHAT_BUGZILLA_PRODUCT_VERSION=8.6 2024-02-11T16:44:09.789 INFO:teuthology.orchestra.run.smithi088.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux" 2024-02-11T16:44:09.789 INFO:teuthology.orchestra.run.smithi088.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="8.6" 2024-02-11T16:44:09.789 INFO:teuthology.lock.ops:Updating smithi088.front.sepia.ceph.com on lock server 2024-02-11T16:44:09.811 DEBUG:teuthology.orchestra.run.smithi148:> uname -m 2024-02-11T16:44:09.832 INFO:teuthology.orchestra.run.smithi148.stdout:x86_64 2024-02-11T16:44:09.833 DEBUG:teuthology.orchestra.run.smithi148:> cat /etc/os-release 2024-02-11T16:44:09.893 INFO:teuthology.orchestra.run.smithi148.stdout:NAME="Red Hat Enterprise Linux" 2024-02-11T16:44:09.893 INFO:teuthology.orchestra.run.smithi148.stdout:VERSION="8.6 (Ootpa)" 2024-02-11T16:44:09.893 INFO:teuthology.orchestra.run.smithi148.stdout:ID="rhel" 2024-02-11T16:44:09.893 INFO:teuthology.orchestra.run.smithi148.stdout:ID_LIKE="fedora" 2024-02-11T16:44:09.893 INFO:teuthology.orchestra.run.smithi148.stdout:VERSION_ID="8.6" 2024-02-11T16:44:09.893 INFO:teuthology.orchestra.run.smithi148.stdout:PLATFORM_ID="platform:el8" 2024-02-11T16:44:09.893 INFO:teuthology.orchestra.run.smithi148.stdout:PRETTY_NAME="Red Hat Enterprise Linux 8.6 (Ootpa)" 2024-02-11T16:44:09.893 INFO:teuthology.orchestra.run.smithi148.stdout:ANSI_COLOR="0;31" 2024-02-11T16:44:09.893 INFO:teuthology.orchestra.run.smithi148.stdout:CPE_NAME="cpe:/o:redhat:enterprise_linux:8::baseos" 2024-02-11T16:44:09.894 INFO:teuthology.orchestra.run.smithi148.stdout:HOME_URL="https://www.redhat.com/" 2024-02-11T16:44:09.894 INFO:teuthology.orchestra.run.smithi148.stdout:DOCUMENTATION_URL="https://access.redhat.com/documentation/red_hat_enterprise_linux/8/" 2024-02-11T16:44:09.894 INFO:teuthology.orchestra.run.smithi148.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2024-02-11T16:44:09.894 INFO:teuthology.orchestra.run.smithi148.stdout: 2024-02-11T16:44:09.894 INFO:teuthology.orchestra.run.smithi148.stdout:REDHAT_BUGZILLA_PRODUCT="Red Hat Enterprise Linux 8" 2024-02-11T16:44:09.894 INFO:teuthology.orchestra.run.smithi148.stdout:REDHAT_BUGZILLA_PRODUCT_VERSION=8.6 2024-02-11T16:44:09.894 INFO:teuthology.orchestra.run.smithi148.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux" 2024-02-11T16:44:09.894 INFO:teuthology.orchestra.run.smithi148.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="8.6" 2024-02-11T16:44:09.895 INFO:teuthology.lock.ops:Updating smithi148.front.sepia.ceph.com on lock server 2024-02-11T16:44:09.919 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2024-02-11T16:44:09.929 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2024-02-11T16:44:09.935 INFO:teuthology.task.internal:Checking for old test directory... 2024-02-11T16:44:09.935 DEBUG:teuthology.orchestra.run.smithi088:> test '!' -e /home/ubuntu/cephtest 2024-02-11T16:44:09.938 DEBUG:teuthology.orchestra.run.smithi148:> test '!' -e /home/ubuntu/cephtest 2024-02-11T16:44:09.956 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2024-02-11T16:44:09.963 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2024-02-11T16:44:09.963 DEBUG:teuthology.orchestra.run.smithi088:> test -z $(ls -A /var/lib/ceph) 2024-02-11T16:44:09.999 DEBUG:teuthology.orchestra.run.smithi148:> test -z $(ls -A /var/lib/ceph) 2024-02-11T16:44:10.029 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2024-02-11T16:44:10.084 INFO:teuthology.run_tasks:Running task kernel... 2024-02-11T16:44:10.099 INFO:teuthology.task.kernel:normalize config orig: {'kdb': True, 'sha1': 'distro'} 2024-02-11T16:44:10.099 INFO:teuthology.task.kernel:config {'host.a': {'kdb': True, 'sha1': 'distro'}, 'host.b': {'kdb': True, 'sha1': 'distro'}}, timeout 300 2024-02-11T16:44:10.099 DEBUG:teuthology.orchestra.run.smithi088:> test -f /run/.containerenv -o -f /.dockerenv 2024-02-11T16:44:10.100 DEBUG:teuthology.orchestra.run.smithi148:> test -f /run/.containerenv -o -f /.dockerenv 2024-02-11T16:44:10.117 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-02-11T16:44:10.118 DEBUG:teuthology.orchestra.run.smithi148:> uname -r 2024-02-11T16:44:10.118 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-02-11T16:44:10.119 DEBUG:teuthology.orchestra.run.smithi088:> uname -r 2024-02-11T16:44:10.176 INFO:teuthology.orchestra.run.smithi148.stdout:4.18.0-513.9.1.el8_9.x86_64 2024-02-11T16:44:10.177 INFO:teuthology.task.kernel:Running kernel on smithi148: 4.18.0-513.9.1.el8_9.x86_64 2024-02-11T16:44:10.177 DEBUG:teuthology.orchestra.run.smithi148:> sudo yum install -y kernel 2024-02-11T16:44:10.178 INFO:teuthology.orchestra.run.smithi088.stdout:4.18.0-513.9.1.el8_9.x86_64 2024-02-11T16:44:10.179 INFO:teuthology.task.kernel:Running kernel on smithi088: 4.18.0-513.9.1.el8_9.x86_64 2024-02-11T16:44:10.179 DEBUG:teuthology.orchestra.run.smithi088:> sudo yum install -y kernel 2024-02-11T16:44:11.653 INFO:teuthology.orchestra.run.smithi088.stdout:Updating Subscription Management repositories. 2024-02-11T16:44:11.654 INFO:teuthology.orchestra.run.smithi088.stdout:Unable to read consumer identity 2024-02-11T16:44:11.742 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-11T16:44:11.743 INFO:teuthology.orchestra.run.smithi088.stdout:This system is not registered with an entitlement server. You can use subscription-manager to register. 2024-02-11T16:44:11.743 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-11T16:44:11.838 INFO:teuthology.orchestra.run.smithi148.stdout:Updating Subscription Management repositories. 2024-02-11T16:44:11.838 INFO:teuthology.orchestra.run.smithi148.stdout:Unable to read consumer identity 2024-02-11T16:44:11.943 INFO:teuthology.orchestra.run.smithi148.stdout: 2024-02-11T16:44:11.943 INFO:teuthology.orchestra.run.smithi148.stdout:This system is not registered with an entitlement server. You can use subscription-manager to register. 2024-02-11T16:44:11.943 INFO:teuthology.orchestra.run.smithi148.stdout: 2024-02-11T16:44:13.478 INFO:teuthology.orchestra.run.smithi088.stdout:Copr repo for python3-asyncssh owned by ceph 21 kB/s | 3.5 kB 00:00 2024-02-11T16:44:13.699 INFO:teuthology.orchestra.run.smithi148.stdout:Copr repo for python3-asyncssh owned by ceph 24 kB/s | 3.5 kB 00:00 2024-02-11T16:44:14.275 INFO:teuthology.orchestra.run.smithi148.stdout:Extra Packages for Enterprise Linux 30 MB/s | 16 MB 00:00 2024-02-11T16:44:14.856 INFO:teuthology.orchestra.run.smithi088.stdout:Extra Packages for Enterprise Linux 12 MB/s | 16 MB 00:01 2024-02-11T16:44:17.975 INFO:teuthology.orchestra.run.smithi148.stdout:lab-extras 427 kB/s | 24 kB 00:00 2024-02-11T16:44:18.454 INFO:teuthology.orchestra.run.smithi088.stdout:lab-extras 425 kB/s | 24 kB 00:00 2024-02-11T16:44:18.719 INFO:teuthology.orchestra.run.smithi148.stdout:Package kernel-4.18.0-513.9.1.el8_9.x86_64 is already installed. 2024-02-11T16:44:18.720 INFO:teuthology.orchestra.run.smithi148.stdout:Package kernel-4.18.0-372.9.1.el8.x86_64 is already installed. 2024-02-11T16:44:18.801 INFO:teuthology.orchestra.run.smithi148.stdout:Dependencies resolved. 2024-02-11T16:44:18.802 INFO:teuthology.orchestra.run.smithi148.stdout:Nothing to do. 2024-02-11T16:44:18.802 INFO:teuthology.orchestra.run.smithi148.stdout:Complete! 2024-02-11T16:44:18.956 DEBUG:teuthology.orchestra.run.smithi148:> echo no | sudo yum reinstall kernel || true 2024-02-11T16:44:19.165 INFO:teuthology.orchestra.run.smithi088.stdout:Package kernel-4.18.0-513.9.1.el8_9.x86_64 is already installed. 2024-02-11T16:44:19.165 INFO:teuthology.orchestra.run.smithi088.stdout:Package kernel-4.18.0-372.9.1.el8.x86_64 is already installed. 2024-02-11T16:44:19.245 INFO:teuthology.orchestra.run.smithi088.stdout:Dependencies resolved. 2024-02-11T16:44:19.246 INFO:teuthology.orchestra.run.smithi088.stdout:Nothing to do. 2024-02-11T16:44:19.246 INFO:teuthology.orchestra.run.smithi088.stdout:Complete! 2024-02-11T16:44:19.292 INFO:teuthology.orchestra.run.smithi148.stdout:Updating Subscription Management repositories. 2024-02-11T16:44:19.293 INFO:teuthology.orchestra.run.smithi148.stdout:Unable to read consumer identity 2024-02-11T16:44:19.356 INFO:teuthology.orchestra.run.smithi148.stdout: 2024-02-11T16:44:19.356 INFO:teuthology.orchestra.run.smithi148.stdout:This system is not registered with an entitlement server. You can use subscription-manager to register. 2024-02-11T16:44:19.356 INFO:teuthology.orchestra.run.smithi148.stdout: 2024-02-11T16:44:19.385 DEBUG:teuthology.orchestra.run.smithi088:> echo no | sudo yum reinstall kernel || true 2024-02-11T16:44:19.664 INFO:teuthology.orchestra.run.smithi148.stdout:Last metadata expiration check: 0:00:02 ago on Sun 11 Feb 2024 04:44:17 PM UTC. 2024-02-11T16:44:19.720 INFO:teuthology.orchestra.run.smithi088.stdout:Updating Subscription Management repositories. 2024-02-11T16:44:19.720 INFO:teuthology.orchestra.run.smithi088.stdout:Unable to read consumer identity 2024-02-11T16:44:19.745 INFO:teuthology.orchestra.run.smithi148.stdout:Installed package kernel-4.18.0-513.9.1.el8_9.x86_64 (from rhel-8-for-x86_64-baseos-rpms) not available. 2024-02-11T16:44:19.745 INFO:teuthology.orchestra.run.smithi148.stdout:Installed package kernel-4.18.0-372.9.1.el8.x86_64 (from anaconda) not available. 2024-02-11T16:44:19.780 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-11T16:44:19.781 INFO:teuthology.orchestra.run.smithi088.stdout:This system is not registered with an entitlement server. You can use subscription-manager to register. 2024-02-11T16:44:19.781 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-11T16:44:19.784 INFO:teuthology.orchestra.run.smithi148.stderr:Error: No packages marked for reinstall. 2024-02-11T16:44:19.831 DEBUG:teuthology.orchestra.run.smithi148:> sudo yum reinstall -y kernel || true 2024-02-11T16:44:20.088 INFO:teuthology.orchestra.run.smithi088.stdout:Last metadata expiration check: 0:00:02 ago on Sun 11 Feb 2024 04:44:18 PM UTC. 2024-02-11T16:44:20.165 INFO:teuthology.orchestra.run.smithi148.stdout:Updating Subscription Management repositories. 2024-02-11T16:44:20.166 INFO:teuthology.orchestra.run.smithi148.stdout:Unable to read consumer identity 2024-02-11T16:44:20.171 INFO:teuthology.orchestra.run.smithi088.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-11T16:44:20.171 INFO:teuthology.orchestra.run.smithi088.stdout:Installed package kernel-4.18.0-372.9.1.el8.x86_64 (from anaconda) not available. 2024-02-11T16:44:20.222 INFO:teuthology.orchestra.run.smithi148.stdout: 2024-02-11T16:44:20.223 INFO:teuthology.orchestra.run.smithi148.stdout:This system is not registered with an entitlement server. You can use subscription-manager to register. 2024-02-11T16:44:20.223 INFO:teuthology.orchestra.run.smithi148.stdout: 2024-02-11T16:44:20.246 INFO:teuthology.orchestra.run.smithi088.stderr:Error: No packages marked for reinstall. 2024-02-11T16:44:20.294 DEBUG:teuthology.orchestra.run.smithi088:> sudo yum reinstall -y kernel || true 2024-02-11T16:44:20.526 INFO:teuthology.orchestra.run.smithi148.stdout:Last metadata expiration check: 0:00:03 ago on Sun 11 Feb 2024 04:44:17 PM UTC. 2024-02-11T16:44:20.589 INFO:teuthology.orchestra.run.smithi148.stdout:Installed package kernel-4.18.0-513.9.1.el8_9.x86_64 (from rhel-8-for-x86_64-baseos-rpms) not available. 2024-02-11T16:44:20.589 INFO:teuthology.orchestra.run.smithi148.stdout:Installed package kernel-4.18.0-372.9.1.el8.x86_64 (from anaconda) not available. 2024-02-11T16:44:20.626 INFO:teuthology.orchestra.run.smithi088.stdout:Updating Subscription Management repositories. 2024-02-11T16:44:20.626 INFO:teuthology.orchestra.run.smithi088.stdout:Unable to read consumer identity 2024-02-11T16:44:20.646 INFO:teuthology.orchestra.run.smithi148.stderr:Error: No packages marked for reinstall. 2024-02-11T16:44:20.681 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-11T16:44:20.681 INFO:teuthology.orchestra.run.smithi088.stdout:This system is not registered with an entitlement server. You can use subscription-manager to register. 2024-02-11T16:44:20.681 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-11T16:44:20.699 DEBUG:teuthology.orchestra.run.smithi148:> rpm -q kernel | sort -rV | head -n 1 2024-02-11T16:44:20.854 INFO:teuthology.orchestra.run.smithi148.stdout:kernel-4.18.0-513.9.1.el8_9.x86_64 2024-02-11T16:44:20.854 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-513.9.1.el8_9.x86_64 2024-02-11T16:44:20.854 INFO:teuthology.task.kernel:Newest distro kernel installed and running 2024-02-11T16:44:20.854 INFO:teuthology.task.kernel:Enabling kdb on host.b... 2024-02-11T16:44:20.854 DEBUG:teuthology.orchestra.run.smithi148:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-02-11T16:44:20.891 INFO:teuthology.orchestra.run.smithi148.stdout:ttyS1 2024-02-11T16:44:20.904 DEBUG:teuthology.parallel:result is None 2024-02-11T16:44:20.982 INFO:teuthology.orchestra.run.smithi088.stdout:Last metadata expiration check: 0:00:02 ago on Sun 11 Feb 2024 04:44:18 PM UTC. 2024-02-11T16:44:21.047 INFO:teuthology.orchestra.run.smithi088.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-11T16:44:21.047 INFO:teuthology.orchestra.run.smithi088.stdout:Installed package kernel-4.18.0-372.9.1.el8.x86_64 (from anaconda) not available. 2024-02-11T16:44:21.089 INFO:teuthology.orchestra.run.smithi088.stderr:Error: No packages marked for reinstall. 2024-02-11T16:44:21.135 DEBUG:teuthology.orchestra.run.smithi088:> rpm -q kernel | sort -rV | head -n 1 2024-02-11T16:44:21.303 INFO:teuthology.orchestra.run.smithi088.stdout:kernel-4.18.0-513.9.1.el8_9.x86_64 2024-02-11T16:44:21.304 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-513.9.1.el8_9.x86_64 2024-02-11T16:44:21.304 INFO:teuthology.task.kernel:Newest distro kernel installed and running 2024-02-11T16:44:21.304 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2024-02-11T16:44:21.304 DEBUG:teuthology.orchestra.run.smithi088:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-02-11T16:44:21.336 INFO:teuthology.orchestra.run.smithi088.stdout:ttyS1 2024-02-11T16:44:21.346 DEBUG:teuthology.parallel:result is None 2024-02-11T16:44:21.347 INFO:teuthology.run_tasks:Running task internal.base... 2024-02-11T16:44:21.354 INFO:teuthology.task.internal:Creating test directory... 2024-02-11T16:44:21.354 DEBUG:teuthology.orchestra.run.smithi088:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-02-11T16:44:21.389 DEBUG:teuthology.orchestra.run.smithi148:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-02-11T16:44:21.407 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2024-02-11T16:44:21.414 INFO:teuthology.run_tasks:Running task internal.archive... 2024-02-11T16:44:21.423 INFO:teuthology.task.internal:Creating archive directory... 2024-02-11T16:44:21.423 DEBUG:teuthology.orchestra.run.smithi088:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-02-11T16:44:21.446 DEBUG:teuthology.orchestra.run.smithi148:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-02-11T16:44:21.486 INFO:teuthology.run_tasks:Running task internal.coredump... 2024-02-11T16:44:21.493 INFO:teuthology.task.internal:Enabling coredump saving... 2024-02-11T16:44:21.493 DEBUG:teuthology.orchestra.run.smithi088:> 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-11T16:44:21.512 DEBUG:teuthology.orchestra.run.smithi148:> install -d -m0755 -- /home/ubuntu/cephtest/archive/coredump && sudo sysctl -w kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core && echo kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core | sudo tee -a /etc/sysctl.conf 2024-02-11T16:44:21.544 INFO:teuthology.orchestra.run.smithi088.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-02-11T16:44:21.554 INFO:teuthology.orchestra.run.smithi088.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-02-11T16:44:21.562 INFO:teuthology.orchestra.run.smithi148.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-02-11T16:44:21.573 INFO:teuthology.orchestra.run.smithi148.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-02-11T16:44:21.575 INFO:teuthology.run_tasks:Running task internal.sudo... 2024-02-11T16:44:21.584 INFO:teuthology.task.internal:Configuring sudo... 2024-02-11T16:44:21.584 DEBUG:teuthology.orchestra.run.smithi088:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-02-11T16:44:21.598 DEBUG:teuthology.orchestra.run.smithi148:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-02-11T16:44:21.643 INFO:teuthology.run_tasks:Running task internal.syslog... 2024-02-11T16:44:21.651 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2024-02-11T16:44:21.652 DEBUG:teuthology.orchestra.run.smithi088:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-02-11T16:44:21.666 DEBUG:teuthology.orchestra.run.smithi148:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-02-11T16:44:21.700 DEBUG:teuthology.orchestra.run.smithi088:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-02-11T16:44:21.761 DEBUG:teuthology.orchestra.run.smithi088:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-02-11T16:44:21.817 DEBUG:teuthology.orchestra.run.smithi088:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-02-11T16:44:21.901 DEBUG:teuthology.orchestra.run.smithi088:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-02-11T16:44:21.942 DEBUG:teuthology.orchestra.run.smithi088:> set -ex 2024-02-11T16:44:21.942 DEBUG:teuthology.orchestra.run.smithi088:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-02-11T16:44:22.008 DEBUG:teuthology.orchestra.run.smithi148:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-02-11T16:44:22.052 DEBUG:teuthology.orchestra.run.smithi148:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-02-11T16:44:22.108 DEBUG:teuthology.orchestra.run.smithi148:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-02-11T16:44:22.192 DEBUG:teuthology.orchestra.run.smithi148:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-02-11T16:44:22.235 DEBUG:teuthology.orchestra.run.smithi148:> set -ex 2024-02-11T16:44:22.235 DEBUG:teuthology.orchestra.run.smithi148:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-02-11T16:44:22.301 DEBUG:teuthology.orchestra.run.smithi088:> sudo service rsyslog restart 2024-02-11T16:44:22.303 DEBUG:teuthology.orchestra.run.smithi148:> sudo service rsyslog restart 2024-02-11T16:44:22.341 INFO:teuthology.orchestra.run.smithi088.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-02-11T16:44:22.382 INFO:teuthology.orchestra.run.smithi148.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-02-11T16:44:22.799 INFO:teuthology.run_tasks:Running task internal.timer... 2024-02-11T16:44:22.807 INFO:teuthology.task.internal:Starting timer... 2024-02-11T16:44:22.807 INFO:teuthology.run_tasks:Running task pcp... 2024-02-11T16:44:22.875 INFO:teuthology.run_tasks:Running task selinux... 2024-02-11T16:44:22.884 DEBUG:teuthology.task:Applying overrides for task selinux: {'whitelist': ['scontext=system_u:system_r:logrotate_t:s0']} 2024-02-11T16:44:22.884 DEBUG:teuthology.orchestra.run.smithi088:> sudo service auditd rotate 2024-02-11T16:44:22.947 INFO:teuthology.orchestra.run.smithi088.stdout:Rotating logs: 2024-02-11T16:44:22.949 DEBUG:teuthology.orchestra.run.smithi148:> sudo service auditd rotate 2024-02-11T16:44:23.013 INFO:teuthology.orchestra.run.smithi148.stdout:Rotating logs: 2024-02-11T16:44:23.014 DEBUG:teuthology.task.selinux:Getting current SELinux state 2024-02-11T16:44:23.015 DEBUG:teuthology.orchestra.run.smithi088:> /usr/sbin/getenforce 2024-02-11T16:44:23.036 INFO:teuthology.orchestra.run.smithi088.stdout:Permissive 2024-02-11T16:44:23.036 DEBUG:teuthology.orchestra.run.smithi148:> /usr/sbin/getenforce 2024-02-11T16:44:23.060 INFO:teuthology.orchestra.run.smithi148.stdout:Permissive 2024-02-11T16:44:23.060 DEBUG:teuthology.task.selinux:Existing SELinux modes: {'ubuntu@smithi088.front.sepia.ceph.com': 'permissive', 'ubuntu@smithi148.front.sepia.ceph.com': 'permissive'} 2024-02-11T16:44:23.061 DEBUG:teuthology.orchestra.run.smithi088:> 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-11T16:44:23.103 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-02-11T16:44:23.104 DEBUG:teuthology.orchestra.run.smithi148:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 2024-02-11T16:44:23.132 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-02-11T16:44:23.132 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2024-02-11T16:44:23.132 DEBUG:teuthology.orchestra.run.smithi088:> sudo /usr/sbin/setenforce permissive 2024-02-11T16:44:23.171 DEBUG:teuthology.orchestra.run.smithi148:> sudo /usr/sbin/setenforce permissive 2024-02-11T16:44:23.200 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2024-02-11T16:44:23.210 DEBUG:teuthology.repo_utils:Setting repo remote to https://git.ceph.com/ceph-cm-ansible.git 2024-02-11T16:44:23.215 INFO:teuthology.repo_utils:Fetching git.ceph.com_ceph-cm-ansible_main from origin 2024-02-11T16:44:23.348 DEBUG:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2024-02-11T16:44:23.374 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-11T16:44:23.376 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi088.front.sepia.ceph.com,smithi148.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2024-02-11T16:51:48.593 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@smithi088.front.sepia.ceph.com'), Remote(name='ubuntu@smithi148.front.sepia.ceph.com')] 2024-02-11T16:51:48.595 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi088.front.sepia.ceph.com' 2024-02-11T16:51:48.596 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi088.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-11T16:51:48.673 DEBUG:teuthology.orchestra.run.smithi088:> true 2024-02-11T16:51:48.746 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi088.front.sepia.ceph.com' 2024-02-11T16:51:48.746 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi148.front.sepia.ceph.com' 2024-02-11T16:51:48.747 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi148.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-11T16:51:48.819 DEBUG:teuthology.orchestra.run.smithi148:> true 2024-02-11T16:51:48.889 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi148.front.sepia.ceph.com' 2024-02-11T16:51:48.890 INFO:teuthology.run_tasks:Running task clock... 2024-02-11T16:51:48.900 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2024-02-11T16:51:48.900 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-02-11T16:51:48.901 DEBUG:teuthology.orchestra.run.smithi088:> 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-11T16:51:48.903 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-02-11T16:51:48.903 DEBUG:teuthology.orchestra.run.smithi148:> sudo systemctl stop ntp.service || sudo systemctl stop ntpd.service || sudo systemctl stop chronyd.service ; sudo ntpd -gq || sudo chronyc makestep ; sudo systemctl start ntp.service || sudo systemctl start ntpd.service || sudo systemctl start chronyd.service ; PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-02-11T16:51:48.935 INFO:teuthology.orchestra.run.smithi088.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2024-02-11T16:51:48.950 INFO:teuthology.orchestra.run.smithi088.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2024-02-11T16:51:48.962 INFO:teuthology.orchestra.run.smithi148.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2024-02-11T16:51:48.977 INFO:teuthology.orchestra.run.smithi148.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2024-02-11T16:51:49.041 INFO:teuthology.orchestra.run.smithi088.stderr:sudo: ntpd: command not found 2024-02-11T16:51:49.046 INFO:teuthology.orchestra.run.smithi148.stderr:sudo: ntpd: command not found 2024-02-11T16:51:49.053 INFO:teuthology.orchestra.run.smithi088.stdout:506 Cannot talk to daemon 2024-02-11T16:51:49.058 INFO:teuthology.orchestra.run.smithi148.stdout:506 Cannot talk to daemon 2024-02-11T16:51:49.068 INFO:teuthology.orchestra.run.smithi088.stderr:Failed to start ntp.service: Unit ntp.service not found. 2024-02-11T16:51:49.073 INFO:teuthology.orchestra.run.smithi148.stderr:Failed to start ntp.service: Unit ntp.service not found. 2024-02-11T16:51:49.082 INFO:teuthology.orchestra.run.smithi088.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2024-02-11T16:51:49.087 INFO:teuthology.orchestra.run.smithi148.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2024-02-11T16:51:49.147 INFO:teuthology.orchestra.run.smithi088.stderr:bash: ntpq: command not found 2024-02-11T16:51:49.151 INFO:teuthology.orchestra.run.smithi088.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-02-11T16:51:49.151 INFO:teuthology.orchestra.run.smithi088.stdout:=============================================================================== 2024-02-11T16:51:49.151 INFO:teuthology.orchestra.run.smithi088.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-02-11T16:51:49.151 INFO:teuthology.orchestra.run.smithi088.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-02-11T16:51:49.151 INFO:teuthology.orchestra.run.smithi088.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-02-11T16:51:49.151 INFO:teuthology.orchestra.run.smithi088.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-02-11T16:51:49.154 INFO:teuthology.orchestra.run.smithi148.stderr:bash: ntpq: command not found 2024-02-11T16:51:49.158 INFO:teuthology.orchestra.run.smithi148.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-02-11T16:51:49.158 INFO:teuthology.orchestra.run.smithi148.stdout:=============================================================================== 2024-02-11T16:51:49.158 INFO:teuthology.orchestra.run.smithi148.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-02-11T16:51:49.158 INFO:teuthology.orchestra.run.smithi148.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-02-11T16:51:49.158 INFO:teuthology.orchestra.run.smithi148.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-02-11T16:51:49.158 INFO:teuthology.orchestra.run.smithi148.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-02-11T16:51:49.159 INFO:teuthology.run_tasks:Running task pexec... 2024-02-11T16:51:49.169 INFO:teuthology.task.pexec:Executing custom commands... 2024-02-11T16:51:49.169 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi088.front.sepia.ceph.com 2024-02-11T16:51:49.170 DEBUG:teuthology.orchestra.run.smithi088:> TESTDIR=/home/ubuntu/cephtest bash -s 2024-02-11T16:51:49.170 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi148.front.sepia.ceph.com 2024-02-11T16:51:49.170 DEBUG:teuthology.orchestra.run.smithi148:> TESTDIR=/home/ubuntu/cephtest bash -s 2024-02-11T16:51:49.567 INFO:teuthology.orchestra.run.smithi088.stdout:Updating Subscription Management repositories. 2024-02-11T16:51:49.578 INFO:teuthology.orchestra.run.smithi148.stdout:Updating Subscription Management repositories. 2024-02-11T16:51:50.281 INFO:teuthology.orchestra.run.smithi148.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 161 kB/s | 4.5 kB 00:00 2024-02-11T16:51:50.358 INFO:teuthology.orchestra.run.smithi088.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 146 kB/s | 4.1 kB 00:00 2024-02-11T16:51:50.635 INFO:teuthology.orchestra.run.smithi088.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 153 kB/s | 4.5 kB 00:00 2024-02-11T16:51:50.808 INFO:teuthology.orchestra.run.smithi148.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 137 kB/s | 4.1 kB 00:00 2024-02-11T16:51:53.464 INFO:teuthology.orchestra.run.smithi088.stdout:Dependencies resolved. 2024-02-11T16:51:53.465 INFO:teuthology.orchestra.run.smithi088.stdout:================================================================================ 2024-02-11T16:51:53.465 INFO:teuthology.orchestra.run.smithi088.stdout: Package Architecture Version Repository Size 2024-02-11T16:51:53.465 INFO:teuthology.orchestra.run.smithi088.stdout:================================================================================ 2024-02-11T16:51:53.466 INFO:teuthology.orchestra.run.smithi088.stdout:Resetting modules: 2024-02-11T16:51:53.466 INFO:teuthology.orchestra.run.smithi088.stdout: container-tools 2024-02-11T16:51:53.466 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-11T16:51:53.466 INFO:teuthology.orchestra.run.smithi088.stdout:Transaction Summary 2024-02-11T16:51:53.466 INFO:teuthology.orchestra.run.smithi088.stdout:================================================================================ 2024-02-11T16:51:53.466 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-11T16:51:53.610 INFO:teuthology.orchestra.run.smithi148.stdout:Dependencies resolved. 2024-02-11T16:51:53.611 INFO:teuthology.orchestra.run.smithi148.stdout:================================================================================ 2024-02-11T16:51:53.611 INFO:teuthology.orchestra.run.smithi148.stdout: Package Architecture Version Repository Size 2024-02-11T16:51:53.612 INFO:teuthology.orchestra.run.smithi148.stdout:================================================================================ 2024-02-11T16:51:53.612 INFO:teuthology.orchestra.run.smithi148.stdout:Resetting modules: 2024-02-11T16:51:53.612 INFO:teuthology.orchestra.run.smithi148.stdout: container-tools 2024-02-11T16:51:53.612 INFO:teuthology.orchestra.run.smithi148.stdout: 2024-02-11T16:51:53.613 INFO:teuthology.orchestra.run.smithi148.stdout:Transaction Summary 2024-02-11T16:51:53.613 INFO:teuthology.orchestra.run.smithi148.stdout:================================================================================ 2024-02-11T16:51:53.613 INFO:teuthology.orchestra.run.smithi148.stdout: 2024-02-11T16:51:58.301 INFO:teuthology.orchestra.run.smithi088.stdout:Complete! 2024-02-11T16:51:58.599 INFO:teuthology.orchestra.run.smithi148.stdout:Complete! 2024-02-11T16:51:58.764 INFO:teuthology.orchestra.run.smithi088.stdout:Updating Subscription Management repositories. 2024-02-11T16:51:59.063 INFO:teuthology.orchestra.run.smithi148.stdout:Updating Subscription Management repositories. 2024-02-11T16:51:59.523 INFO:teuthology.orchestra.run.smithi088.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 157 kB/s | 4.1 kB 00:00 2024-02-11T16:51:59.715 INFO:teuthology.orchestra.run.smithi148.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 160 kB/s | 4.5 kB 00:00 2024-02-11T16:51:59.748 INFO:teuthology.orchestra.run.smithi088.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 174 kB/s | 4.5 kB 00:00 2024-02-11T16:52:00.242 INFO:teuthology.orchestra.run.smithi148.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 138 kB/s | 4.1 kB 00:00 2024-02-11T16:52:02.557 INFO:teuthology.orchestra.run.smithi088.stdout:Dependencies resolved. 2024-02-11T16:52:02.713 INFO:teuthology.orchestra.run.smithi088.stdout:========================================================================================================== 2024-02-11T16:52:02.713 INFO:teuthology.orchestra.run.smithi088.stdout: Package Arch Version Repository Size 2024-02-11T16:52:02.713 INFO:teuthology.orchestra.run.smithi088.stdout:========================================================================================================== 2024-02-11T16:52:02.713 INFO:teuthology.orchestra.run.smithi088.stdout:Installing group/module packages: 2024-02-11T16:52:02.713 INFO:teuthology.orchestra.run.smithi088.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-11T16:52:02.713 INFO:teuthology.orchestra.run.smithi088.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-11T16:52:02.713 INFO:teuthology.orchestra.run.smithi088.stdout: cockpit-podman noarch 75-1.module+el8.9.0+20326+387084d0 rhel-8-for-x86_64-appstream-rpms 739 k 2024-02-11T16:52:02.713 INFO:teuthology.orchestra.run.smithi088.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-11T16:52:02.713 INFO:teuthology.orchestra.run.smithi088.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-11T16:52:02.713 INFO:teuthology.orchestra.run.smithi088.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-11T16:52:02.713 INFO:teuthology.orchestra.run.smithi088.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-11T16:52:02.714 INFO:teuthology.orchestra.run.smithi088.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-11T16:52:02.714 INFO:teuthology.orchestra.run.smithi088.stdout: udica noarch 0.2.6-20.module+el8.9.0+20326+387084d0 rhel-8-for-x86_64-appstream-rpms 49 k 2024-02-11T16:52:02.714 INFO:teuthology.orchestra.run.smithi088.stdout:Installing dependencies: 2024-02-11T16:52:02.714 INFO:teuthology.orchestra.run.smithi088.stdout: python3-pytoml noarch 0.1.14-5.git7dea353.el8 rhel-8-for-x86_64-appstream-rpms 25 k 2024-02-11T16:52:02.714 INFO:teuthology.orchestra.run.smithi088.stdout: python3-pyxdg noarch 0.25-16.el8 rhel-8-for-x86_64-appstream-rpms 94 k 2024-02-11T16:52:02.714 INFO:teuthology.orchestra.run.smithi088.stdout: yajl x86_64 2.1.0-12.el8 rhel-8-for-x86_64-appstream-rpms 41 k 2024-02-11T16:52:02.714 INFO:teuthology.orchestra.run.smithi088.stdout:Installing weak dependencies: 2024-02-11T16:52:02.714 INFO:teuthology.orchestra.run.smithi088.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-11T16:52:02.714 INFO:teuthology.orchestra.run.smithi088.stdout:Installing module profiles: 2024-02-11T16:52:02.714 INFO:teuthology.orchestra.run.smithi088.stdout: container-tools/common 2024-02-11T16:52:02.714 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-11T16:52:02.714 INFO:teuthology.orchestra.run.smithi088.stdout:Enabling module streams: 2024-02-11T16:52:02.714 INFO:teuthology.orchestra.run.smithi088.stdout: container-tools rhel8 2024-02-11T16:52:02.714 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-11T16:52:02.714 INFO:teuthology.orchestra.run.smithi088.stdout:Transaction Summary 2024-02-11T16:52:02.715 INFO:teuthology.orchestra.run.smithi088.stdout:========================================================================================================== 2024-02-11T16:52:02.715 INFO:teuthology.orchestra.run.smithi088.stdout:Install 13 Packages 2024-02-11T16:52:02.715 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-11T16:52:02.715 INFO:teuthology.orchestra.run.smithi088.stdout:Total download size: 26 M 2024-02-11T16:52:02.715 INFO:teuthology.orchestra.run.smithi088.stdout:Installed size: 87 M 2024-02-11T16:52:02.715 INFO:teuthology.orchestra.run.smithi088.stdout:Downloading Packages: 2024-02-11T16:52:02.797 INFO:teuthology.orchestra.run.smithi088.stdout:(1/13): python3-pyxdg-0.25-16.el8.noarch.rpm 1.1 MB/s | 94 kB 00:00 2024-02-11T16:52:02.822 INFO:teuthology.orchestra.run.smithi088.stdout:(2/13): python3-pytoml-0.1.14-5.git7dea353.el8. 233 kB/s | 25 kB 00:00 2024-02-11T16:52:02.872 INFO:teuthology.orchestra.run.smithi088.stdout:(3/13): aardvark-dns-1.7.0-1.module+el8.9.0+203 6.4 MB/s | 1.0 MB 00:00 2024-02-11T16:52:02.915 INFO:teuthology.orchestra.run.smithi088.stdout:(4/13): cockpit-podman-75-1.module+el8.9.0+2032 7.8 MB/s | 739 kB 00:00 2024-02-11T16:52:02.931 INFO:teuthology.orchestra.run.smithi088.stdout:(5/13): criu-libs-3.18-4.module+el8.9.0+20326+3 673 kB/s | 39 kB 00:00 2024-02-11T16:52:02.965 INFO:teuthology.orchestra.run.smithi088.stdout:(6/13): crun-1.8.7-1.module+el8.9.0+20326+38708 4.7 MB/s | 239 kB 00:00 2024-02-11T16:52:03.015 INFO:teuthology.orchestra.run.smithi088.stdout:(7/13): python3-podman-4.6.0-1.module+el8.9.0+2 3.0 MB/s | 153 kB 00:00 2024-02-11T16:52:03.082 INFO:teuthology.orchestra.run.smithi088.stdout:(8/13): netavark-1.7.0-1.module+el8.9.0+20326+3 25 MB/s | 3.7 MB 00:00 2024-02-11T16:52:03.159 INFO:teuthology.orchestra.run.smithi148.stdout:Dependencies resolved. 2024-02-11T16:52:03.224 INFO:teuthology.orchestra.run.smithi088.stdout:(9/13): buildah-1.31.3-1.module+el8.9.0+20326+3 21 MB/s | 8.8 MB 00:00 2024-02-11T16:52:03.274 INFO:teuthology.orchestra.run.smithi088.stdout:(10/13): udica-0.2.6-20.module+el8.9.0+20326+38 993 kB/s | 49 kB 00:00 2024-02-11T16:52:03.315 INFO:teuthology.orchestra.run.smithi148.stdout:========================================================================================================== 2024-02-11T16:52:03.315 INFO:teuthology.orchestra.run.smithi148.stdout: Package Arch Version Repository Size 2024-02-11T16:52:03.315 INFO:teuthology.orchestra.run.smithi148.stdout:========================================================================================================== 2024-02-11T16:52:03.315 INFO:teuthology.orchestra.run.smithi148.stdout:Installing group/module packages: 2024-02-11T16:52:03.315 INFO:teuthology.orchestra.run.smithi148.stdout: aardvark-dns x86_64 2:1.7.0-1.module+el8.9.0+20326+387084d0 rhel-8-for-x86_64-appstream-rpms 1.0 M 2024-02-11T16:52:03.315 INFO:teuthology.orchestra.run.smithi148.stdout: buildah x86_64 1:1.31.3-1.module+el8.9.0+20326+387084d0 rhel-8-for-x86_64-appstream-rpms 8.8 M 2024-02-11T16:52:03.315 INFO:teuthology.orchestra.run.smithi148.stdout: cockpit-podman noarch 75-1.module+el8.9.0+20326+387084d0 rhel-8-for-x86_64-appstream-rpms 739 k 2024-02-11T16:52:03.315 INFO:teuthology.orchestra.run.smithi148.stdout: crun x86_64 1.8.7-1.module+el8.9.0+20326+387084d0 rhel-8-for-x86_64-appstream-rpms 239 k 2024-02-11T16:52:03.315 INFO:teuthology.orchestra.run.smithi148.stdout: netavark x86_64 2:1.7.0-1.module+el8.9.0+20326+387084d0 rhel-8-for-x86_64-appstream-rpms 3.7 M 2024-02-11T16:52:03.315 INFO:teuthology.orchestra.run.smithi148.stdout: python3-podman noarch 4.6.0-1.module+el8.9.0+20326+387084d0 rhel-8-for-x86_64-appstream-rpms 153 k 2024-02-11T16:52:03.315 INFO:teuthology.orchestra.run.smithi148.stdout: skopeo x86_64 2:1.13.3-1.module+el8.9.0+20326+387084d0 rhel-8-for-x86_64-appstream-rpms 8.1 M 2024-02-11T16:52:03.315 INFO:teuthology.orchestra.run.smithi148.stdout: toolbox x86_64 0.0.99.4-5.module+el8.9.0+20326+387084d0 rhel-8-for-x86_64-appstream-rpms 2.5 M 2024-02-11T16:52:03.316 INFO:teuthology.orchestra.run.smithi148.stdout: udica noarch 0.2.6-20.module+el8.9.0+20326+387084d0 rhel-8-for-x86_64-appstream-rpms 49 k 2024-02-11T16:52:03.316 INFO:teuthology.orchestra.run.smithi148.stdout:Installing dependencies: 2024-02-11T16:52:03.316 INFO:teuthology.orchestra.run.smithi148.stdout: python3-pytoml noarch 0.1.14-5.git7dea353.el8 rhel-8-for-x86_64-appstream-rpms 25 k 2024-02-11T16:52:03.316 INFO:teuthology.orchestra.run.smithi148.stdout: python3-pyxdg noarch 0.25-16.el8 rhel-8-for-x86_64-appstream-rpms 94 k 2024-02-11T16:52:03.316 INFO:teuthology.orchestra.run.smithi148.stdout: yajl x86_64 2.1.0-12.el8 rhel-8-for-x86_64-appstream-rpms 41 k 2024-02-11T16:52:03.316 INFO:teuthology.orchestra.run.smithi148.stdout:Installing weak dependencies: 2024-02-11T16:52:03.316 INFO:teuthology.orchestra.run.smithi148.stdout: criu-libs x86_64 3.18-4.module+el8.9.0+20326+387084d0 rhel-8-for-x86_64-appstream-rpms 39 k 2024-02-11T16:52:03.316 INFO:teuthology.orchestra.run.smithi148.stdout:Installing module profiles: 2024-02-11T16:52:03.316 INFO:teuthology.orchestra.run.smithi148.stdout: container-tools/common 2024-02-11T16:52:03.316 INFO:teuthology.orchestra.run.smithi148.stdout: 2024-02-11T16:52:03.316 INFO:teuthology.orchestra.run.smithi148.stdout:Enabling module streams: 2024-02-11T16:52:03.316 INFO:teuthology.orchestra.run.smithi148.stdout: container-tools rhel8 2024-02-11T16:52:03.316 INFO:teuthology.orchestra.run.smithi148.stdout: 2024-02-11T16:52:03.316 INFO:teuthology.orchestra.run.smithi148.stdout:Transaction Summary 2024-02-11T16:52:03.317 INFO:teuthology.orchestra.run.smithi148.stdout:========================================================================================================== 2024-02-11T16:52:03.317 INFO:teuthology.orchestra.run.smithi148.stdout:Install 13 Packages 2024-02-11T16:52:03.317 INFO:teuthology.orchestra.run.smithi148.stdout: 2024-02-11T16:52:03.317 INFO:teuthology.orchestra.run.smithi148.stdout:Total download size: 26 M 2024-02-11T16:52:03.317 INFO:teuthology.orchestra.run.smithi148.stdout:Installed size: 87 M 2024-02-11T16:52:03.317 INFO:teuthology.orchestra.run.smithi148.stdout:Downloading Packages: 2024-02-11T16:52:03.324 INFO:teuthology.orchestra.run.smithi088.stdout:(11/13): toolbox-0.0.99.4-5.module+el8.9.0+2032 10 MB/s | 2.5 MB 00:00 2024-02-11T16:52:03.350 INFO:teuthology.orchestra.run.smithi088.stdout:(12/13): yajl-2.1.0-12.el8.x86_64.rpm 545 kB/s | 41 kB 00:00 2024-02-11T16:52:03.387 INFO:teuthology.orchestra.run.smithi148.stdout:(1/13): python3-pytoml-0.1.14-5.git7dea353.el8. 360 kB/s | 25 kB 00:00 2024-02-11T16:52:03.412 INFO:teuthology.orchestra.run.smithi148.stdout:(2/13): python3-pyxdg-0.25-16.el8.noarch.rpm 999 kB/s | 94 kB 00:00 2024-02-11T16:52:03.454 INFO:teuthology.orchestra.run.smithi148.stdout:(3/13): aardvark-dns-1.7.0-1.module+el8.9.0+203 7.4 MB/s | 1.0 MB 00:00 2024-02-11T16:52:03.483 INFO:teuthology.orchestra.run.smithi088.stdout:(13/13): skopeo-1.13.3-1.module+el8.9.0+20326+3 17 MB/s | 8.1 MB 00:00 2024-02-11T16:52:03.484 INFO:teuthology.orchestra.run.smithi088.stdout:-------------------------------------------------------------------------------- 2024-02-11T16:52:03.484 INFO:teuthology.orchestra.run.smithi088.stdout:Total 33 MB/s | 26 MB 00:00 2024-02-11T16:52:03.513 INFO:teuthology.orchestra.run.smithi148.stdout:(4/13): cockpit-podman-75-1.module+el8.9.0+2032 7.2 MB/s | 739 kB 00:00 2024-02-11T16:52:03.529 INFO:teuthology.orchestra.run.smithi148.stdout:(5/13): criu-libs-3.18-4.module+el8.9.0+20326+3 522 kB/s | 39 kB 00:00 2024-02-11T16:52:03.563 INFO:teuthology.orchestra.run.smithi148.stdout:(6/13): crun-1.8.7-1.module+el8.9.0+20326+38708 4.7 MB/s | 239 kB 00:00 2024-02-11T16:52:03.605 INFO:teuthology.orchestra.run.smithi148.stdout:(7/13): python3-podman-4.6.0-1.module+el8.9.0+2 3.6 MB/s | 153 kB 00:00 2024-02-11T16:52:03.728 INFO:teuthology.orchestra.run.smithi148.stdout:(8/13): netavark-1.7.0-1.module+el8.9.0+20326+3 19 MB/s | 3.7 MB 00:00 2024-02-11T16:52:03.768 INFO:teuthology.orchestra.run.smithi088.stdout:Running transaction check 2024-02-11T16:52:03.788 INFO:teuthology.orchestra.run.smithi088.stdout:Transaction check succeeded. 2024-02-11T16:52:03.789 INFO:teuthology.orchestra.run.smithi088.stdout:Running transaction test 2024-02-11T16:52:03.881 INFO:teuthology.orchestra.run.smithi148.stdout:(9/13): buildah-1.31.3-1.module+el8.9.0+20326+3 18 MB/s | 8.8 MB 00:00 2024-02-11T16:52:03.965 INFO:teuthology.orchestra.run.smithi148.stdout:(10/13): toolbox-0.0.99.4-5.module+el8.9.0+2032 11 MB/s | 2.5 MB 00:00 2024-02-11T16:52:03.990 INFO:teuthology.orchestra.run.smithi148.stdout:(11/13): udica-0.2.6-20.module+el8.9.0+20326+38 455 kB/s | 49 kB 00:00 2024-02-11T16:52:04.015 INFO:teuthology.orchestra.run.smithi148.stdout:(12/13): yajl-2.1.0-12.el8.x86_64.rpm 818 kB/s | 41 kB 00:00 2024-02-11T16:52:04.016 INFO:teuthology.orchestra.run.smithi088.stdout:Transaction test succeeded. 2024-02-11T16:52:04.025 INFO:teuthology.orchestra.run.smithi088.stdout:Running transaction 2024-02-11T16:52:04.115 INFO:teuthology.orchestra.run.smithi148.stdout:(13/13): skopeo-1.13.3-1.module+el8.9.0+20326+3 16 MB/s | 8.1 MB 00:00 2024-02-11T16:52:04.115 INFO:teuthology.orchestra.run.smithi148.stdout:-------------------------------------------------------------------------------- 2024-02-11T16:52:04.116 INFO:teuthology.orchestra.run.smithi148.stdout:Total 32 MB/s | 26 MB 00:00 2024-02-11T16:52:04.402 INFO:teuthology.orchestra.run.smithi148.stdout:Running transaction check 2024-02-11T16:52:04.424 INFO:teuthology.orchestra.run.smithi148.stdout:Transaction check succeeded. 2024-02-11T16:52:04.424 INFO:teuthology.orchestra.run.smithi148.stdout:Running transaction test 2024-02-11T16:52:04.627 INFO:teuthology.orchestra.run.smithi088.stdout: Preparing : 1/1 2024-02-11T16:52:04.654 INFO:teuthology.orchestra.run.smithi148.stdout:Transaction test succeeded. 2024-02-11T16:52:04.663 INFO:teuthology.orchestra.run.smithi148.stdout:Running transaction 2024-02-11T16:52:04.803 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : yajl-2.1.0-12.el8.x86_64 1/13 2024-02-11T16:52:05.036 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : criu-libs-3.18-4.module+el8.9.0+20326+387084d0.x86 2/13 2024-02-11T16:52:05.289 INFO:teuthology.orchestra.run.smithi148.stdout: Preparing : 1/1 2024-02-11T16:52:05.452 INFO:teuthology.orchestra.run.smithi148.stdout: Installing : yajl-2.1.0-12.el8.x86_64 1/13 2024-02-11T16:52:05.571 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : aardvark-dns-2:1.7.0-1.module+el8.9.0+20326+387084 3/13 2024-02-11T16:52:05.709 INFO:teuthology.orchestra.run.smithi148.stdout: Installing : criu-libs-3.18-4.module+el8.9.0+20326+387084d0.x86 2/13 2024-02-11T16:52:05.811 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : netavark-2:1.7.0-1.module+el8.9.0+20326+387084d0.x 4/13 2024-02-11T16:52:06.000 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : python3-pyxdg-0.25-16.el8.noarch 5/13 2024-02-11T16:52:06.245 INFO:teuthology.orchestra.run.smithi148.stdout: Installing : aardvark-dns-2:1.7.0-1.module+el8.9.0+20326+387084 3/13 2024-02-11T16:52:06.250 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 6/13 2024-02-11T16:52:06.475 INFO:teuthology.orchestra.run.smithi148.stdout: Installing : netavark-2:1.7.0-1.module+el8.9.0+20326+387084d0.x 4/13 2024-02-11T16:52:06.681 INFO:teuthology.orchestra.run.smithi148.stdout: Installing : python3-pyxdg-0.25-16.el8.noarch 5/13 2024-02-11T16:52:06.891 INFO:teuthology.orchestra.run.smithi148.stdout: Installing : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 6/13 2024-02-11T16:52:07.202 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : python3-podman-4.6.0-1.module+el8.9.0+20326+387084 7/13 2024-02-11T16:52:07.424 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : buildah-1:1.31.3-1.module+el8.9.0+20326+387084d0.x 8/13 2024-02-11T16:52:07.617 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : crun-1.8.7-1.module+el8.9.0+20326+387084d0.x86_64 9/13 2024-02-11T16:52:07.891 INFO:teuthology.orchestra.run.smithi148.stdout: Installing : python3-podman-4.6.0-1.module+el8.9.0+20326+387084 7/13 2024-02-11T16:52:08.020 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : udica-0.2.6-20.module+el8.9.0+20326+387084d0.noarc 10/13 2024-02-11T16:52:08.123 INFO:teuthology.orchestra.run.smithi148.stdout: Installing : buildah-1:1.31.3-1.module+el8.9.0+20326+387084d0.x 8/13 2024-02-11T16:52:08.333 INFO:teuthology.orchestra.run.smithi148.stdout: Installing : crun-1.8.7-1.module+el8.9.0+20326+387084d0.x86_64 9/13 2024-02-11T16:52:08.736 INFO:teuthology.orchestra.run.smithi148.stdout: Installing : udica-0.2.6-20.module+el8.9.0+20326+387084d0.noarc 10/13 2024-02-11T16:52:08.952 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : toolbox-0.0.99.4-5.module+el8.9.0+20326+387084d0.x 11/13 2024-02-11T16:52:09.206 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : skopeo-2:1.13.3-1.module+el8.9.0+20326+387084d0.x8 12/13 2024-02-11T16:52:09.381 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : cockpit-podman-75-1.module+el8.9.0+20326+387084d0. 13/13 2024-02-11T16:52:09.658 INFO:teuthology.orchestra.run.smithi148.stdout: Installing : toolbox-0.0.99.4-5.module+el8.9.0+20326+387084d0.x 11/13 2024-02-11T16:52:09.803 INFO:teuthology.orchestra.run.smithi088.stdout: Running scriptlet: cockpit-podman-75-1.module+el8.9.0+20326+387084d0. 13/13 2024-02-11T16:52:09.803 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 1/13 2024-02-11T16:52:09.803 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : python3-pyxdg-0.25-16.el8.noarch 2/13 2024-02-11T16:52:09.803 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : aardvark-dns-2:1.7.0-1.module+el8.9.0+20326+387084 3/13 2024-02-11T16:52:09.803 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : buildah-1:1.31.3-1.module+el8.9.0+20326+387084d0.x 4/13 2024-02-11T16:52:09.803 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : cockpit-podman-75-1.module+el8.9.0+20326+387084d0. 5/13 2024-02-11T16:52:09.803 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : criu-libs-3.18-4.module+el8.9.0+20326+387084d0.x86 6/13 2024-02-11T16:52:09.803 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : crun-1.8.7-1.module+el8.9.0+20326+387084d0.x86_64 7/13 2024-02-11T16:52:09.803 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : netavark-2:1.7.0-1.module+el8.9.0+20326+387084d0.x 8/13 2024-02-11T16:52:09.803 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : python3-podman-4.6.0-1.module+el8.9.0+20326+387084 9/13 2024-02-11T16:52:09.803 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : skopeo-2:1.13.3-1.module+el8.9.0+20326+387084d0.x8 10/13 2024-02-11T16:52:09.803 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : toolbox-0.0.99.4-5.module+el8.9.0+20326+387084d0.x 11/13 2024-02-11T16:52:09.804 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : udica-0.2.6-20.module+el8.9.0+20326+387084d0.noarc 12/13 2024-02-11T16:52:09.913 INFO:teuthology.orchestra.run.smithi148.stdout: Installing : skopeo-2:1.13.3-1.module+el8.9.0+20326+387084d0.x8 12/13 2024-02-11T16:52:10.130 INFO:teuthology.orchestra.run.smithi148.stdout: Installing : cockpit-podman-75-1.module+el8.9.0+20326+387084d0. 13/13 2024-02-11T16:52:10.555 INFO:teuthology.orchestra.run.smithi148.stdout: Running scriptlet: cockpit-podman-75-1.module+el8.9.0+20326+387084d0. 13/13 2024-02-11T16:52:10.556 INFO:teuthology.orchestra.run.smithi148.stdout: Verifying : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 1/13 2024-02-11T16:52:10.556 INFO:teuthology.orchestra.run.smithi148.stdout: Verifying : python3-pyxdg-0.25-16.el8.noarch 2/13 2024-02-11T16:52:10.556 INFO:teuthology.orchestra.run.smithi148.stdout: Verifying : aardvark-dns-2:1.7.0-1.module+el8.9.0+20326+387084 3/13 2024-02-11T16:52:10.556 INFO:teuthology.orchestra.run.smithi148.stdout: Verifying : buildah-1:1.31.3-1.module+el8.9.0+20326+387084d0.x 4/13 2024-02-11T16:52:10.556 INFO:teuthology.orchestra.run.smithi148.stdout: Verifying : cockpit-podman-75-1.module+el8.9.0+20326+387084d0. 5/13 2024-02-11T16:52:10.556 INFO:teuthology.orchestra.run.smithi148.stdout: Verifying : criu-libs-3.18-4.module+el8.9.0+20326+387084d0.x86 6/13 2024-02-11T16:52:10.556 INFO:teuthology.orchestra.run.smithi148.stdout: Verifying : crun-1.8.7-1.module+el8.9.0+20326+387084d0.x86_64 7/13 2024-02-11T16:52:10.556 INFO:teuthology.orchestra.run.smithi148.stdout: Verifying : netavark-2:1.7.0-1.module+el8.9.0+20326+387084d0.x 8/13 2024-02-11T16:52:10.556 INFO:teuthology.orchestra.run.smithi148.stdout: Verifying : python3-podman-4.6.0-1.module+el8.9.0+20326+387084 9/13 2024-02-11T16:52:10.556 INFO:teuthology.orchestra.run.smithi148.stdout: Verifying : skopeo-2:1.13.3-1.module+el8.9.0+20326+387084d0.x8 10/13 2024-02-11T16:52:10.556 INFO:teuthology.orchestra.run.smithi148.stdout: Verifying : toolbox-0.0.99.4-5.module+el8.9.0+20326+387084d0.x 11/13 2024-02-11T16:52:10.556 INFO:teuthology.orchestra.run.smithi148.stdout: Verifying : udica-0.2.6-20.module+el8.9.0+20326+387084d0.noarc 12/13 2024-02-11T16:52:14.546 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : yajl-2.1.0-12.el8.x86_64 13/13 2024-02-11T16:52:14.547 INFO:teuthology.orchestra.run.smithi088.stdout:Installed products updated. 2024-02-11T16:52:15.082 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-11T16:52:15.082 INFO:teuthology.orchestra.run.smithi088.stdout:Installed: 2024-02-11T16:52:15.082 INFO:teuthology.orchestra.run.smithi088.stdout: aardvark-dns-2:1.7.0-1.module+el8.9.0+20326+387084d0.x86_64 2024-02-11T16:52:15.082 INFO:teuthology.orchestra.run.smithi088.stdout: buildah-1:1.31.3-1.module+el8.9.0+20326+387084d0.x86_64 2024-02-11T16:52:15.082 INFO:teuthology.orchestra.run.smithi088.stdout: cockpit-podman-75-1.module+el8.9.0+20326+387084d0.noarch 2024-02-11T16:52:15.082 INFO:teuthology.orchestra.run.smithi088.stdout: criu-libs-3.18-4.module+el8.9.0+20326+387084d0.x86_64 2024-02-11T16:52:15.082 INFO:teuthology.orchestra.run.smithi088.stdout: crun-1.8.7-1.module+el8.9.0+20326+387084d0.x86_64 2024-02-11T16:52:15.082 INFO:teuthology.orchestra.run.smithi088.stdout: netavark-2:1.7.0-1.module+el8.9.0+20326+387084d0.x86_64 2024-02-11T16:52:15.082 INFO:teuthology.orchestra.run.smithi088.stdout: python3-podman-4.6.0-1.module+el8.9.0+20326+387084d0.noarch 2024-02-11T16:52:15.082 INFO:teuthology.orchestra.run.smithi088.stdout: python3-pytoml-0.1.14-5.git7dea353.el8.noarch 2024-02-11T16:52:15.082 INFO:teuthology.orchestra.run.smithi088.stdout: python3-pyxdg-0.25-16.el8.noarch 2024-02-11T16:52:15.083 INFO:teuthology.orchestra.run.smithi088.stdout: skopeo-2:1.13.3-1.module+el8.9.0+20326+387084d0.x86_64 2024-02-11T16:52:15.083 INFO:teuthology.orchestra.run.smithi088.stdout: toolbox-0.0.99.4-5.module+el8.9.0+20326+387084d0.x86_64 2024-02-11T16:52:15.083 INFO:teuthology.orchestra.run.smithi088.stdout: udica-0.2.6-20.module+el8.9.0+20326+387084d0.noarch 2024-02-11T16:52:15.083 INFO:teuthology.orchestra.run.smithi088.stdout: yajl-2.1.0-12.el8.x86_64 2024-02-11T16:52:15.083 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-11T16:52:15.083 INFO:teuthology.orchestra.run.smithi088.stdout:Complete! 2024-02-11T16:52:15.278 DEBUG:teuthology.parallel:result is None 2024-02-11T16:52:15.477 INFO:teuthology.orchestra.run.smithi148.stdout: Verifying : yajl-2.1.0-12.el8.x86_64 13/13 2024-02-11T16:52:15.477 INFO:teuthology.orchestra.run.smithi148.stdout:Installed products updated. 2024-02-11T16:52:16.059 INFO:teuthology.orchestra.run.smithi148.stdout: 2024-02-11T16:52:16.059 INFO:teuthology.orchestra.run.smithi148.stdout:Installed: 2024-02-11T16:52:16.059 INFO:teuthology.orchestra.run.smithi148.stdout: aardvark-dns-2:1.7.0-1.module+el8.9.0+20326+387084d0.x86_64 2024-02-11T16:52:16.059 INFO:teuthology.orchestra.run.smithi148.stdout: buildah-1:1.31.3-1.module+el8.9.0+20326+387084d0.x86_64 2024-02-11T16:52:16.059 INFO:teuthology.orchestra.run.smithi148.stdout: cockpit-podman-75-1.module+el8.9.0+20326+387084d0.noarch 2024-02-11T16:52:16.059 INFO:teuthology.orchestra.run.smithi148.stdout: criu-libs-3.18-4.module+el8.9.0+20326+387084d0.x86_64 2024-02-11T16:52:16.060 INFO:teuthology.orchestra.run.smithi148.stdout: crun-1.8.7-1.module+el8.9.0+20326+387084d0.x86_64 2024-02-11T16:52:16.060 INFO:teuthology.orchestra.run.smithi148.stdout: netavark-2:1.7.0-1.module+el8.9.0+20326+387084d0.x86_64 2024-02-11T16:52:16.060 INFO:teuthology.orchestra.run.smithi148.stdout: python3-podman-4.6.0-1.module+el8.9.0+20326+387084d0.noarch 2024-02-11T16:52:16.060 INFO:teuthology.orchestra.run.smithi148.stdout: python3-pytoml-0.1.14-5.git7dea353.el8.noarch 2024-02-11T16:52:16.060 INFO:teuthology.orchestra.run.smithi148.stdout: python3-pyxdg-0.25-16.el8.noarch 2024-02-11T16:52:16.060 INFO:teuthology.orchestra.run.smithi148.stdout: skopeo-2:1.13.3-1.module+el8.9.0+20326+387084d0.x86_64 2024-02-11T16:52:16.060 INFO:teuthology.orchestra.run.smithi148.stdout: toolbox-0.0.99.4-5.module+el8.9.0+20326+387084d0.x86_64 2024-02-11T16:52:16.060 INFO:teuthology.orchestra.run.smithi148.stdout: udica-0.2.6-20.module+el8.9.0+20326+387084d0.noarch 2024-02-11T16:52:16.060 INFO:teuthology.orchestra.run.smithi148.stdout: yajl-2.1.0-12.el8.x86_64 2024-02-11T16:52:16.060 INFO:teuthology.orchestra.run.smithi148.stdout: 2024-02-11T16:52:16.060 INFO:teuthology.orchestra.run.smithi148.stdout:Complete! 2024-02-11T16:52:16.237 DEBUG:teuthology.parallel:result is None 2024-02-11T16:52:16.237 INFO:teuthology.run_tasks:Running task nvme_loop... 2024-02-11T16:52:16.250 INFO:tasks.nvme_loop:Setting up nvme_loop on scratch devices... 2024-02-11T16:52:16.251 DEBUG:teuthology.orchestra.run.smithi088:> set -ex 2024-02-11T16:52:16.251 DEBUG:teuthology.orchestra.run.smithi088:> dd if=/scratch_devs of=/dev/stdout 2024-02-11T16:52:16.272 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-11T16:52:16.272 DEBUG:teuthology.orchestra.run.smithi088:> stat /dev/vg_nvme/lv_1 2024-02-11T16:52:16.333 INFO:teuthology.orchestra.run.smithi088.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-02-11T16:52:16.333 INFO:teuthology.orchestra.run.smithi088.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-02-11T16:52:16.333 INFO:teuthology.orchestra.run.smithi088.stdout:Device: 6h/6d Inode: 171896 Links: 1 2024-02-11T16:52:16.333 INFO:teuthology.orchestra.run.smithi088.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-02-11T16:52:16.333 INFO:teuthology.orchestra.run.smithi088.stdout:Context: system_u:object_r:device_t:s0 2024-02-11T16:52:16.333 INFO:teuthology.orchestra.run.smithi088.stdout:Access: 2024-02-11 16:52:09.521611107 +0000 2024-02-11T16:52:16.333 INFO:teuthology.orchestra.run.smithi088.stdout:Modify: 2024-02-11 16:51:18.124185164 +0000 2024-02-11T16:52:16.333 INFO:teuthology.orchestra.run.smithi088.stdout:Change: 2024-02-11 16:51:18.124185164 +0000 2024-02-11T16:52:16.333 INFO:teuthology.orchestra.run.smithi088.stdout: Birth: - 2024-02-11T16:52:16.334 DEBUG:teuthology.orchestra.run.smithi088:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-02-11T16:52:16.403 INFO:teuthology.orchestra.run.smithi088.stderr:1+0 records in 2024-02-11T16:52:16.403 INFO:teuthology.orchestra.run.smithi088.stderr:1+0 records out 2024-02-11T16:52:16.403 INFO:teuthology.orchestra.run.smithi088.stderr:512 bytes copied, 0.000272136 s, 1.9 MB/s 2024-02-11T16:52:16.404 DEBUG:teuthology.orchestra.run.smithi088:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-02-11T16:52:16.466 DEBUG:teuthology.orchestra.run.smithi088:> stat /dev/vg_nvme/lv_2 2024-02-11T16:52:16.525 INFO:teuthology.orchestra.run.smithi088.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-02-11T16:52:16.525 INFO:teuthology.orchestra.run.smithi088.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-02-11T16:52:16.526 INFO:teuthology.orchestra.run.smithi088.stdout:Device: 6h/6d Inode: 179495 Links: 1 2024-02-11T16:52:16.526 INFO:teuthology.orchestra.run.smithi088.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-02-11T16:52:16.526 INFO:teuthology.orchestra.run.smithi088.stdout:Context: system_u:object_r:device_t:s0 2024-02-11T16:52:16.526 INFO:teuthology.orchestra.run.smithi088.stdout:Access: 2024-02-11 16:52:09.521611107 +0000 2024-02-11T16:52:16.526 INFO:teuthology.orchestra.run.smithi088.stdout:Modify: 2024-02-11 16:51:18.471178117 +0000 2024-02-11T16:52:16.526 INFO:teuthology.orchestra.run.smithi088.stdout:Change: 2024-02-11 16:51:18.471178117 +0000 2024-02-11T16:52:16.526 INFO:teuthology.orchestra.run.smithi088.stdout: Birth: - 2024-02-11T16:52:16.526 DEBUG:teuthology.orchestra.run.smithi088:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-02-11T16:52:16.594 INFO:teuthology.orchestra.run.smithi088.stderr:1+0 records in 2024-02-11T16:52:16.594 INFO:teuthology.orchestra.run.smithi088.stderr:1+0 records out 2024-02-11T16:52:16.594 INFO:teuthology.orchestra.run.smithi088.stderr:512 bytes copied, 0.000227902 s, 2.2 MB/s 2024-02-11T16:52:16.595 DEBUG:teuthology.orchestra.run.smithi088:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-02-11T16:52:16.654 DEBUG:teuthology.orchestra.run.smithi088:> stat /dev/vg_nvme/lv_3 2024-02-11T16:52:16.712 INFO:teuthology.orchestra.run.smithi088.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-02-11T16:52:16.712 INFO:teuthology.orchestra.run.smithi088.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-02-11T16:52:16.712 INFO:teuthology.orchestra.run.smithi088.stdout:Device: 6h/6d Inode: 178824 Links: 1 2024-02-11T16:52:16.712 INFO:teuthology.orchestra.run.smithi088.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-02-11T16:52:16.713 INFO:teuthology.orchestra.run.smithi088.stdout:Context: system_u:object_r:device_t:s0 2024-02-11T16:52:16.713 INFO:teuthology.orchestra.run.smithi088.stdout:Access: 2024-02-11 16:52:09.522611086 +0000 2024-02-11T16:52:16.713 INFO:teuthology.orchestra.run.smithi088.stdout:Modify: 2024-02-11 16:51:18.831170806 +0000 2024-02-11T16:52:16.713 INFO:teuthology.orchestra.run.smithi088.stdout:Change: 2024-02-11 16:51:18.831170806 +0000 2024-02-11T16:52:16.713 INFO:teuthology.orchestra.run.smithi088.stdout: Birth: - 2024-02-11T16:52:16.713 DEBUG:teuthology.orchestra.run.smithi088:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-02-11T16:52:16.779 INFO:teuthology.orchestra.run.smithi088.stderr:1+0 records in 2024-02-11T16:52:16.779 INFO:teuthology.orchestra.run.smithi088.stderr:1+0 records out 2024-02-11T16:52:16.779 INFO:teuthology.orchestra.run.smithi088.stderr:512 bytes copied, 0.000195686 s, 2.6 MB/s 2024-02-11T16:52:16.780 DEBUG:teuthology.orchestra.run.smithi088:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-02-11T16:52:16.840 DEBUG:teuthology.orchestra.run.smithi088:> stat /dev/vg_nvme/lv_4 2024-02-11T16:52:16.897 INFO:teuthology.orchestra.run.smithi088.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-02-11T16:52:16.898 INFO:teuthology.orchestra.run.smithi088.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-02-11T16:52:16.898 INFO:teuthology.orchestra.run.smithi088.stdout:Device: 6h/6d Inode: 180665 Links: 1 2024-02-11T16:52:16.898 INFO:teuthology.orchestra.run.smithi088.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-02-11T16:52:16.898 INFO:teuthology.orchestra.run.smithi088.stdout:Context: system_u:object_r:device_t:s0 2024-02-11T16:52:16.898 INFO:teuthology.orchestra.run.smithi088.stdout:Access: 2024-02-11 16:52:09.522611086 +0000 2024-02-11T16:52:16.898 INFO:teuthology.orchestra.run.smithi088.stdout:Modify: 2024-02-11 16:51:19.173163861 +0000 2024-02-11T16:52:16.898 INFO:teuthology.orchestra.run.smithi088.stdout:Change: 2024-02-11 16:51:19.173163861 +0000 2024-02-11T16:52:16.898 INFO:teuthology.orchestra.run.smithi088.stdout: Birth: - 2024-02-11T16:52:16.898 DEBUG:teuthology.orchestra.run.smithi088:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-02-11T16:52:16.963 INFO:teuthology.orchestra.run.smithi088.stderr:1+0 records in 2024-02-11T16:52:16.964 INFO:teuthology.orchestra.run.smithi088.stderr:1+0 records out 2024-02-11T16:52:16.964 INFO:teuthology.orchestra.run.smithi088.stderr:512 bytes copied, 0.000231168 s, 2.2 MB/s 2024-02-11T16:52:16.965 DEBUG:teuthology.orchestra.run.smithi088:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-02-11T16:52:17.022 DEBUG:teuthology.orchestra.run.smithi088:> 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-11T16:52:17.138 INFO:teuthology.orchestra.run.smithi088.stdout:loop 2024-02-11T16:52:17.139 INFO:tasks.nvme_loop:Connecting nvme_loop smithi088:/dev/vg_nvme/lv_1... 2024-02-11T16:52:17.140 DEBUG:teuthology.orchestra.run.smithi088:> 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-11T16:52:17.175 INFO:teuthology.orchestra.run.smithi088.stdout:1 2024-02-11T16:52:17.209 INFO:teuthology.orchestra.run.smithi088.stdout:/dev/vg_nvme/lv_11 2024-02-11T16:52:17.250 INFO:tasks.nvme_loop:Connecting nvme_loop smithi088:/dev/vg_nvme/lv_2... 2024-02-11T16:52:17.250 DEBUG:teuthology.orchestra.run.smithi088:> 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-11T16:52:17.328 INFO:teuthology.orchestra.run.smithi088.stdout:1 2024-02-11T16:52:17.363 INFO:teuthology.orchestra.run.smithi088.stdout:/dev/vg_nvme/lv_21 2024-02-11T16:52:17.402 INFO:tasks.nvme_loop:Connecting nvme_loop smithi088:/dev/vg_nvme/lv_3... 2024-02-11T16:52:17.402 DEBUG:teuthology.orchestra.run.smithi088:> 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-11T16:52:17.478 INFO:teuthology.orchestra.run.smithi088.stdout:1 2024-02-11T16:52:17.514 INFO:teuthology.orchestra.run.smithi088.stdout:/dev/vg_nvme/lv_31 2024-02-11T16:52:17.552 INFO:tasks.nvme_loop:Connecting nvme_loop smithi088:/dev/vg_nvme/lv_4... 2024-02-11T16:52:17.552 DEBUG:teuthology.orchestra.run.smithi088:> 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-11T16:52:17.629 INFO:teuthology.orchestra.run.smithi088.stdout:1 2024-02-11T16:52:17.664 INFO:teuthology.orchestra.run.smithi088.stdout:/dev/vg_nvme/lv_41 2024-02-11T16:52:17.702 DEBUG:teuthology.orchestra.run.smithi088:> set -ex 2024-02-11T16:52:17.703 DEBUG:teuthology.orchestra.run.smithi088:> dd if=/scratch_devs of=/dev/stdout 2024-02-11T16:52:17.761 DEBUG:teuthology.orchestra.run.smithi088:> sudo nvme list 2024-02-11T16:52:17.826 INFO:teuthology.orchestra.run.smithi088.stdout:Node SN Model Namespace Usage Format FW Rev 2024-02-11T16:52:17.826 INFO:teuthology.orchestra.run.smithi088.stdout:---------------- -------------------- ---------------------------------------- --------- -------------------------- ---------------- -------- 2024-02-11T16:52:17.826 INFO:teuthology.orchestra.run.smithi088.stdout:/dev/nvme0n1 PHFT620400XD400BGN INTEL SSDPEDMD400G4 1 400.09 GB / 400.09 GB 512 B + 0 B 8DV101H0 2024-02-11T16:52:17.826 INFO:teuthology.orchestra.run.smithi088.stdout:/dev/nvme1n1 df7d8bdc6f5c5c94e471 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-5 2024-02-11T16:52:17.826 INFO:teuthology.orchestra.run.smithi088.stdout:/dev/nvme2n1 9055e6a048c06ace38f2 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-5 2024-02-11T16:52:17.826 INFO:teuthology.orchestra.run.smithi088.stdout:/dev/nvme3n1 95687e524078bf702531 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-5 2024-02-11T16:52:17.826 INFO:teuthology.orchestra.run.smithi088.stdout:/dev/nvme4n1 628123278b5bfc4f6989 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-5 2024-02-11T16:52:17.827 INFO:tasks.nvme_loop:new_devs ['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2024-02-11T16:52:17.827 DEBUG:teuthology.orchestra.run.smithi088:> set -ex 2024-02-11T16:52:17.827 DEBUG:teuthology.orchestra.run.smithi088:> sudo dd of=/scratch_devs 2024-02-11T16:52:17.894 DEBUG:teuthology.orchestra.run.smithi148:> set -ex 2024-02-11T16:52:17.894 DEBUG:teuthology.orchestra.run.smithi148:> dd if=/scratch_devs of=/dev/stdout 2024-02-11T16:52:17.915 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-11T16:52:17.916 DEBUG:teuthology.orchestra.run.smithi148:> stat /dev/vg_nvme/lv_1 2024-02-11T16:52:17.976 INFO:teuthology.orchestra.run.smithi148.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-02-11T16:52:17.976 INFO:teuthology.orchestra.run.smithi148.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-02-11T16:52:17.976 INFO:teuthology.orchestra.run.smithi148.stdout:Device: 6h/6d Inode: 175788 Links: 1 2024-02-11T16:52:17.976 INFO:teuthology.orchestra.run.smithi148.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-02-11T16:52:17.976 INFO:teuthology.orchestra.run.smithi148.stdout:Context: system_u:object_r:device_t:s0 2024-02-11T16:52:17.976 INFO:teuthology.orchestra.run.smithi148.stdout:Access: 2024-02-11 16:52:10.281664779 +0000 2024-02-11T16:52:17.976 INFO:teuthology.orchestra.run.smithi148.stdout:Modify: 2024-02-11 16:51:23.166624749 +0000 2024-02-11T16:52:17.976 INFO:teuthology.orchestra.run.smithi148.stdout:Change: 2024-02-11 16:51:23.166624749 +0000 2024-02-11T16:52:17.977 INFO:teuthology.orchestra.run.smithi148.stdout: Birth: - 2024-02-11T16:52:17.977 DEBUG:teuthology.orchestra.run.smithi148:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-02-11T16:52:18.046 INFO:teuthology.orchestra.run.smithi148.stderr:1+0 records in 2024-02-11T16:52:18.047 INFO:teuthology.orchestra.run.smithi148.stderr:1+0 records out 2024-02-11T16:52:18.047 INFO:teuthology.orchestra.run.smithi148.stderr:512 bytes copied, 0.000234201 s, 2.2 MB/s 2024-02-11T16:52:18.048 DEBUG:teuthology.orchestra.run.smithi148:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-02-11T16:52:18.109 DEBUG:teuthology.orchestra.run.smithi148:> stat /dev/vg_nvme/lv_2 2024-02-11T16:52:18.168 INFO:teuthology.orchestra.run.smithi148.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-02-11T16:52:18.169 INFO:teuthology.orchestra.run.smithi148.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-02-11T16:52:18.169 INFO:teuthology.orchestra.run.smithi148.stdout:Device: 6h/6d Inode: 177872 Links: 1 2024-02-11T16:52:18.169 INFO:teuthology.orchestra.run.smithi148.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-02-11T16:52:18.169 INFO:teuthology.orchestra.run.smithi148.stdout:Context: system_u:object_r:device_t:s0 2024-02-11T16:52:18.169 INFO:teuthology.orchestra.run.smithi148.stdout:Access: 2024-02-11 16:52:10.281664779 +0000 2024-02-11T16:52:18.169 INFO:teuthology.orchestra.run.smithi148.stdout:Modify: 2024-02-11 16:51:23.544615712 +0000 2024-02-11T16:52:18.169 INFO:teuthology.orchestra.run.smithi148.stdout:Change: 2024-02-11 16:51:23.544615712 +0000 2024-02-11T16:52:18.169 INFO:teuthology.orchestra.run.smithi148.stdout: Birth: - 2024-02-11T16:52:18.169 DEBUG:teuthology.orchestra.run.smithi148:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-02-11T16:52:18.237 INFO:teuthology.orchestra.run.smithi148.stderr:1+0 records in 2024-02-11T16:52:18.237 INFO:teuthology.orchestra.run.smithi148.stderr:1+0 records out 2024-02-11T16:52:18.237 INFO:teuthology.orchestra.run.smithi148.stderr:512 bytes copied, 0.000220334 s, 2.3 MB/s 2024-02-11T16:52:18.238 DEBUG:teuthology.orchestra.run.smithi148:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-02-11T16:52:18.298 DEBUG:teuthology.orchestra.run.smithi148:> stat /dev/vg_nvme/lv_3 2024-02-11T16:52:18.357 INFO:teuthology.orchestra.run.smithi148.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-02-11T16:52:18.357 INFO:teuthology.orchestra.run.smithi148.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-02-11T16:52:18.357 INFO:teuthology.orchestra.run.smithi148.stdout:Device: 6h/6d Inode: 177948 Links: 1 2024-02-11T16:52:18.357 INFO:teuthology.orchestra.run.smithi148.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-02-11T16:52:18.357 INFO:teuthology.orchestra.run.smithi148.stdout:Context: system_u:object_r:device_t:s0 2024-02-11T16:52:18.357 INFO:teuthology.orchestra.run.smithi148.stdout:Access: 2024-02-11 16:52:10.281664779 +0000 2024-02-11T16:52:18.357 INFO:teuthology.orchestra.run.smithi148.stdout:Modify: 2024-02-11 16:51:23.887607513 +0000 2024-02-11T16:52:18.357 INFO:teuthology.orchestra.run.smithi148.stdout:Change: 2024-02-11 16:51:23.887607513 +0000 2024-02-11T16:52:18.357 INFO:teuthology.orchestra.run.smithi148.stdout: Birth: - 2024-02-11T16:52:18.358 DEBUG:teuthology.orchestra.run.smithi148:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-02-11T16:52:18.425 INFO:teuthology.orchestra.run.smithi148.stderr:1+0 records in 2024-02-11T16:52:18.425 INFO:teuthology.orchestra.run.smithi148.stderr:1+0 records out 2024-02-11T16:52:18.425 INFO:teuthology.orchestra.run.smithi148.stderr:512 bytes copied, 0.000183701 s, 2.8 MB/s 2024-02-11T16:52:18.426 DEBUG:teuthology.orchestra.run.smithi148:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-02-11T16:52:18.485 DEBUG:teuthology.orchestra.run.smithi148:> stat /dev/vg_nvme/lv_4 2024-02-11T16:52:18.543 INFO:teuthology.orchestra.run.smithi148.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-02-11T16:52:18.543 INFO:teuthology.orchestra.run.smithi148.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-02-11T16:52:18.543 INFO:teuthology.orchestra.run.smithi148.stdout:Device: 6h/6d Inode: 178747 Links: 1 2024-02-11T16:52:18.543 INFO:teuthology.orchestra.run.smithi148.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-02-11T16:52:18.543 INFO:teuthology.orchestra.run.smithi148.stdout:Context: system_u:object_r:device_t:s0 2024-02-11T16:52:18.543 INFO:teuthology.orchestra.run.smithi148.stdout:Access: 2024-02-11 16:52:10.281664779 +0000 2024-02-11T16:52:18.543 INFO:teuthology.orchestra.run.smithi148.stdout:Modify: 2024-02-11 16:51:24.231599289 +0000 2024-02-11T16:52:18.544 INFO:teuthology.orchestra.run.smithi148.stdout:Change: 2024-02-11 16:51:24.231599289 +0000 2024-02-11T16:52:18.544 INFO:teuthology.orchestra.run.smithi148.stdout: Birth: - 2024-02-11T16:52:18.544 DEBUG:teuthology.orchestra.run.smithi148:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-02-11T16:52:18.609 INFO:teuthology.orchestra.run.smithi148.stderr:1+0 records in 2024-02-11T16:52:18.609 INFO:teuthology.orchestra.run.smithi148.stderr:1+0 records out 2024-02-11T16:52:18.609 INFO:teuthology.orchestra.run.smithi148.stderr:512 bytes copied, 0.000268656 s, 1.9 MB/s 2024-02-11T16:52:18.610 DEBUG:teuthology.orchestra.run.smithi148:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-02-11T16:52:18.668 DEBUG:teuthology.orchestra.run.smithi148:> sudo modprobe nvme_loop && sudo mkdir -p /sys/kernel/config/nvmet/hosts/hostnqn && sudo mkdir -p /sys/kernel/config/nvmet/ports/1 && echo loop | sudo tee /sys/kernel/config/nvmet/ports/1/addr_trtype 2024-02-11T16:52:18.788 INFO:teuthology.orchestra.run.smithi148.stdout:loop 2024-02-11T16:52:18.790 INFO:tasks.nvme_loop:Connecting nvme_loop smithi148:/dev/vg_nvme/lv_1... 2024-02-11T16:52:18.790 DEBUG:teuthology.orchestra.run.smithi148:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_1 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_1/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_1/namespaces/1 && echo -n /dev/vg_nvme/lv_1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_1/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_1/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_1 /sys/kernel/config/nvmet/ports/1/subsystems/lv_1 && sudo nvme connect -t loop -n lv_1 -q hostnqn 2024-02-11T16:52:18.825 INFO:teuthology.orchestra.run.smithi148.stdout:1 2024-02-11T16:52:18.861 INFO:teuthology.orchestra.run.smithi148.stdout:/dev/vg_nvme/lv_11 2024-02-11T16:52:18.901 INFO:tasks.nvme_loop:Connecting nvme_loop smithi148:/dev/vg_nvme/lv_2... 2024-02-11T16:52:18.902 DEBUG:teuthology.orchestra.run.smithi148:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_2 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_2/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_2/namespaces/1 && echo -n /dev/vg_nvme/lv_2 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_2/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_2/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_2 /sys/kernel/config/nvmet/ports/1/subsystems/lv_2 && sudo nvme connect -t loop -n lv_2 -q hostnqn 2024-02-11T16:52:18.978 INFO:teuthology.orchestra.run.smithi148.stdout:1 2024-02-11T16:52:19.014 INFO:teuthology.orchestra.run.smithi148.stdout:/dev/vg_nvme/lv_21 2024-02-11T16:52:19.053 INFO:tasks.nvme_loop:Connecting nvme_loop smithi148:/dev/vg_nvme/lv_3... 2024-02-11T16:52:19.053 DEBUG:teuthology.orchestra.run.smithi148:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_3 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_3/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_3/namespaces/1 && echo -n /dev/vg_nvme/lv_3 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_3/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_3/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_3 /sys/kernel/config/nvmet/ports/1/subsystems/lv_3 && sudo nvme connect -t loop -n lv_3 -q hostnqn 2024-02-11T16:52:19.130 INFO:teuthology.orchestra.run.smithi148.stdout:1 2024-02-11T16:52:19.166 INFO:teuthology.orchestra.run.smithi148.stdout:/dev/vg_nvme/lv_31 2024-02-11T16:52:19.204 INFO:tasks.nvme_loop:Connecting nvme_loop smithi148:/dev/vg_nvme/lv_4... 2024-02-11T16:52:19.205 DEBUG:teuthology.orchestra.run.smithi148:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_4 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_4/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_4/namespaces/1 && echo -n /dev/vg_nvme/lv_4 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_4/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_4/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_4 /sys/kernel/config/nvmet/ports/1/subsystems/lv_4 && sudo nvme connect -t loop -n lv_4 -q hostnqn 2024-02-11T16:52:19.281 INFO:teuthology.orchestra.run.smithi148.stdout:1 2024-02-11T16:52:19.316 INFO:teuthology.orchestra.run.smithi148.stdout:/dev/vg_nvme/lv_41 2024-02-11T16:52:19.355 DEBUG:teuthology.orchestra.run.smithi148:> set -ex 2024-02-11T16:52:19.355 DEBUG:teuthology.orchestra.run.smithi148:> dd if=/scratch_devs of=/dev/stdout 2024-02-11T16:52:19.413 DEBUG:teuthology.orchestra.run.smithi148:> sudo nvme list 2024-02-11T16:52:19.477 INFO:teuthology.orchestra.run.smithi148.stdout:Node SN Model Namespace Usage Format FW Rev 2024-02-11T16:52:19.478 INFO:teuthology.orchestra.run.smithi148.stdout:---------------- -------------------- ---------------------------------------- --------- -------------------------- ---------------- -------- 2024-02-11T16:52:19.478 INFO:teuthology.orchestra.run.smithi148.stdout:/dev/nvme0n1 CVFT6233005G400BGN INTEL SSDPEDMD400G4 1 400.09 GB / 400.09 GB 512 B + 0 B 8DV101H0 2024-02-11T16:52:19.478 INFO:teuthology.orchestra.run.smithi148.stdout:/dev/nvme1n1 0effb321e016e6c78d57 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-5 2024-02-11T16:52:19.478 INFO:teuthology.orchestra.run.smithi148.stdout:/dev/nvme2n1 673f836c0c708ed33a69 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-5 2024-02-11T16:52:19.478 INFO:teuthology.orchestra.run.smithi148.stdout:/dev/nvme3n1 2f7ab4d0ca3d50a22f8a Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-5 2024-02-11T16:52:19.478 INFO:teuthology.orchestra.run.smithi148.stdout:/dev/nvme4n1 f2e8237f2a7e460bd16b Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-5 2024-02-11T16:52:19.479 INFO:tasks.nvme_loop:new_devs ['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2024-02-11T16:52:19.479 DEBUG:teuthology.orchestra.run.smithi148:> set -ex 2024-02-11T16:52:19.479 DEBUG:teuthology.orchestra.run.smithi148:> sudo dd of=/scratch_devs 2024-02-11T16:52:19.546 INFO:teuthology.run_tasks:Running task cephadm... 2024-02-11T16:52:19.618 INFO:tasks.cephadm:Config: {'roleless': True, 'conf': {'mgr': {'debug mgr': 20, 'debug ms': 1}, 'mon': {'debug mon': 20, 'debug ms': 1, 'debug paxos': 20}, 'osd': {'debug ms': 1, 'debug osd': 20, 'osd shutdown pgref assert': True}}, 'flavor': 'default', 'log-ignorelist': ['\\(MDS_ALL_DOWN\\)', '\\(MDS_UP_LESS_THAN_MAX\\)'], 'sha1': '5db25abe00e218b6920215c0bef70af7e47c7152'} 2024-02-11T16:52:19.618 INFO:tasks.cephadm:Cluster image is quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 2024-02-11T16:52:19.618 INFO:tasks.cephadm:Cluster fsid is eb5e91f4-c8fd-11ee-95b9-87774f69a715 2024-02-11T16:52:19.619 INFO:tasks.cephadm:Choosing monitor IPs and ports... 2024-02-11T16:52:19.619 INFO:tasks.cephadm:No mon roles; fabricating mons 2024-02-11T16:52:19.619 INFO:tasks.cephadm:Monitor IPs: {'mon.smithi088': '172.21.15.88', 'mon.smithi148': '172.21.15.148'} 2024-02-11T16:52:19.619 INFO:tasks.cephadm:Normalizing hostnames... 2024-02-11T16:52:19.619 DEBUG:teuthology.orchestra.run.smithi088:> sudo hostname $(hostname -s) 2024-02-11T16:52:19.652 DEBUG:teuthology.orchestra.run.smithi148:> sudo hostname $(hostname -s) 2024-02-11T16:52:19.679 INFO:tasks.cephadm:Downloading cephadm (repo https://github.com/ceph/ceph-ci.git ref 5db25abe00e218b6920215c0bef70af7e47c7152)... 2024-02-11T16:52:19.680 DEBUG:teuthology.orchestra.run.smithi088:> curl --silent https://raw.githubusercontent.com/ceph/ceph-ci/5db25abe00e218b6920215c0bef70af7e47c7152/src/cephadm/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-02-11T16:52:19.927 INFO:teuthology.orchestra.run.smithi088.stdout:-rw-rw-r--. 1 ubuntu ubuntu 355729 Feb 11 16:52 /home/ubuntu/cephtest/cephadm 2024-02-11T16:52:19.927 DEBUG:teuthology.orchestra.run.smithi148:> curl --silent https://raw.githubusercontent.com/ceph/ceph-ci/5db25abe00e218b6920215c0bef70af7e47c7152/src/cephadm/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-02-11T16:52:20.068 INFO:teuthology.orchestra.run.smithi148.stdout:-rw-rw-r--. 1 ubuntu ubuntu 355729 Feb 11 16:52 /home/ubuntu/cephtest/cephadm 2024-02-11T16:52:20.068 DEBUG:teuthology.orchestra.run.smithi088:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-02-11T16:52:20.091 DEBUG:teuthology.orchestra.run.smithi148:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-02-11T16:52:20.118 DEBUG:teuthology.orchestra.run.smithi088:> sudo mkdir -p /etc/ceph 2024-02-11T16:52:20.162 DEBUG:teuthology.orchestra.run.smithi148:> sudo mkdir -p /etc/ceph 2024-02-11T16:52:20.189 DEBUG:teuthology.orchestra.run.smithi088:> sudo chmod 777 /etc/ceph 2024-02-11T16:52:20.233 DEBUG:teuthology.orchestra.run.smithi148:> sudo chmod 777 /etc/ceph 2024-02-11T16:52:20.259 INFO:tasks.cephadm:Writing seed config... 2024-02-11T16:52:20.260 INFO:tasks.cephadm: override: [mgr] debug mgr = 20 2024-02-11T16:52:20.260 INFO:tasks.cephadm: override: [mgr] debug ms = 1 2024-02-11T16:52:20.260 INFO:tasks.cephadm: override: [mon] debug mon = 20 2024-02-11T16:52:20.260 INFO:tasks.cephadm: override: [mon] debug ms = 1 2024-02-11T16:52:20.260 INFO:tasks.cephadm: override: [mon] debug paxos = 20 2024-02-11T16:52:20.260 INFO:tasks.cephadm: override: [osd] debug ms = 1 2024-02-11T16:52:20.260 INFO:tasks.cephadm: override: [osd] debug osd = 20 2024-02-11T16:52:20.261 INFO:tasks.cephadm: override: [osd] osd shutdown pgref assert = True 2024-02-11T16:52:20.261 DEBUG:teuthology.orchestra.run.smithi088:> set -ex 2024-02-11T16:52:20.261 DEBUG:teuthology.orchestra.run.smithi088:> dd of=/home/ubuntu/cephtest/seed.ceph.conf 2024-02-11T16:52:20.291 DEBUG:tasks.cephadm:Final config: [global] # make logging friendly to teuthology log_to_file = true log_to_stderr = false mon cluster log file level = debug mon clock drift allowed = 1.000 # replicate across OSDs, not hosts osd crush chooseleaf type = 0 #osd pool default size = 2 osd pool default erasure code profile = plugin=jerasure technique=reed_sol_van k=2 m=1 ruleset-failure-domain=osd crush-failure-domain=osd # enable some debugging auth debug = true ms die on old message = true ms die on bug = true debug asserts on shutdown = true # adjust warnings mon max pg per osd = 10000# >= luminous mon pg warn max object skew = 0 mon osd allow primary affinity = true mon osd allow pg remap = true mon warn on legacy crush tunables = false mon warn on crush straw calc version zero = false mon warn on no sortbitwise = false mon warn on osd down out interval zero = false mon warn on too few osds = false mon_warn_on_pool_pg_num_not_power_of_two = false # disable pg_autoscaler by default for new pools osd_pool_default_pg_autoscale_mode = off # tests delete pools mon allow pool delete = true fsid = eb5e91f4-c8fd-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-11T16:52:20.291 DEBUG:teuthology.orchestra.run.smithi088:mon.smithi088> sudo journalctl -f -n 0 -u ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715@mon.smithi088.service 2024-02-11T16:52:20.333 INFO:tasks.cephadm:Bootstrapping... 2024-02-11T16:52:20.334 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 -v bootstrap --fsid eb5e91f4-c8fd-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.88 --skip-admin-label && sudo chmod +r /etc/ceph/ceph.client.admin.keyring 2024-02-11T16:52:20.361 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:-- Logs begin at Sun 2024-02-11 16:43:18 UTC. -- 2024-02-11T16:52:20.598 INFO:teuthology.orchestra.run.smithi088.stderr:-------------------------------------------------------------------------------- 2024-02-11T16:52:20.598 INFO:teuthology.orchestra.run.smithi088.stderr:cephadm ['--image', 'quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152', '-v', 'bootstrap', '--fsid', 'eb5e91f4-c8fd-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.88', '--skip-admin-label'] 2024-02-11T16:52:22.088 INFO:teuthology.orchestra.run.smithi088.stderr:/bin/podman: 4.6.1 2024-02-11T16:52:22.097 INFO:teuthology.orchestra.run.smithi088.stderr:Verifying podman|docker is present... 2024-02-11T16:52:22.120 INFO:teuthology.orchestra.run.smithi088.stderr:/bin/podman: 4.6.1 2024-02-11T16:52:22.137 INFO:teuthology.orchestra.run.smithi088.stderr:Verifying lvm2 is present... 2024-02-11T16:52:22.137 INFO:teuthology.orchestra.run.smithi088.stderr:Verifying time synchronization is in place... 2024-02-11T16:52:22.144 INFO:teuthology.orchestra.run.smithi088.stderr:systemctl: Failed to get unit file state for chrony.service: No such file or directory 2024-02-11T16:52:22.150 INFO:teuthology.orchestra.run.smithi088.stderr:systemctl: inactive 2024-02-11T16:52:22.157 INFO:teuthology.orchestra.run.smithi088.stderr:systemctl: enabled 2024-02-11T16:52:22.163 INFO:teuthology.orchestra.run.smithi088.stderr:systemctl: active 2024-02-11T16:52:22.164 INFO:teuthology.orchestra.run.smithi088.stderr:Unit chronyd.service is enabled and running 2024-02-11T16:52:22.164 INFO:teuthology.orchestra.run.smithi088.stderr:Repeating the final host check... 2024-02-11T16:52:22.185 INFO:teuthology.orchestra.run.smithi088.stderr:/bin/podman: 4.6.1 2024-02-11T16:52:22.200 INFO:teuthology.orchestra.run.smithi088.stderr:podman (/bin/podman) version 4.6.1 is present 2024-02-11T16:52:22.200 INFO:teuthology.orchestra.run.smithi088.stderr:systemctl is present 2024-02-11T16:52:22.200 INFO:teuthology.orchestra.run.smithi088.stderr:lvcreate is present 2024-02-11T16:52:22.206 INFO:teuthology.orchestra.run.smithi088.stderr:systemctl: Failed to get unit file state for chrony.service: No such file or directory 2024-02-11T16:52:22.212 INFO:teuthology.orchestra.run.smithi088.stderr:systemctl: inactive 2024-02-11T16:52:22.218 INFO:teuthology.orchestra.run.smithi088.stderr:systemctl: enabled 2024-02-11T16:52:22.224 INFO:teuthology.orchestra.run.smithi088.stderr:systemctl: active 2024-02-11T16:52:22.224 INFO:teuthology.orchestra.run.smithi088.stderr:Unit chronyd.service is enabled and running 2024-02-11T16:52:22.224 INFO:teuthology.orchestra.run.smithi088.stderr:Host looks OK 2024-02-11T16:52:22.224 INFO:teuthology.orchestra.run.smithi088.stderr:Cluster fsid: eb5e91f4-c8fd-11ee-95b9-87774f69a715 2024-02-11T16:52:22.225 INFO:teuthology.orchestra.run.smithi088.stderr:Acquiring lock 140189131105224 on /run/cephadm/eb5e91f4-c8fd-11ee-95b9-87774f69a715.lock 2024-02-11T16:52:22.225 INFO:teuthology.orchestra.run.smithi088.stderr:Lock 140189131105224 acquired on /run/cephadm/eb5e91f4-c8fd-11ee-95b9-87774f69a715.lock 2024-02-11T16:52:22.225 INFO:teuthology.orchestra.run.smithi088.stderr:Verifying IP 172.21.15.88 port 3300 ... 2024-02-11T16:52:22.225 INFO:teuthology.orchestra.run.smithi088.stderr:Verifying IP 172.21.15.88 port 6789 ... 2024-02-11T16:52:22.226 INFO:teuthology.orchestra.run.smithi088.stderr:Base mon IP(s) is [172.21.15.88:3300, 172.21.15.88:6789], mon addrv is [v2:172.21.15.88:3300,v1:172.21.15.88:6789] 2024-02-11T16:52:22.229 INFO:teuthology.orchestra.run.smithi088.stderr:/sbin/ip: default via 172.21.15.254 dev enp3s0f1 proto dhcp metric 100 2024-02-11T16:52:22.229 INFO:teuthology.orchestra.run.smithi088.stderr:/sbin/ip: 172.21.0.0/20 dev enp3s0f1 proto kernel scope link src 172.21.15.88 metric 100 2024-02-11T16:52:22.232 INFO:teuthology.orchestra.run.smithi088.stderr:/sbin/ip: ::1 dev lo proto kernel metric 256 pref medium 2024-02-11T16:52:22.232 INFO:teuthology.orchestra.run.smithi088.stderr:/sbin/ip: fe80::/64 dev enp3s0f1 proto kernel metric 1024 pref medium 2024-02-11T16:52:22.232 INFO:teuthology.orchestra.run.smithi088.stderr:/sbin/ip: default via fe80::327c:5e00:6487:71e0 dev enp3s0f1 proto ra metric 100 pref medium 2024-02-11T16:52:22.235 INFO:teuthology.orchestra.run.smithi088.stderr:/sbin/ip: 1: lo: mtu 65536 state UNKNOWN qlen 1000 2024-02-11T16:52:22.235 INFO:teuthology.orchestra.run.smithi088.stderr:/sbin/ip: inet6 ::1/128 scope host 2024-02-11T16:52:22.235 INFO:teuthology.orchestra.run.smithi088.stderr:/sbin/ip: valid_lft forever preferred_lft forever 2024-02-11T16:52:22.235 INFO:teuthology.orchestra.run.smithi088.stderr:/sbin/ip: 5: enp3s0f1: mtu 1500 state UP qlen 1000 2024-02-11T16:52:22.235 INFO:teuthology.orchestra.run.smithi088.stderr:/sbin/ip: inet6 fe80::7647:dacc:ed60:99c1/64 scope link noprefixroute 2024-02-11T16:52:22.235 INFO:teuthology.orchestra.run.smithi088.stderr:/sbin/ip: valid_lft forever preferred_lft forever 2024-02-11T16:52:22.236 INFO:teuthology.orchestra.run.smithi088.stderr:Mon IP `172.21.15.88` is in CIDR network `172.21.0.0/20` 2024-02-11T16:52:22.236 INFO:teuthology.orchestra.run.smithi088.stderr:Mon IP `172.21.15.88` is in CIDR network `172.21.0.0/20` 2024-02-11T16:52:22.236 INFO:teuthology.orchestra.run.smithi088.stderr:Inferred mon public CIDR from local network configuration ['172.21.0.0/20', '172.21.0.0/20'] 2024-02-11T16:52:22.237 INFO:teuthology.orchestra.run.smithi088.stderr:Internal network (--cluster-network) has not been provided, OSD replication will default to the public_network 2024-02-11T16:52:22.238 INFO:teuthology.orchestra.run.smithi088.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152... 2024-02-11T16:52:22.360 INFO:teuthology.orchestra.run.smithi088.stderr:/bin/podman: Trying to pull quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152... 2024-02-11T16:52:22.433 INFO:teuthology.orchestra.run.smithi088.stderr:/bin/podman: Getting image source signatures 2024-02-11T16:52:22.433 INFO:teuthology.orchestra.run.smithi088.stderr:/bin/podman: Copying blob sha256:4614e41239e7e0d4cc9213ed940a60f3cb55d3c6f42e7ea890efc773a07511e3 2024-02-11T16:52:22.433 INFO:teuthology.orchestra.run.smithi088.stderr:/bin/podman: Copying blob sha256:58df4e03ba066accf3a7e07426bab5f1c867e27a139801c642bdafb42b9a2d9a 2024-02-11T16:52:52.117 INFO:teuthology.orchestra.run.smithi088.stderr:/bin/podman: Copying config sha256:b2573f70982b7b835b57e14a780c95831b17e27969e5e51245677c7c2a63ba1b 2024-02-11T16:52:52.184 INFO:teuthology.orchestra.run.smithi088.stderr:/bin/podman: Writing manifest to image destination 2024-02-11T16:52:52.426 INFO:teuthology.orchestra.run.smithi088.stderr:/bin/podman: b2573f70982b7b835b57e14a780c95831b17e27969e5e51245677c7c2a63ba1b 2024-02-11T16:52:53.003 INFO:teuthology.orchestra.run.smithi088.stderr:ceph: ceph version 16.2.14-530-g5db25abe (5db25abe00e218b6920215c0bef70af7e47c7152) pacific (stable) 2024-02-11T16:52:53.708 INFO:teuthology.orchestra.run.smithi088.stderr:Ceph version: ceph version 16.2.14-530-g5db25abe (5db25abe00e218b6920215c0bef70af7e47c7152) pacific (stable) 2024-02-11T16:52:53.708 INFO:teuthology.orchestra.run.smithi088.stderr:Extracting ceph user uid/gid from container image... 2024-02-11T16:52:53.987 INFO:teuthology.orchestra.run.smithi088.stderr:stat: 167 167 2024-02-11T16:52:54.296 INFO:teuthology.orchestra.run.smithi088.stderr:Creating initial keys... 2024-02-11T16:52:54.622 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-authtool: AQBm+8hldj7hIhAARXSnY8LMlS3iV9jCVkCm4Q== 2024-02-11T16:52:55.253 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-authtool: AQBn+8hlWSyVDRAAb+75ItCc5bu+KNYeFxvwpw== 2024-02-11T16:52:55.857 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-authtool: AQBn+8hl6nzOMRAAzoprOQUO78kapePxfif0LQ== 2024-02-11T16:52:56.162 INFO:teuthology.orchestra.run.smithi088.stderr:Creating initial monmap... 2024-02-11T16:52:56.445 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/monmaptool: /usr/bin/monmaptool: monmap file /tmp/monmap 2024-02-11T16:52:56.445 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/monmaptool: /usr/bin/monmaptool: set fsid to eb5e91f4-c8fd-11ee-95b9-87774f69a715 2024-02-11T16:52:56.446 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/monmaptool: /usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2024-02-11T16:52:56.777 INFO:teuthology.orchestra.run.smithi088.stderr:monmaptool for smithi088 [v2:172.21.15.88:3300,v1:172.21.15.88:6789] on /usr/bin/monmaptool: monmap file /tmp/monmap 2024-02-11T16:52:56.777 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/monmaptool: set fsid to eb5e91f4-c8fd-11ee-95b9-87774f69a715 2024-02-11T16:52:56.777 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2024-02-11T16:52:56.777 INFO:teuthology.orchestra.run.smithi088.stderr: 2024-02-11T16:52:56.777 INFO:teuthology.orchestra.run.smithi088.stderr:Creating mon... 2024-02-11T16:52:57.096 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:52:57.035+0000 7f08515a0880 0 set uid:gid to 167:167 (ceph:ceph) 2024-02-11T16:52:57.123 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:52:57.035+0000 7f08515a0880 1 imported monmap: 2024-02-11T16:52:57.123 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: epoch 0 2024-02-11T16:52:57.123 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: fsid eb5e91f4-c8fd-11ee-95b9-87774f69a715 2024-02-11T16:52:57.123 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: last_changed 2024-02-11T16:52:56.432391+0000 2024-02-11T16:52:57.123 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: created 2024-02-11T16:52:56.432391+0000 2024-02-11T16:52:57.123 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: min_mon_release 0 (unknown) 2024-02-11T16:52:57.123 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: election_strategy: 1 2024-02-11T16:52:57.123 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: 0: [v2:172.21.15.88:3300/0,v1:172.21.15.88:6789/0] mon.smithi088 2024-02-11T16:52:57.123 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: 2024-02-11T16:52:57.123 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:52:57.035+0000 7f08515a0880 0 /usr/bin/ceph-mon: set fsid to eb5e91f4-c8fd-11ee-95b9-87774f69a715 2024-02-11T16:52:57.123 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:52:57.036+0000 7f08515a0880 4 rocksdb: RocksDB version: 6.8.1 2024-02-11T16:52:57.123 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: 2024-02-11T16:52:57.123 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:52:57.036+0000 7f08515a0880 4 rocksdb: Git sha rocksdb_build_git_sha:@0@ 2024-02-11T16:52:57.124 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:52:57.036+0000 7f08515a0880 4 rocksdb: Compile date Feb 8 2024 2024-02-11T16:52:57.124 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:52:57.036+0000 7f08515a0880 4 rocksdb: DB SUMMARY 2024-02-11T16:52:57.124 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: 2024-02-11T16:52:57.124 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:52:57.036+0000 7f08515a0880 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-smithi088/store.db dir, Total Num: 0, files: 2024-02-11T16:52:57.124 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: 2024-02-11T16:52:57.124 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:52:57.036+0000 7f08515a0880 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-smithi088/store.db: 2024-02-11T16:52:57.124 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: 2024-02-11T16:52:57.124 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:52:57.036+0000 7f08515a0880 4 rocksdb: Options.error_if_exists: 0 2024-02-11T16:52:57.124 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:52:57.036+0000 7f08515a0880 4 rocksdb: Options.create_if_missing: 1 2024-02-11T16:52:57.124 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:52:57.036+0000 7f08515a0880 4 rocksdb: Options.paranoid_checks: 1 2024-02-11T16:52:57.124 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:52:57.036+0000 7f08515a0880 4 rocksdb: Options.env: 0x56276fb65080 2024-02-11T16:52:57.124 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:52:57.036+0000 7f08515a0880 4 rocksdb: Options.fs: Posix File System 2024-02-11T16:52:57.124 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:52:57.036+0000 7f08515a0880 4 rocksdb: Options.info_log: 0x562771f27300 2024-02-11T16:52:57.124 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:52:57.036+0000 7f08515a0880 4 rocksdb: Options.max_file_opening_threads: 16 2024-02-11T16:52:57.124 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:52:57.036+0000 7f08515a0880 4 rocksdb: Options.statistics: (nil) 2024-02-11T16:52:57.125 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:52:57.036+0000 7f08515a0880 4 rocksdb: Options.use_fsync: 0 2024-02-11T16:52:57.125 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:52:57.036+0000 7f08515a0880 4 rocksdb: Options.max_log_file_size: 0 2024-02-11T16:52:57.125 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:52:57.036+0000 7f08515a0880 4 rocksdb: Options.max_manifest_file_size: 1073741824 2024-02-11T16:52:57.125 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:52:57.036+0000 7f08515a0880 4 rocksdb: Options.log_file_time_to_roll: 0 2024-02-11T16:52:57.125 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:52:57.036+0000 7f08515a0880 4 rocksdb: Options.keep_log_file_num: 1000 2024-02-11T16:52:57.125 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:52:57.036+0000 7f08515a0880 4 rocksdb: Options.recycle_log_file_num: 0 2024-02-11T16:52:57.125 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:52:57.036+0000 7f08515a0880 4 rocksdb: Options.allow_fallocate: 1 2024-02-11T16:52:57.125 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:52:57.036+0000 7f08515a0880 4 rocksdb: Options.allow_mmap_reads: 0 2024-02-11T16:52:57.125 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:52:57.036+0000 7f08515a0880 4 rocksdb: Options.allow_mmap_writes: 0 2024-02-11T16:52:57.125 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:52:57.036+0000 7f08515a0880 4 rocksdb: Options.use_direct_reads: 0 2024-02-11T16:52:57.125 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:52:57.036+0000 7f08515a0880 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-02-11T16:52:57.125 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:52:57.036+0000 7f08515a0880 4 rocksdb: Options.create_missing_column_families: 0 2024-02-11T16:52:57.125 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:52:57.036+0000 7f08515a0880 4 rocksdb: Options.db_log_dir: 2024-02-11T16:52:57.125 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:52:57.036+0000 7f08515a0880 4 rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-smithi088/store.db 2024-02-11T16:52:57.125 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:52:57.036+0000 7f08515a0880 4 rocksdb: Options.table_cache_numshardbits: 6 2024-02-11T16:52:57.125 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:52:57.036+0000 7f08515a0880 4 rocksdb: Options.max_subcompactions: 1 2024-02-11T16:52:57.126 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:52:57.036+0000 7f08515a0880 4 rocksdb: Options.max_background_flushes: -1 2024-02-11T16:52:57.126 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:52:57.036+0000 7f08515a0880 4 rocksdb: Options.WAL_ttl_seconds: 0 2024-02-11T16:52:57.126 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:52:57.036+0000 7f08515a0880 4 rocksdb: Options.WAL_size_limit_MB: 0 2024-02-11T16:52:57.126 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:52:57.036+0000 7f08515a0880 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-02-11T16:52:57.126 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:52:57.036+0000 7f08515a0880 4 rocksdb: Options.manifest_preallocation_size: 4194304 2024-02-11T16:52:57.126 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:52:57.036+0000 7f08515a0880 4 rocksdb: Options.is_fd_close_on_exec: 1 2024-02-11T16:52:57.126 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:52:57.036+0000 7f08515a0880 4 rocksdb: Options.advise_random_on_open: 1 2024-02-11T16:52:57.126 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:52:57.036+0000 7f08515a0880 4 rocksdb: Options.db_write_buffer_size: 0 2024-02-11T16:52:57.126 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:52:57.036+0000 7f08515a0880 4 rocksdb: Options.write_buffer_manager: 0x562771f2d950 2024-02-11T16:52:57.126 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:52:57.036+0000 7f08515a0880 4 rocksdb: Options.access_hint_on_compaction_start: 1 2024-02-11T16:52:57.126 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:52:57.036+0000 7f08515a0880 4 rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2024-02-11T16:52:57.126 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:52:57.036+0000 7f08515a0880 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2024-02-11T16:52:57.126 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:52:57.036+0000 7f08515a0880 4 rocksdb: Options.use_adaptive_mutex: 0 2024-02-11T16:52:57.126 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:52:57.036+0000 7f08515a0880 4 rocksdb: Options.rate_limiter: (nil) 2024-02-11T16:52:57.126 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:52:57.036+0000 7f08515a0880 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-02-11T16:52:57.126 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:52:57.036+0000 7f08515a0880 4 rocksdb: Options.wal_recovery_mode: 2 2024-02-11T16:52:57.127 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:52:57.036+0000 7f08515a0880 4 rocksdb: Options.enable_thread_tracking: 0 2024-02-11T16:52:57.127 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:52:57.036+0000 7f08515a0880 4 rocksdb: Options.enable_pipelined_write: 0 2024-02-11T16:52:57.127 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:52:57.036+0000 7f08515a0880 4 rocksdb: Options.unordered_write: 0 2024-02-11T16:52:57.127 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:52:57.036+0000 7f08515a0880 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2024-02-11T16:52:57.127 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:52:57.036+0000 7f08515a0880 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-02-11T16:52:57.127 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:52:57.036+0000 7f08515a0880 4 rocksdb: Options.write_thread_max_yield_usec: 100 2024-02-11T16:52:57.127 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:52:57.036+0000 7f08515a0880 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2024-02-11T16:52:57.127 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:52:57.036+0000 7f08515a0880 4 rocksdb: Options.row_cache: None 2024-02-11T16:52:57.127 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:52:57.036+0000 7f08515a0880 4 rocksdb: Options.wal_filter: None 2024-02-11T16:52:57.127 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:52:57.036+0000 7f08515a0880 4 rocksdb: Options.avoid_flush_during_recovery: 0 2024-02-11T16:52:57.127 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:52:57.036+0000 7f08515a0880 4 rocksdb: Options.allow_ingest_behind: 0 2024-02-11T16:52:57.127 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:52:57.036+0000 7f08515a0880 4 rocksdb: Options.preserve_deletes: 0 2024-02-11T16:52:57.127 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:52:57.036+0000 7f08515a0880 4 rocksdb: Options.two_write_queues: 0 2024-02-11T16:52:57.127 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:52:57.036+0000 7f08515a0880 4 rocksdb: Options.manual_wal_flush: 0 2024-02-11T16:52:57.127 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:52:57.036+0000 7f08515a0880 4 rocksdb: Options.atomic_flush: 0 2024-02-11T16:52:57.127 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:52:57.036+0000 7f08515a0880 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-02-11T16:52:57.128 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:52:57.036+0000 7f08515a0880 4 rocksdb: Options.persist_stats_to_disk: 0 2024-02-11T16:52:57.128 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:52:57.036+0000 7f08515a0880 4 rocksdb: Options.write_dbid_to_manifest: 0 2024-02-11T16:52:57.128 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:52:57.036+0000 7f08515a0880 4 rocksdb: Options.log_readahead_size: 0 2024-02-11T16:52:57.128 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:52:57.036+0000 7f08515a0880 4 rocksdb: Options.sst_file_checksum_func: Unknown 2024-02-11T16:52:57.128 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:52:57.036+0000 7f08515a0880 4 rocksdb: Options.max_background_jobs: 2 2024-02-11T16:52:57.128 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:52:57.036+0000 7f08515a0880 4 rocksdb: Options.max_background_compactions: -1 2024-02-11T16:52:57.128 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:52:57.036+0000 7f08515a0880 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2024-02-11T16:52:57.128 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:52:57.036+0000 7f08515a0880 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-02-11T16:52:57.128 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:52:57.036+0000 7f08515a0880 4 rocksdb: Options.delayed_write_rate : 16777216 2024-02-11T16:52:57.128 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:52:57.036+0000 7f08515a0880 4 rocksdb: Options.max_total_wal_size: 0 2024-02-11T16:52:57.128 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:52:57.036+0000 7f08515a0880 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-02-11T16:52:57.128 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:52:57.036+0000 7f08515a0880 4 rocksdb: Options.stats_dump_period_sec: 600 2024-02-11T16:52:57.128 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:52:57.036+0000 7f08515a0880 4 rocksdb: Options.stats_persist_period_sec: 600 2024-02-11T16:52:57.128 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:52:57.036+0000 7f08515a0880 4 rocksdb: Options.stats_history_buffer_size: 1048576 2024-02-11T16:52:57.129 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:52:57.036+0000 7f08515a0880 4 rocksdb: Options.max_open_files: -1 2024-02-11T16:52:57.129 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:52:57.036+0000 7f08515a0880 4 rocksdb: Options.bytes_per_sync: 0 2024-02-11T16:52:57.129 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:52:57.036+0000 7f08515a0880 4 rocksdb: Options.wal_bytes_per_sync: 0 2024-02-11T16:52:57.129 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:52:57.036+0000 7f08515a0880 4 rocksdb: Options.strict_bytes_per_sync: 0 2024-02-11T16:52:57.129 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:52:57.036+0000 7f08515a0880 4 rocksdb: Options.compaction_readahead_size: 0 2024-02-11T16:52:57.129 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:52:57.036+0000 7f08515a0880 4 rocksdb: Compression algorithms supported: 2024-02-11T16:52:57.129 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:52:57.036+0000 7f08515a0880 4 rocksdb: kZSTDNotFinalCompression supported: 0 2024-02-11T16:52:57.129 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:52:57.036+0000 7f08515a0880 4 rocksdb: kZSTD supported: 0 2024-02-11T16:52:57.129 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:52:57.036+0000 7f08515a0880 4 rocksdb: kXpressCompression supported: 0 2024-02-11T16:52:57.129 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:52:57.036+0000 7f08515a0880 4 rocksdb: kLZ4HCCompression supported: 1 2024-02-11T16:52:57.129 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:52:57.036+0000 7f08515a0880 4 rocksdb: kLZ4Compression supported: 1 2024-02-11T16:52:57.129 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:52:57.036+0000 7f08515a0880 4 rocksdb: kBZip2Compression supported: 0 2024-02-11T16:52:57.129 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:52:57.036+0000 7f08515a0880 4 rocksdb: kZlibCompression supported: 1 2024-02-11T16:52:57.129 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:52:57.036+0000 7f08515a0880 4 rocksdb: kSnappyCompression supported: 1 2024-02-11T16:52:57.129 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:52:57.036+0000 7f08515a0880 4 rocksdb: Fast CRC32 supported: Supported on x86 2024-02-11T16:52:57.129 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:52:57.037+0000 7f08515a0880 4 rocksdb: [db_impl/db_impl_open.cc:273] Creating manifest 1 2024-02-11T16:52:57.130 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: 2024-02-11T16:52:57.130 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:52:57.041+0000 7f08515a0880 4 rocksdb: [version_set.cc:4413] Recovering from manifest file: /var/lib/ceph/mon/ceph-smithi088/store.db/MANIFEST-000001 2024-02-11T16:52:57.130 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: 2024-02-11T16:52:57.130 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:52:57.041+0000 7f08515a0880 4 rocksdb: [column_family.cc:552] --------------- Options for column family [default]: 2024-02-11T16:52:57.130 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: 2024-02-11T16:52:57.130 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:52:57.041+0000 7f08515a0880 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-02-11T16:52:57.130 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:52:57.041+0000 7f08515a0880 4 rocksdb: Options.merge_operator: 2024-02-11T16:52:57.130 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:52:57.041+0000 7f08515a0880 4 rocksdb: Options.compaction_filter: None 2024-02-11T16:52:57.130 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:52:57.041+0000 7f08515a0880 4 rocksdb: Options.compaction_filter_factory: None 2024-02-11T16:52:57.130 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:52:57.041+0000 7f08515a0880 4 rocksdb: Options.memtable_factory: SkipListFactory 2024-02-11T16:52:57.130 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:52:57.041+0000 7f08515a0880 4 rocksdb: Options.table_factory: BlockBasedTable 2024-02-11T16:52:57.130 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:52:57.041+0000 7f08515a0880 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x562771e3dd18) 2024-02-11T16:52:57.130 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: cache_index_and_filter_blocks: 1 2024-02-11T16:52:57.130 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: cache_index_and_filter_blocks_with_high_priority: 0 2024-02-11T16:52:57.131 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: pin_l0_filter_and_index_blocks_in_cache: 0 2024-02-11T16:52:57.131 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: pin_top_level_index_and_filter: 1 2024-02-11T16:52:57.131 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: index_type: 0 2024-02-11T16:52:57.131 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: data_block_index_type: 0 2024-02-11T16:52:57.131 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: index_shortening: 1 2024-02-11T16:52:57.131 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: data_block_hash_table_util_ratio: 0.750000 2024-02-11T16:52:57.131 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: hash_index_allow_collision: 1 2024-02-11T16:52:57.131 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: checksum: 1 2024-02-11T16:52:57.131 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: no_block_cache: 0 2024-02-11T16:52:57.131 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: block_cache: 0x562771e72d10 2024-02-11T16:52:57.131 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: block_cache_name: BinnedLRUCache 2024-02-11T16:52:57.131 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: block_cache_options: 2024-02-11T16:52:57.131 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: capacity : 536870912 2024-02-11T16:52:57.131 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: num_shard_bits : 4 2024-02-11T16:52:57.132 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: strict_capacity_limit : 0 2024-02-11T16:52:57.132 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: high_pri_pool_ratio: 0.000 2024-02-11T16:52:57.132 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: block_cache_compressed: (nil) 2024-02-11T16:52:57.132 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: persistent_cache: (nil) 2024-02-11T16:52:57.132 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: block_size: 4096 2024-02-11T16:52:57.132 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: block_size_deviation: 10 2024-02-11T16:52:57.132 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: block_restart_interval: 16 2024-02-11T16:52:57.132 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: index_block_restart_interval: 1 2024-02-11T16:52:57.132 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: metadata_block_size: 4096 2024-02-11T16:52:57.132 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: partition_filters: 0 2024-02-11T16:52:57.132 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: use_delta_encoding: 1 2024-02-11T16:52:57.132 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: filter_policy: rocksdb.BuiltinBloomFilter 2024-02-11T16:52:57.132 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: whole_key_filtering: 1 2024-02-11T16:52:57.132 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: verify_compression: 0 2024-02-11T16:52:57.132 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: read_amp_bytes_per_bit: 0 2024-02-11T16:52:57.133 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: format_version: 2 2024-02-11T16:52:57.133 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: enable_index_compression: 1 2024-02-11T16:52:57.133 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: block_align: 0 2024-02-11T16:52:57.133 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: 2024-02-11T16:52:57.133 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:52:57.041+0000 7f08515a0880 4 rocksdb: Options.write_buffer_size: 33554432 2024-02-11T16:52:57.133 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:52:57.041+0000 7f08515a0880 4 rocksdb: Options.max_write_buffer_number: 2 2024-02-11T16:52:57.133 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:52:57.041+0000 7f08515a0880 4 rocksdb: Options.compression: NoCompression 2024-02-11T16:52:57.133 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:52:57.041+0000 7f08515a0880 4 rocksdb: Options.bottommost_compression: Disabled 2024-02-11T16:52:57.133 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:52:57.041+0000 7f08515a0880 4 rocksdb: Options.prefix_extractor: nullptr 2024-02-11T16:52:57.133 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:52:57.041+0000 7f08515a0880 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-02-11T16:52:57.133 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:52:57.041+0000 7f08515a0880 4 rocksdb: Options.num_levels: 7 2024-02-11T16:52:57.133 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:52:57.041+0000 7f08515a0880 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-02-11T16:52:57.133 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:52:57.041+0000 7f08515a0880 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-02-11T16:52:57.133 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:52:57.041+0000 7f08515a0880 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-02-11T16:52:57.133 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:52:57.041+0000 7f08515a0880 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-02-11T16:52:57.134 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:52:57.041+0000 7f08515a0880 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2024-02-11T16:52:57.134 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:52:57.041+0000 7f08515a0880 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-02-11T16:52:57.134 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:52:57.041+0000 7f08515a0880 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-02-11T16:52:57.134 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:52:57.041+0000 7f08515a0880 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-02-11T16:52:57.134 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:52:57.041+0000 7f08515a0880 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2024-02-11T16:52:57.134 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:52:57.041+0000 7f08515a0880 4 rocksdb: Options.compression_opts.window_bits: -14 2024-02-11T16:52:57.134 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:52:57.041+0000 7f08515a0880 4 rocksdb: Options.compression_opts.level: 32767 2024-02-11T16:52:57.134 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:52:57.041+0000 7f08515a0880 4 rocksdb: Options.compression_opts.strategy: 0 2024-02-11T16:52:57.134 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:52:57.041+0000 7f08515a0880 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-02-11T16:52:57.134 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:52:57.041+0000 7f08515a0880 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-02-11T16:52:57.134 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:52:57.041+0000 7f08515a0880 4 rocksdb: Options.compression_opts.enabled: false 2024-02-11T16:52:57.134 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:52:57.041+0000 7f08515a0880 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-02-11T16:52:57.134 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:52:57.041+0000 7f08515a0880 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-02-11T16:52:57.134 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:52:57.041+0000 7f08515a0880 4 rocksdb: Options.level0_stop_writes_trigger: 36 2024-02-11T16:52:57.134 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:52:57.041+0000 7f08515a0880 4 rocksdb: Options.target_file_size_base: 67108864 2024-02-11T16:52:57.135 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:52:57.041+0000 7f08515a0880 4 rocksdb: Options.target_file_size_multiplier: 1 2024-02-11T16:52:57.135 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:52:57.041+0000 7f08515a0880 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2024-02-11T16:52:57.135 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:52:57.041+0000 7f08515a0880 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-02-11T16:52:57.135 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:52:57.041+0000 7f08515a0880 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-02-11T16:52:57.135 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:52:57.041+0000 7f08515a0880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-02-11T16:52:57.135 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:52:57.041+0000 7f08515a0880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-02-11T16:52:57.135 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:52:57.041+0000 7f08515a0880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-02-11T16:52:57.135 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:52:57.041+0000 7f08515a0880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-02-11T16:52:57.135 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:52:57.041+0000 7f08515a0880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-02-11T16:52:57.135 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:52:57.041+0000 7f08515a0880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-02-11T16:52:57.135 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:52:57.041+0000 7f08515a0880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-02-11T16:52:57.135 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:52:57.041+0000 7f08515a0880 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-02-11T16:52:57.135 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:52:57.041+0000 7f08515a0880 4 rocksdb: Options.max_compaction_bytes: 1677721600 2024-02-11T16:52:57.135 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:52:57.041+0000 7f08515a0880 4 rocksdb: Options.arena_block_size: 4194304 2024-02-11T16:52:57.135 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:52:57.041+0000 7f08515a0880 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-02-11T16:52:57.136 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:52:57.041+0000 7f08515a0880 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-02-11T16:52:57.136 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:52:57.041+0000 7f08515a0880 4 rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2024-02-11T16:52:57.136 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:52:57.041+0000 7f08515a0880 4 rocksdb: Options.disable_auto_compactions: 0 2024-02-11T16:52:57.136 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:52:57.041+0000 7f08515a0880 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-02-11T16:52:57.136 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:52:57.041+0000 7f08515a0880 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-02-11T16:52:57.136 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:52:57.041+0000 7f08515a0880 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-02-11T16:52:57.136 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:52:57.041+0000 7f08515a0880 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-02-11T16:52:57.136 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:52:57.041+0000 7f08515a0880 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-02-11T16:52:57.136 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:52:57.041+0000 7f08515a0880 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-02-11T16:52:57.136 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:52:57.041+0000 7f08515a0880 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-02-11T16:52:57.136 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:52:57.041+0000 7f08515a0880 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-02-11T16:52:57.136 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:52:57.041+0000 7f08515a0880 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-02-11T16:52:57.136 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:52:57.041+0000 7f08515a0880 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-02-11T16:52:57.136 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:52:57.041+0000 7f08515a0880 4 rocksdb: Options.table_properties_collectors: 2024-02-11T16:52:57.136 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:52:57.041+0000 7f08515a0880 4 rocksdb: Options.inplace_update_support: 0 2024-02-11T16:52:57.136 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:52:57.041+0000 7f08515a0880 4 rocksdb: Options.inplace_update_num_locks: 10000 2024-02-11T16:52:57.137 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:52:57.041+0000 7f08515a0880 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-02-11T16:52:57.137 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:52:57.041+0000 7f08515a0880 4 rocksdb: Options.memtable_whole_key_filtering: 0 2024-02-11T16:52:57.137 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:52:57.041+0000 7f08515a0880 4 rocksdb: Options.memtable_huge_page_size: 0 2024-02-11T16:52:57.137 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:52:57.041+0000 7f08515a0880 4 rocksdb: Options.bloom_locality: 0 2024-02-11T16:52:57.137 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:52:57.041+0000 7f08515a0880 4 rocksdb: Options.max_successive_merges: 0 2024-02-11T16:52:57.137 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:52:57.041+0000 7f08515a0880 4 rocksdb: Options.optimize_filters_for_hits: 0 2024-02-11T16:52:57.137 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:52:57.041+0000 7f08515a0880 4 rocksdb: Options.paranoid_file_checks: 0 2024-02-11T16:52:57.137 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:52:57.041+0000 7f08515a0880 4 rocksdb: Options.force_consistency_checks: 0 2024-02-11T16:52:57.137 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:52:57.041+0000 7f08515a0880 4 rocksdb: Options.report_bg_io_stats: 0 2024-02-11T16:52:57.137 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:52:57.041+0000 7f08515a0880 4 rocksdb: Options.ttl: 2592000 2024-02-11T16:52:57.137 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:52:57.041+0000 7f08515a0880 4 rocksdb: Options.periodic_compaction_seconds: 0 2024-02-11T16:52:57.137 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:52:57.042+0000 7f08515a0880 4 rocksdb: [version_set.cc:4568] Recovered from manifest file:/var/lib/ceph/mon/ceph-smithi088/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-11T16:52:57.137 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: 2024-02-11T16:52:57.137 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:52:57.042+0000 7f08515a0880 4 rocksdb: [version_set.cc:4577] Column family [default] (ID 0), log number is 0 2024-02-11T16:52:57.138 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: 2024-02-11T16:52:57.138 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:52:57.043+0000 7f08515a0880 4 rocksdb: DB pointer 0x562771f3b800 2024-02-11T16:52:57.138 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:52:57.043+0000 7f083a413700 4 rocksdb: [db_impl/db_impl.cc:850] ------- DUMPING STATS ------- 2024-02-11T16:52:57.138 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:52:57.043+0000 7f083a413700 4 rocksdb: [db_impl/db_impl.cc:851] 2024-02-11T16:52:57.138 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: ** DB Stats ** 2024-02-11T16:52:57.138 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: Uptime(secs): 0.0 total, 0.0 interval 2024-02-11T16:52:57.138 INFO:teuthology.orchestra.run.smithi088.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-11T16:52:57.138 INFO:teuthology.orchestra.run.smithi088.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-11T16:52:57.138 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-02-11T16:52:57.138 INFO:teuthology.orchestra.run.smithi088.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-11T16:52:57.138 INFO:teuthology.orchestra.run.smithi088.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-11T16:52:57.138 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-02-11T16:52:57.138 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: 2024-02-11T16:52:57.138 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2024-02-11T16:52:57.139 INFO:teuthology.orchestra.run.smithi088.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-11T16:52:57.139 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-02-11T16:52:57.139 INFO:teuthology.orchestra.run.smithi088.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-11T16:52:57.139 INFO:teuthology.orchestra.run.smithi088.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-11T16:52:57.139 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: 2024-02-11T16:52:57.139 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2024-02-11T16:52:57.139 INFO:teuthology.orchestra.run.smithi088.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-11T16:52:57.139 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-02-11T16:52:57.139 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: Uptime(secs): 0.0 total, 0.0 interval 2024-02-11T16:52:57.139 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: Flush(GB): cumulative 0.000, interval 0.000 2024-02-11T16:52:57.139 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: AddFile(GB): cumulative 0.000, interval 0.000 2024-02-11T16:52:57.139 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: AddFile(Total Files): cumulative 0, interval 0 2024-02-11T16:52:57.139 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: AddFile(L0 Files): cumulative 0, interval 0 2024-02-11T16:52:57.139 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: AddFile(Keys): cumulative 0, interval 0 2024-02-11T16:52:57.139 INFO:teuthology.orchestra.run.smithi088.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-11T16:52:57.139 INFO:teuthology.orchestra.run.smithi088.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-11T16:52:57.140 INFO:teuthology.orchestra.run.smithi088.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-11T16:52:57.140 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: 2024-02-11T16:52:57.140 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: ** File Read Latency Histogram By Level [default] ** 2024-02-11T16:52:57.140 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: 2024-02-11T16:52:57.140 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2024-02-11T16:52:57.140 INFO:teuthology.orchestra.run.smithi088.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-11T16:52:57.140 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-02-11T16:52:57.140 INFO:teuthology.orchestra.run.smithi088.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-11T16:52:57.140 INFO:teuthology.orchestra.run.smithi088.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-11T16:52:57.140 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: 2024-02-11T16:52:57.140 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2024-02-11T16:52:57.140 INFO:teuthology.orchestra.run.smithi088.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-11T16:52:57.140 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-02-11T16:52:57.140 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: Uptime(secs): 0.0 total, 0.0 interval 2024-02-11T16:52:57.141 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: Flush(GB): cumulative 0.000, interval 0.000 2024-02-11T16:52:57.141 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: AddFile(GB): cumulative 0.000, interval 0.000 2024-02-11T16:52:57.141 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: AddFile(Total Files): cumulative 0, interval 0 2024-02-11T16:52:57.141 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: AddFile(L0 Files): cumulative 0, interval 0 2024-02-11T16:52:57.141 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: AddFile(Keys): cumulative 0, interval 0 2024-02-11T16:52:57.141 INFO:teuthology.orchestra.run.smithi088.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-11T16:52:57.141 INFO:teuthology.orchestra.run.smithi088.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-11T16:52:57.141 INFO:teuthology.orchestra.run.smithi088.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-11T16:52:57.141 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: 2024-02-11T16:52:57.141 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: ** File Read Latency Histogram By Level [default] ** 2024-02-11T16:52:57.141 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: 2024-02-11T16:52:57.141 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:52:57.044+0000 7f08515a0880 4 rocksdb: [db_impl/db_impl.cc:397] Shutdown: canceling all background work 2024-02-11T16:52:57.141 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:52:57.044+0000 7f08515a0880 4 rocksdb: [db_impl/db_impl.cc:573] Shutdown complete 2024-02-11T16:52:57.141 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:52:57.044+0000 7f08515a0880 0 /usr/bin/ceph-mon: created monfs at /var/lib/ceph/mon/ceph-smithi088 for mon.smithi088 2024-02-11T16:52:57.428 INFO:teuthology.orchestra.run.smithi088.stderr:create mon.smithi088 on 2024-02-11T16:52:57.531 INFO:teuthology.orchestra.run.smithi088.stderr:systemctl: Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /etc/systemd/system/ceph.target. 2024-02-11T16:52:57.629 INFO:teuthology.orchestra.run.smithi088.stderr:systemctl: Created symlink /etc/systemd/system/multi-user.target.wants/ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715.target → /etc/systemd/system/ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715.target. 2024-02-11T16:52:57.629 INFO:teuthology.orchestra.run.smithi088.stderr:systemctl: Created symlink /etc/systemd/system/ceph.target.wants/ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715.target → /etc/systemd/system/ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715.target. 2024-02-11T16:52:57.835 INFO:teuthology.orchestra.run.smithi088.stderr:systemctl: Failed to reset failed state of unit ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715@mon.smithi088.service: Unit ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715@mon.smithi088.service not loaded. 2024-02-11T16:52:57.842 INFO:teuthology.orchestra.run.smithi088.stderr:systemctl: Created symlink /etc/systemd/system/ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715.target.wants/ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715@mon.smithi088.service → /etc/systemd/system/ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715@.service. 2024-02-11T16:52:58.300 INFO:teuthology.orchestra.run.smithi088.stderr:systemctl: disabled 2024-02-11T16:52:58.307 INFO:teuthology.orchestra.run.smithi088.stderr:systemctl: inactive 2024-02-11T16:52:58.307 INFO:teuthology.orchestra.run.smithi088.stderr:firewalld.service is not enabled 2024-02-11T16:52:58.307 INFO:teuthology.orchestra.run.smithi088.stderr:Not possible to enable service . firewalld.service is not available 2024-02-11T16:52:58.308 INFO:teuthology.orchestra.run.smithi088.stderr:Waiting for mon to start... 2024-02-11T16:52:58.308 INFO:teuthology.orchestra.run.smithi088.stderr:Waiting for mon... 2024-02-11T16:52:58.569 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:52:58 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[32709]: cluster 2024-02-11T16:52:58.294550+0000 mon.smithi088 (mon.0) 1 : cluster [INF] mon.smithi088 is new leader, mons smithi088 in quorum (ranks 0) 2024-02-11T16:52:58.824 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: cluster: 2024-02-11T16:52:58.824 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: id: eb5e91f4-c8fd-11ee-95b9-87774f69a715 2024-02-11T16:52:58.825 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: health: HEALTH_OK 2024-02-11T16:52:58.825 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: 2024-02-11T16:52:58.825 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: services: 2024-02-11T16:52:58.825 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: mon: 1 daemons, quorum smithi088 (age 0.512643s) 2024-02-11T16:52:58.825 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: mgr: no daemons active 2024-02-11T16:52:58.825 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: osd: 0 osds: 0 up, 0 in 2024-02-11T16:52:58.825 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: 2024-02-11T16:52:58.825 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: data: 2024-02-11T16:52:58.825 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: pools: 0 pools, 0 pgs 2024-02-11T16:52:58.825 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: objects: 0 objects, 0 B 2024-02-11T16:52:58.825 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: usage: 0 B used, 0 B / 0 B avail 2024-02-11T16:52:58.825 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: pgs: 2024-02-11T16:52:58.825 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: 2024-02-11T16:52:59.124 INFO:teuthology.orchestra.run.smithi088.stderr:mon is available 2024-02-11T16:52:59.124 INFO:teuthology.orchestra.run.smithi088.stderr:Assimilating anything we can from ceph.conf... 2024-02-11T16:52:59.535 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:52:59 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[32709]: cluster 2024-02-11T16:52:58.309336+0000 mon.smithi088 (mon.0) 2 : cluster [INF] mon.smithi088 is new leader, mons smithi088 in quorum (ranks 0) 2024-02-11T16:52:59.535 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:52:59 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[32709]: cluster 2024-02-11T16:52:58.309556+0000 mon.smithi088 (mon.0) 3 : cluster [DBG] monmap e1: 1 mons at {smithi088=[v2:172.21.15.88:3300/0,v1:172.21.15.88:6789/0]} removed_ranks: {} 2024-02-11T16:52:59.535 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:52:59 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[32709]: cluster 2024-02-11T16:52:58.324434+0000 mon.smithi088 (mon.0) 4 : cluster [DBG] fsmap 2024-02-11T16:52:59.535 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:52:59 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[32709]: cluster 2024-02-11T16:52:58.328145+0000 mon.smithi088 (mon.0) 5 : cluster [DBG] osdmap e1: 0 total, 0 up, 0 in 2024-02-11T16:52:59.536 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:52:59 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[32709]: cluster 2024-02-11T16:52:58.328784+0000 mon.smithi088 (mon.0) 6 : cluster [DBG] mgrmap e1: no daemons active 2024-02-11T16:52:59.536 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:52:59 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[32709]: audit 2024-02-11T16:52:58.821937+0000 mon.smithi088 (mon.0) 7 : audit [DBG] from='client.? 172.21.15.88:0/214843983' entity='client.admin' cmd=[{"prefix": "status"}]: dispatch 2024-02-11T16:52:59.567 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: 2024-02-11T16:52:59.568 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: [global] 2024-02-11T16:52:59.568 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: fsid = eb5e91f4-c8fd-11ee-95b9-87774f69a715 2024-02-11T16:52:59.568 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: mon_host = [v2:172.21.15.88:3300,v1:172.21.15.88:6789] 2024-02-11T16:52:59.568 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: mon_osd_allow_pg_remap = true 2024-02-11T16:52:59.568 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: mon_osd_allow_primary_affinity = true 2024-02-11T16:52:59.568 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: mon_warn_on_no_sortbitwise = false 2024-02-11T16:52:59.568 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: osd_crush_chooseleaf_type = 0 2024-02-11T16:52:59.568 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: 2024-02-11T16:52:59.568 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: [mgr] 2024-02-11T16:52:59.568 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: mgr/telemetry/nag = false 2024-02-11T16:52:59.568 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: 2024-02-11T16:52:59.568 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: [osd] 2024-02-11T16:52:59.568 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: osd_map_max_advance = 10 2024-02-11T16:52:59.569 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: osd_sloppy_crc = true 2024-02-11T16:52:59.897 INFO:teuthology.orchestra.run.smithi088.stderr:Generating new minimal ceph.conf... 2024-02-11T16:53:00.615 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:53:00 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[32709]: audit 2024-02-11T16:52:59.563069+0000 mon.smithi088 (mon.0) 8 : audit [INF] from='client.? 172.21.15.88:0/1829468458' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2024-02-11T16:53:00.615 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:53:00 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[32709]: audit 2024-02-11T16:52:59.565709+0000 mon.smithi088 (mon.0) 9 : audit [INF] from='client.? 172.21.15.88:0/1829468458' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2024-02-11T16:53:00.616 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:53:00 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[32709]: audit 2024-02-11T16:53:00.327455+0000 mon.smithi088 (mon.0) 10 : audit [DBG] from='client.? 172.21.15.88:0/4254770414' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-11T16:53:00.681 INFO:teuthology.orchestra.run.smithi088.stderr:Restarting the monitor... 2024-02-11T16:53:00.899 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:53:00 smithi088 systemd[1]: Stopping Ceph mon.smithi088 for eb5e91f4-c8fd-11ee-95b9-87774f69a715... 2024-02-11T16:53:00.899 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:53:00 smithi088 bash[33034]: Error: no container with name or ID "ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon.smithi088" found: no such container 2024-02-11T16:53:01.195 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:53:00 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[32709]: debug 2024-02-11T16:53:00.898+0000 7f919fe6a700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-mon -n mon.smithi088 -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-11T16:53:01.195 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:53:00 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[32709]: debug 2024-02-11T16:53:00.898+0000 7f919fe6a700 -1 mon.smithi088@0(leader) e1 *** Got Signal Terminated *** 2024-02-11T16:53:01.514 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:53:01 smithi088 bash[33072]: ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088 2024-02-11T16:53:01.786 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:53:01 smithi088 systemd[1]: ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715@mon.smithi088.service: Succeeded. 2024-02-11T16:53:01.786 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:53:01 smithi088 systemd[1]: Stopped Ceph mon.smithi088 for eb5e91f4-c8fd-11ee-95b9-87774f69a715. 2024-02-11T16:53:01.786 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:53:01 smithi088 systemd[1]: Starting Ceph mon.smithi088 for eb5e91f4-c8fd-11ee-95b9-87774f69a715... 2024-02-11T16:53:01.890 INFO:teuthology.orchestra.run.smithi088.stderr:Setting public_network to 172.21.0.0/20 in mon config section 2024-02-11T16:53:02.287 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:53:01 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: debug 2024-02-11T16:53:01.867+0000 7f33d1cac880 0 set uid:gid to 167:167 (ceph:ceph) 2024-02-11T16:53:02.287 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:53:01 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: debug 2024-02-11T16:53:01.867+0000 7f33d1cac880 0 ceph version 16.2.14-530-g5db25abe (5db25abe00e218b6920215c0bef70af7e47c7152) pacific (stable), process ceph-mon, pid 7 2024-02-11T16:53:02.287 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:53:01 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: debug 2024-02-11T16:53:01.867+0000 7f33d1cac880 0 pidfile_write: ignore empty --pid-file 2024-02-11T16:53:02.287 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:53:01 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: debug 2024-02-11T16:53:01.871+0000 7f33d1cac880 0 load: jerasure load: lrc load: isa 2024-02-11T16:53:02.288 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:53:01 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: debug 2024-02-11T16:53:01.871+0000 7f33d1cac880 4 rocksdb: RocksDB version: 6.8.1 2024-02-11T16:53:02.288 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:53:01 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: 2024-02-11T16:53:02.288 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:53:01 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: debug 2024-02-11T16:53:01.871+0000 7f33d1cac880 4 rocksdb: Git sha rocksdb_build_git_sha:@0@ 2024-02-11T16:53:02.288 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:53:01 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: debug 2024-02-11T16:53:01.871+0000 7f33d1cac880 4 rocksdb: Compile date Feb 8 2024 2024-02-11T16:53:02.288 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:53:01 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: debug 2024-02-11T16:53:01.871+0000 7f33d1cac880 4 rocksdb: DB SUMMARY 2024-02-11T16:53:02.288 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:53:01 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: 2024-02-11T16:53:02.288 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:53:01 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: debug 2024-02-11T16:53:01.871+0000 7f33d1cac880 4 rocksdb: CURRENT file: CURRENT 2024-02-11T16:53:02.288 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:53:01 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: 2024-02-11T16:53:02.288 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:53:01 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: debug 2024-02-11T16:53:01.871+0000 7f33d1cac880 4 rocksdb: IDENTITY file: IDENTITY 2024-02-11T16:53:02.288 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:53:01 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: 2024-02-11T16:53:02.288 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:53:01 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: debug 2024-02-11T16:53:01.871+0000 7f33d1cac880 4 rocksdb: MANIFEST file: MANIFEST-000005 size: 131 Bytes 2024-02-11T16:53:02.288 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:53:01 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: 2024-02-11T16:53:02.288 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:53:01 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: debug 2024-02-11T16:53:01.871+0000 7f33d1cac880 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-smithi088/store.db dir, Total Num: 1, files: 000004.sst 2024-02-11T16:53:02.288 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:53:01 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: 2024-02-11T16:53:02.289 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:53:01 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: debug 2024-02-11T16:53:01.871+0000 7f33d1cac880 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-smithi088/store.db: 000006.log size: 81720 ; 2024-02-11T16:53:02.289 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:53:01 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: 2024-02-11T16:53:02.289 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:53:01 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: debug 2024-02-11T16:53:01.871+0000 7f33d1cac880 4 rocksdb: Options.error_if_exists: 0 2024-02-11T16:53:02.289 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:53:01 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: debug 2024-02-11T16:53:01.871+0000 7f33d1cac880 4 rocksdb: Options.create_if_missing: 0 2024-02-11T16:53:02.289 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:53:01 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: debug 2024-02-11T16:53:01.871+0000 7f33d1cac880 4 rocksdb: Options.paranoid_checks: 1 2024-02-11T16:53:02.289 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:53:01 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: debug 2024-02-11T16:53:01.871+0000 7f33d1cac880 4 rocksdb: Options.env: 0x55ed80849080 2024-02-11T16:53:02.289 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:53:01 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: debug 2024-02-11T16:53:01.871+0000 7f33d1cac880 4 rocksdb: Options.fs: Posix File System 2024-02-11T16:53:02.289 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:53:01 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: debug 2024-02-11T16:53:01.871+0000 7f33d1cac880 4 rocksdb: Options.info_log: 0x55ed81311d20 2024-02-11T16:53:02.289 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:53:01 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: debug 2024-02-11T16:53:01.871+0000 7f33d1cac880 4 rocksdb: Options.max_file_opening_threads: 16 2024-02-11T16:53:02.289 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:53:01 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: debug 2024-02-11T16:53:01.871+0000 7f33d1cac880 4 rocksdb: Options.statistics: (nil) 2024-02-11T16:53:02.289 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:53:01 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: debug 2024-02-11T16:53:01.871+0000 7f33d1cac880 4 rocksdb: Options.use_fsync: 0 2024-02-11T16:53:02.289 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:53:01 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: debug 2024-02-11T16:53:01.871+0000 7f33d1cac880 4 rocksdb: Options.max_log_file_size: 0 2024-02-11T16:53:02.289 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:53:01 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: debug 2024-02-11T16:53:01.871+0000 7f33d1cac880 4 rocksdb: Options.max_manifest_file_size: 1073741824 2024-02-11T16:53:02.289 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:53:01 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: debug 2024-02-11T16:53:01.871+0000 7f33d1cac880 4 rocksdb: Options.log_file_time_to_roll: 0 2024-02-11T16:53:02.289 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:53:01 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: debug 2024-02-11T16:53:01.871+0000 7f33d1cac880 4 rocksdb: Options.keep_log_file_num: 1000 2024-02-11T16:53:02.290 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:53:01 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: debug 2024-02-11T16:53:01.871+0000 7f33d1cac880 4 rocksdb: Options.recycle_log_file_num: 0 2024-02-11T16:53:02.290 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:53:01 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: debug 2024-02-11T16:53:01.871+0000 7f33d1cac880 4 rocksdb: Options.allow_fallocate: 1 2024-02-11T16:53:02.290 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:53:01 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: debug 2024-02-11T16:53:01.871+0000 7f33d1cac880 4 rocksdb: Options.allow_mmap_reads: 0 2024-02-11T16:53:02.290 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:53:01 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: debug 2024-02-11T16:53:01.871+0000 7f33d1cac880 4 rocksdb: Options.allow_mmap_writes: 0 2024-02-11T16:53:02.290 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:53:01 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: debug 2024-02-11T16:53:01.871+0000 7f33d1cac880 4 rocksdb: Options.use_direct_reads: 0 2024-02-11T16:53:02.290 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:53:01 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: debug 2024-02-11T16:53:01.871+0000 7f33d1cac880 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-02-11T16:53:02.290 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:53:01 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: debug 2024-02-11T16:53:01.871+0000 7f33d1cac880 4 rocksdb: Options.create_missing_column_families: 0 2024-02-11T16:53:02.290 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:53:01 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: debug 2024-02-11T16:53:01.871+0000 7f33d1cac880 4 rocksdb: Options.db_log_dir: 2024-02-11T16:53:02.290 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:53:01 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: debug 2024-02-11T16:53:01.871+0000 7f33d1cac880 4 rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-smithi088/store.db 2024-02-11T16:53:02.290 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:53:01 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: debug 2024-02-11T16:53:01.871+0000 7f33d1cac880 4 rocksdb: Options.table_cache_numshardbits: 6 2024-02-11T16:53:02.290 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:53:01 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: debug 2024-02-11T16:53:01.871+0000 7f33d1cac880 4 rocksdb: Options.max_subcompactions: 1 2024-02-11T16:53:02.290 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:53:01 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: debug 2024-02-11T16:53:01.871+0000 7f33d1cac880 4 rocksdb: Options.max_background_flushes: -1 2024-02-11T16:53:02.290 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:53:01 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: debug 2024-02-11T16:53:01.871+0000 7f33d1cac880 4 rocksdb: Options.WAL_ttl_seconds: 0 2024-02-11T16:53:02.290 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:53:01 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: debug 2024-02-11T16:53:01.871+0000 7f33d1cac880 4 rocksdb: Options.WAL_size_limit_MB: 0 2024-02-11T16:53:02.290 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:53:01 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: debug 2024-02-11T16:53:01.871+0000 7f33d1cac880 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-02-11T16:53:02.291 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:53:01 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: debug 2024-02-11T16:53:01.871+0000 7f33d1cac880 4 rocksdb: Options.manifest_preallocation_size: 4194304 2024-02-11T16:53:02.291 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:53:01 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: debug 2024-02-11T16:53:01.871+0000 7f33d1cac880 4 rocksdb: Options.is_fd_close_on_exec: 1 2024-02-11T16:53:02.291 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:53:01 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: debug 2024-02-11T16:53:01.871+0000 7f33d1cac880 4 rocksdb: Options.advise_random_on_open: 1 2024-02-11T16:53:02.291 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:53:01 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: debug 2024-02-11T16:53:01.871+0000 7f33d1cac880 4 rocksdb: Options.db_write_buffer_size: 0 2024-02-11T16:53:02.291 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:53:01 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: debug 2024-02-11T16:53:01.871+0000 7f33d1cac880 4 rocksdb: Options.write_buffer_manager: 0x55ed81f8c450 2024-02-11T16:53:02.291 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:53:01 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: debug 2024-02-11T16:53:01.871+0000 7f33d1cac880 4 rocksdb: Options.access_hint_on_compaction_start: 1 2024-02-11T16:53:02.291 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:53:01 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: debug 2024-02-11T16:53:01.871+0000 7f33d1cac880 4 rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2024-02-11T16:53:02.291 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:53:01 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: debug 2024-02-11T16:53:01.871+0000 7f33d1cac880 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2024-02-11T16:53:02.291 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:53:01 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: debug 2024-02-11T16:53:01.871+0000 7f33d1cac880 4 rocksdb: Options.use_adaptive_mutex: 0 2024-02-11T16:53:02.291 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:53:01 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: debug 2024-02-11T16:53:01.871+0000 7f33d1cac880 4 rocksdb: Options.rate_limiter: (nil) 2024-02-11T16:53:02.291 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:53:01 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: debug 2024-02-11T16:53:01.871+0000 7f33d1cac880 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-02-11T16:53:02.291 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:53:01 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: debug 2024-02-11T16:53:01.871+0000 7f33d1cac880 4 rocksdb: Options.wal_recovery_mode: 2 2024-02-11T16:53:02.291 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:53:01 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: debug 2024-02-11T16:53:01.871+0000 7f33d1cac880 4 rocksdb: Options.enable_thread_tracking: 0 2024-02-11T16:53:02.291 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:53:01 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: debug 2024-02-11T16:53:01.871+0000 7f33d1cac880 4 rocksdb: Options.enable_pipelined_write: 0 2024-02-11T16:53:02.292 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:53:01 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: debug 2024-02-11T16:53:01.871+0000 7f33d1cac880 4 rocksdb: Options.unordered_write: 0 2024-02-11T16:53:02.292 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:53:01 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: debug 2024-02-11T16:53:01.871+0000 7f33d1cac880 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2024-02-11T16:53:02.292 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:53:01 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: debug 2024-02-11T16:53:01.871+0000 7f33d1cac880 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-02-11T16:53:02.292 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:53:01 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: debug 2024-02-11T16:53:01.871+0000 7f33d1cac880 4 rocksdb: Options.write_thread_max_yield_usec: 100 2024-02-11T16:53:02.292 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:53:01 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: debug 2024-02-11T16:53:01.871+0000 7f33d1cac880 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2024-02-11T16:53:02.292 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:53:01 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: debug 2024-02-11T16:53:01.871+0000 7f33d1cac880 4 rocksdb: Options.row_cache: None 2024-02-11T16:53:02.292 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:53:01 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: debug 2024-02-11T16:53:01.871+0000 7f33d1cac880 4 rocksdb: Options.wal_filter: None 2024-02-11T16:53:02.292 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:53:01 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: debug 2024-02-11T16:53:01.871+0000 7f33d1cac880 4 rocksdb: Options.avoid_flush_during_recovery: 0 2024-02-11T16:53:02.292 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:53:01 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: debug 2024-02-11T16:53:01.871+0000 7f33d1cac880 4 rocksdb: Options.allow_ingest_behind: 0 2024-02-11T16:53:02.292 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:53:01 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: debug 2024-02-11T16:53:01.871+0000 7f33d1cac880 4 rocksdb: Options.preserve_deletes: 0 2024-02-11T16:53:02.292 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:53:01 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: debug 2024-02-11T16:53:01.871+0000 7f33d1cac880 4 rocksdb: Options.two_write_queues: 0 2024-02-11T16:53:02.292 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:53:01 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: debug 2024-02-11T16:53:01.871+0000 7f33d1cac880 4 rocksdb: Options.manual_wal_flush: 0 2024-02-11T16:53:02.292 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:53:01 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: debug 2024-02-11T16:53:01.871+0000 7f33d1cac880 4 rocksdb: Options.atomic_flush: 0 2024-02-11T16:53:02.292 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:53:01 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: debug 2024-02-11T16:53:01.871+0000 7f33d1cac880 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-02-11T16:53:02.293 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:53:01 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: debug 2024-02-11T16:53:01.871+0000 7f33d1cac880 4 rocksdb: Options.persist_stats_to_disk: 0 2024-02-11T16:53:02.293 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:53:01 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: debug 2024-02-11T16:53:01.871+0000 7f33d1cac880 4 rocksdb: Options.write_dbid_to_manifest: 0 2024-02-11T16:53:02.293 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:53:01 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: debug 2024-02-11T16:53:01.871+0000 7f33d1cac880 4 rocksdb: Options.log_readahead_size: 0 2024-02-11T16:53:02.293 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:53:01 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: debug 2024-02-11T16:53:01.871+0000 7f33d1cac880 4 rocksdb: Options.sst_file_checksum_func: Unknown 2024-02-11T16:53:02.293 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:53:01 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: debug 2024-02-11T16:53:01.871+0000 7f33d1cac880 4 rocksdb: Options.max_background_jobs: 2 2024-02-11T16:53:02.293 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:53:01 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: debug 2024-02-11T16:53:01.871+0000 7f33d1cac880 4 rocksdb: Options.max_background_compactions: -1 2024-02-11T16:53:02.293 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:53:01 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: debug 2024-02-11T16:53:01.871+0000 7f33d1cac880 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2024-02-11T16:53:02.293 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:53:01 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: debug 2024-02-11T16:53:01.871+0000 7f33d1cac880 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-02-11T16:53:02.293 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:53:01 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: debug 2024-02-11T16:53:01.871+0000 7f33d1cac880 4 rocksdb: Options.delayed_write_rate : 16777216 2024-02-11T16:53:02.293 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:53:01 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: debug 2024-02-11T16:53:01.871+0000 7f33d1cac880 4 rocksdb: Options.max_total_wal_size: 0 2024-02-11T16:53:02.293 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:53:01 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: debug 2024-02-11T16:53:01.871+0000 7f33d1cac880 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-02-11T16:53:02.293 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:53:01 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: debug 2024-02-11T16:53:01.871+0000 7f33d1cac880 4 rocksdb: Options.stats_dump_period_sec: 600 2024-02-11T16:53:02.293 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:53:01 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: debug 2024-02-11T16:53:01.871+0000 7f33d1cac880 4 rocksdb: Options.stats_persist_period_sec: 600 2024-02-11T16:53:02.293 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:53:01 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: debug 2024-02-11T16:53:01.871+0000 7f33d1cac880 4 rocksdb: Options.stats_history_buffer_size: 1048576 2024-02-11T16:53:02.294 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:53:01 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: debug 2024-02-11T16:53:01.871+0000 7f33d1cac880 4 rocksdb: Options.max_open_files: -1 2024-02-11T16:53:02.294 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:53:01 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: debug 2024-02-11T16:53:01.871+0000 7f33d1cac880 4 rocksdb: Options.bytes_per_sync: 0 2024-02-11T16:53:02.294 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:53:01 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: debug 2024-02-11T16:53:01.871+0000 7f33d1cac880 4 rocksdb: Options.wal_bytes_per_sync: 0 2024-02-11T16:53:02.294 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:53:01 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: debug 2024-02-11T16:53:01.871+0000 7f33d1cac880 4 rocksdb: Options.strict_bytes_per_sync: 0 2024-02-11T16:53:02.294 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:53:01 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: debug 2024-02-11T16:53:01.871+0000 7f33d1cac880 4 rocksdb: Options.compaction_readahead_size: 0 2024-02-11T16:53:02.294 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:53:01 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: debug 2024-02-11T16:53:01.871+0000 7f33d1cac880 4 rocksdb: Compression algorithms supported: 2024-02-11T16:53:02.294 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:53:01 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: debug 2024-02-11T16:53:01.871+0000 7f33d1cac880 4 rocksdb: kZSTDNotFinalCompression supported: 0 2024-02-11T16:53:02.294 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:53:01 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: debug 2024-02-11T16:53:01.871+0000 7f33d1cac880 4 rocksdb: kZSTD supported: 0 2024-02-11T16:53:02.294 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:53:01 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: debug 2024-02-11T16:53:01.871+0000 7f33d1cac880 4 rocksdb: kXpressCompression supported: 0 2024-02-11T16:53:02.294 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:53:01 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: debug 2024-02-11T16:53:01.871+0000 7f33d1cac880 4 rocksdb: kLZ4HCCompression supported: 1 2024-02-11T16:53:02.294 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:53:01 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: debug 2024-02-11T16:53:01.871+0000 7f33d1cac880 4 rocksdb: kLZ4Compression supported: 1 2024-02-11T16:53:02.294 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:53:01 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: debug 2024-02-11T16:53:01.871+0000 7f33d1cac880 4 rocksdb: kBZip2Compression supported: 0 2024-02-11T16:53:02.294 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:53:01 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: debug 2024-02-11T16:53:01.871+0000 7f33d1cac880 4 rocksdb: kZlibCompression supported: 1 2024-02-11T16:53:02.294 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:53:01 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: debug 2024-02-11T16:53:01.871+0000 7f33d1cac880 4 rocksdb: kSnappyCompression supported: 1 2024-02-11T16:53:02.294 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:53:01 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: debug 2024-02-11T16:53:01.871+0000 7f33d1cac880 4 rocksdb: Fast CRC32 supported: Supported on x86 2024-02-11T16:53:02.295 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:53:01 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: debug 2024-02-11T16:53:01.871+0000 7f33d1cac880 4 rocksdb: [version_set.cc:4413] Recovering from manifest file: /var/lib/ceph/mon/ceph-smithi088/store.db/MANIFEST-000005 2024-02-11T16:53:02.295 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:53:01 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: 2024-02-11T16:53:02.295 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:53:01 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: debug 2024-02-11T16:53:01.871+0000 7f33d1cac880 4 rocksdb: [column_family.cc:552] --------------- Options for column family [default]: 2024-02-11T16:53:02.295 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:53:01 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: 2024-02-11T16:53:02.295 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:53:01 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: debug 2024-02-11T16:53:01.871+0000 7f33d1cac880 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-02-11T16:53:02.295 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:53:01 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: debug 2024-02-11T16:53:01.871+0000 7f33d1cac880 4 rocksdb: Options.merge_operator: 2024-02-11T16:53:02.295 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:53:01 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: debug 2024-02-11T16:53:01.871+0000 7f33d1cac880 4 rocksdb: Options.compaction_filter: None 2024-02-11T16:53:02.295 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:53:01 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: debug 2024-02-11T16:53:01.871+0000 7f33d1cac880 4 rocksdb: Options.compaction_filter_factory: None 2024-02-11T16:53:02.295 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:53:01 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: debug 2024-02-11T16:53:01.871+0000 7f33d1cac880 4 rocksdb: Options.memtable_factory: SkipListFactory 2024-02-11T16:53:02.295 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:53:01 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: debug 2024-02-11T16:53:01.871+0000 7f33d1cac880 4 rocksdb: Options.table_factory: BlockBasedTable 2024-02-11T16:53:02.295 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:53:01 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: debug 2024-02-11T16:53:01.871+0000 7f33d1cac880 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x55ed812c1d10) 2024-02-11T16:53:02.295 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:53:01 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cache_index_and_filter_blocks: 1 2024-02-11T16:53:02.295 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:53:01 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cache_index_and_filter_blocks_with_high_priority: 0 2024-02-11T16:53:02.295 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:53:01 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: pin_l0_filter_and_index_blocks_in_cache: 0 2024-02-11T16:53:02.295 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:53:01 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: pin_top_level_index_and_filter: 1 2024-02-11T16:53:02.296 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:53:01 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: index_type: 0 2024-02-11T16:53:02.296 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:53:01 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: data_block_index_type: 0 2024-02-11T16:53:02.296 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:53:01 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: index_shortening: 1 2024-02-11T16:53:02.296 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:53:01 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: data_block_hash_table_util_ratio: 0.750000 2024-02-11T16:53:02.296 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:53:01 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: hash_index_allow_collision: 1 2024-02-11T16:53:02.296 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:53:01 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: checksum: 1 2024-02-11T16:53:02.296 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:53:01 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: no_block_cache: 0 2024-02-11T16:53:02.296 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:53:01 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: block_cache: 0x55ed812f6f10 2024-02-11T16:53:02.296 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:53:01 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: block_cache_name: BinnedLRUCache 2024-02-11T16:53:02.296 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:53:01 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: block_cache_options: 2024-02-11T16:53:02.296 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:53:01 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: capacity : 536870912 2024-02-11T16:53:02.297 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:53:01 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: num_shard_bits : 4 2024-02-11T16:53:02.297 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:53:01 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: strict_capacity_limit : 0 2024-02-11T16:53:02.297 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:53:01 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: high_pri_pool_ratio: 0.000 2024-02-11T16:53:02.297 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:53:01 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: block_cache_compressed: (nil) 2024-02-11T16:53:02.297 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:53:01 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: persistent_cache: (nil) 2024-02-11T16:53:02.297 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:53:01 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: block_size: 4096 2024-02-11T16:53:02.297 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:53:01 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: block_size_deviation: 10 2024-02-11T16:53:02.297 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:53:01 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: block_restart_interval: 16 2024-02-11T16:53:02.297 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:53:01 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: index_block_restart_interval: 1 2024-02-11T16:53:02.297 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:53:01 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: metadata_block_size: 4096 2024-02-11T16:53:02.297 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:53:01 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: partition_filters: 0 2024-02-11T16:53:02.297 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:53:01 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: use_delta_encoding: 1 2024-02-11T16:53:02.297 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:53:01 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: filter_policy: rocksdb.BuiltinBloomFilter 2024-02-11T16:53:02.297 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:53:01 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: whole_key_filtering: 1 2024-02-11T16:53:02.297 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:53:01 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: verify_compression: 0 2024-02-11T16:53:02.298 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:53:01 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: read_amp_bytes_per_bit: 0 2024-02-11T16:53:02.298 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:53:01 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: format_version: 2 2024-02-11T16:53:02.298 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:53:01 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: enable_index_compression: 1 2024-02-11T16:53:02.298 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:53:01 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: block_align: 0 2024-02-11T16:53:02.298 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:53:01 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: 2024-02-11T16:53:02.298 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:53:01 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: debug 2024-02-11T16:53:01.871+0000 7f33d1cac880 4 rocksdb: Options.write_buffer_size: 33554432 2024-02-11T16:53:02.298 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:53:01 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: debug 2024-02-11T16:53:01.871+0000 7f33d1cac880 4 rocksdb: Options.max_write_buffer_number: 2 2024-02-11T16:53:02.298 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:53:01 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: debug 2024-02-11T16:53:01.871+0000 7f33d1cac880 4 rocksdb: Options.compression: NoCompression 2024-02-11T16:53:02.298 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:53:01 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: debug 2024-02-11T16:53:01.871+0000 7f33d1cac880 4 rocksdb: Options.bottommost_compression: Disabled 2024-02-11T16:53:02.298 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:53:01 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: debug 2024-02-11T16:53:01.871+0000 7f33d1cac880 4 rocksdb: Options.prefix_extractor: nullptr 2024-02-11T16:53:02.298 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:53:01 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: debug 2024-02-11T16:53:01.871+0000 7f33d1cac880 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-02-11T16:53:02.298 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:53:01 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: debug 2024-02-11T16:53:01.871+0000 7f33d1cac880 4 rocksdb: Options.num_levels: 7 2024-02-11T16:53:02.298 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:53:01 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: debug 2024-02-11T16:53:01.871+0000 7f33d1cac880 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-02-11T16:53:02.298 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:53:01 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: debug 2024-02-11T16:53:01.871+0000 7f33d1cac880 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-02-11T16:53:02.298 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:53:01 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: debug 2024-02-11T16:53:01.871+0000 7f33d1cac880 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-02-11T16:53:02.299 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:53:01 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: debug 2024-02-11T16:53:01.871+0000 7f33d1cac880 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-02-11T16:53:02.299 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:53:01 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: debug 2024-02-11T16:53:01.871+0000 7f33d1cac880 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2024-02-11T16:53:02.299 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:53:01 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: debug 2024-02-11T16:53:01.871+0000 7f33d1cac880 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-02-11T16:53:02.299 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:53:01 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: debug 2024-02-11T16:53:01.871+0000 7f33d1cac880 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-02-11T16:53:02.299 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:53:01 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: debug 2024-02-11T16:53:01.871+0000 7f33d1cac880 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-02-11T16:53:02.299 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:53:01 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: debug 2024-02-11T16:53:01.871+0000 7f33d1cac880 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2024-02-11T16:53:02.299 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:53:01 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: debug 2024-02-11T16:53:01.871+0000 7f33d1cac880 4 rocksdb: Options.compression_opts.window_bits: -14 2024-02-11T16:53:02.299 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:53:01 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: debug 2024-02-11T16:53:01.871+0000 7f33d1cac880 4 rocksdb: Options.compression_opts.level: 32767 2024-02-11T16:53:02.299 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:53:01 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: debug 2024-02-11T16:53:01.871+0000 7f33d1cac880 4 rocksdb: Options.compression_opts.strategy: 0 2024-02-11T16:53:02.299 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:53:01 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: debug 2024-02-11T16:53:01.871+0000 7f33d1cac880 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-02-11T16:53:02.299 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:53:01 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: debug 2024-02-11T16:53:01.871+0000 7f33d1cac880 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-02-11T16:53:02.299 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:53:01 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: debug 2024-02-11T16:53:01.871+0000 7f33d1cac880 4 rocksdb: Options.compression_opts.enabled: false 2024-02-11T16:53:02.299 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:53:01 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: debug 2024-02-11T16:53:01.871+0000 7f33d1cac880 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-02-11T16:53:02.299 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:53:01 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: debug 2024-02-11T16:53:01.871+0000 7f33d1cac880 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-02-11T16:53:02.299 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:53:01 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: debug 2024-02-11T16:53:01.871+0000 7f33d1cac880 4 rocksdb: Options.level0_stop_writes_trigger: 36 2024-02-11T16:53:02.300 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:53:01 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: debug 2024-02-11T16:53:01.871+0000 7f33d1cac880 4 rocksdb: Options.target_file_size_base: 67108864 2024-02-11T16:53:02.300 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:53:01 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: debug 2024-02-11T16:53:01.871+0000 7f33d1cac880 4 rocksdb: Options.target_file_size_multiplier: 1 2024-02-11T16:53:02.300 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:53:01 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: debug 2024-02-11T16:53:01.871+0000 7f33d1cac880 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2024-02-11T16:53:02.300 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:53:01 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: debug 2024-02-11T16:53:01.871+0000 7f33d1cac880 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-02-11T16:53:02.300 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:53:01 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: debug 2024-02-11T16:53:01.871+0000 7f33d1cac880 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-02-11T16:53:02.300 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:53:01 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: debug 2024-02-11T16:53:01.871+0000 7f33d1cac880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-02-11T16:53:02.300 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:53:01 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: debug 2024-02-11T16:53:01.871+0000 7f33d1cac880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-02-11T16:53:02.300 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:53:01 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: debug 2024-02-11T16:53:01.871+0000 7f33d1cac880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-02-11T16:53:02.300 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:53:01 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: debug 2024-02-11T16:53:01.871+0000 7f33d1cac880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-02-11T16:53:02.300 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:53:01 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: debug 2024-02-11T16:53:01.871+0000 7f33d1cac880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-02-11T16:53:02.301 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:53:01 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: debug 2024-02-11T16:53:01.871+0000 7f33d1cac880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-02-11T16:53:02.301 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:53:01 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: debug 2024-02-11T16:53:01.871+0000 7f33d1cac880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-02-11T16:53:02.301 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:53:01 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: debug 2024-02-11T16:53:01.871+0000 7f33d1cac880 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-02-11T16:53:02.301 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:53:01 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: debug 2024-02-11T16:53:01.872+0000 7f33d1cac880 4 rocksdb: Options.max_compaction_bytes: 1677721600 2024-02-11T16:53:02.301 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:53:01 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: debug 2024-02-11T16:53:01.872+0000 7f33d1cac880 4 rocksdb: Options.arena_block_size: 4194304 2024-02-11T16:53:02.301 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:53:01 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: debug 2024-02-11T16:53:01.872+0000 7f33d1cac880 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-02-11T16:53:02.301 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:53:01 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: debug 2024-02-11T16:53:01.872+0000 7f33d1cac880 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-02-11T16:53:02.301 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:53:01 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: debug 2024-02-11T16:53:01.872+0000 7f33d1cac880 4 rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2024-02-11T16:53:02.301 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:53:01 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: debug 2024-02-11T16:53:01.872+0000 7f33d1cac880 4 rocksdb: Options.disable_auto_compactions: 0 2024-02-11T16:53:02.301 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:53:01 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: debug 2024-02-11T16:53:01.872+0000 7f33d1cac880 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-02-11T16:53:02.301 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:53:01 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: debug 2024-02-11T16:53:01.872+0000 7f33d1cac880 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-02-11T16:53:02.301 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:53:01 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: debug 2024-02-11T16:53:01.872+0000 7f33d1cac880 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-02-11T16:53:02.301 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:53:01 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: debug 2024-02-11T16:53:01.872+0000 7f33d1cac880 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-02-11T16:53:02.301 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:53:01 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: debug 2024-02-11T16:53:01.872+0000 7f33d1cac880 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-02-11T16:53:02.301 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:53:01 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: debug 2024-02-11T16:53:01.872+0000 7f33d1cac880 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-02-11T16:53:02.302 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:53:01 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: debug 2024-02-11T16:53:01.872+0000 7f33d1cac880 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-02-11T16:53:02.302 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:53:01 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: debug 2024-02-11T16:53:01.872+0000 7f33d1cac880 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-02-11T16:53:02.302 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:53:01 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: debug 2024-02-11T16:53:01.872+0000 7f33d1cac880 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-02-11T16:53:02.302 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:53:01 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: debug 2024-02-11T16:53:01.872+0000 7f33d1cac880 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-02-11T16:53:02.302 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:53:01 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: debug 2024-02-11T16:53:01.872+0000 7f33d1cac880 4 rocksdb: Options.table_properties_collectors: 2024-02-11T16:53:02.302 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:53:01 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: debug 2024-02-11T16:53:01.872+0000 7f33d1cac880 4 rocksdb: Options.inplace_update_support: 0 2024-02-11T16:53:02.302 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:53:01 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: debug 2024-02-11T16:53:01.872+0000 7f33d1cac880 4 rocksdb: Options.inplace_update_num_locks: 10000 2024-02-11T16:53:02.302 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:53:01 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: debug 2024-02-11T16:53:01.872+0000 7f33d1cac880 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-02-11T16:53:02.302 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:53:01 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: debug 2024-02-11T16:53:01.872+0000 7f33d1cac880 4 rocksdb: Options.memtable_whole_key_filtering: 0 2024-02-11T16:53:02.302 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:53:01 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: debug 2024-02-11T16:53:01.872+0000 7f33d1cac880 4 rocksdb: Options.memtable_huge_page_size: 0 2024-02-11T16:53:02.302 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:53:01 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: debug 2024-02-11T16:53:01.872+0000 7f33d1cac880 4 rocksdb: Options.bloom_locality: 0 2024-02-11T16:53:02.302 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:53:01 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: debug 2024-02-11T16:53:01.872+0000 7f33d1cac880 4 rocksdb: Options.max_successive_merges: 0 2024-02-11T16:53:02.302 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:53:01 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: debug 2024-02-11T16:53:01.872+0000 7f33d1cac880 4 rocksdb: Options.optimize_filters_for_hits: 0 2024-02-11T16:53:02.302 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:53:01 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: debug 2024-02-11T16:53:01.872+0000 7f33d1cac880 4 rocksdb: Options.paranoid_file_checks: 0 2024-02-11T16:53:02.302 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:53:01 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: debug 2024-02-11T16:53:01.872+0000 7f33d1cac880 4 rocksdb: Options.force_consistency_checks: 0 2024-02-11T16:53:02.302 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:53:01 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: debug 2024-02-11T16:53:01.872+0000 7f33d1cac880 4 rocksdb: Options.report_bg_io_stats: 0 2024-02-11T16:53:02.303 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:53:01 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: debug 2024-02-11T16:53:01.872+0000 7f33d1cac880 4 rocksdb: Options.ttl: 2592000 2024-02-11T16:53:02.303 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:53:01 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: debug 2024-02-11T16:53:01.872+0000 7f33d1cac880 4 rocksdb: Options.periodic_compaction_seconds: 0 2024-02-11T16:53:02.303 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:53:01 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: debug 2024-02-11T16:53:01.872+0000 7f33d1cac880 4 rocksdb: [version_set.cc:4568] Recovered from manifest file:/var/lib/ceph/mon/ceph-smithi088/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-11T16:53:02.303 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:53:01 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: 2024-02-11T16:53:02.303 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:53:01 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: debug 2024-02-11T16:53:01.872+0000 7f33d1cac880 4 rocksdb: [version_set.cc:4577] Column family [default] (ID 0), log number is 4 2024-02-11T16:53:02.303 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:53:01 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: 2024-02-11T16:53:02.303 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:53:01 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: debug 2024-02-11T16:53:01.872+0000 7f33d1cac880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1707670381873527, "job": 1, "event": "recovery_started", "log_files": [6]} 2024-02-11T16:53:02.303 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:53:01 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: debug 2024-02-11T16:53:01.872+0000 7f33d1cac880 4 rocksdb: [db_impl/db_impl_open.cc:760] Recovering log #6 mode 2 2024-02-11T16:53:02.303 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:53:01 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: debug 2024-02-11T16:53:01.872+0000 7f33d1cac880 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-11T16:53:02.303 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:53:01 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: debug 2024-02-11T16:53:01.873+0000 7f33d1cac880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1707670381874346, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 7, "file_size": 78723, "table_properties": {"data_size": 77017, "index_size": 311, "index_partitions": 0, "top_level_index_size": 0, "index_key_is_user_key": 0, "index_value_is_delta_encoded": 0, "filter_size": 581, "raw_key_size": 9283, "raw_average_key_size": 47, "raw_value_size": 71587, "raw_average_value_size": 367, "num_data_blocks": 10, "num_entries": 195, "num_deletions": 3, "num_merge_operands": 0, "num_range_deletions": 0, "format_version": 0, "fixed_key_len": 0, "filter_policy": "rocksdb.BuiltinBloomFilter", "column_family_name": "default", "column_family_id": 0, "comparator": "leveldb.BytewiseComparator", "merge_operator": "", "prefix_extractor_name": "nullptr", "property_collectors": "[]", "compression": "NoCompression", "compression_options": "window_bits=-14; level=32767; strategy=0; max_dict_bytes=0; zstd_max_train_bytes=0; enabled=0; ", "creation_time": 1707670381, "oldest_key_time": 3, "file_creation_time": 0}} 2024-02-11T16:53:02.303 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:53:01 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: debug 2024-02-11T16:53:01.873+0000 7f33d1cac880 4 rocksdb: [version_set.cc:3826] Creating manifest 8 2024-02-11T16:53:02.303 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:53:01 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: 2024-02-11T16:53:02.303 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:53:01 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: debug 2024-02-11T16:53:01.873+0000 7f33d1cac880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1707670381874756, "job": 1, "event": "recovery_finished"} 2024-02-11T16:53:02.303 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:53:01 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: debug 2024-02-11T16:53:01.874+0000 7f33d1cac880 4 rocksdb: DB pointer 0x55ed813bf800 2024-02-11T16:53:02.304 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:53:01 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: debug 2024-02-11T16:53:01.874+0000 7f33b8a9e700 4 rocksdb: [db_impl/db_impl.cc:850] ------- DUMPING STATS ------- 2024-02-11T16:53:02.304 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:53:01 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: debug 2024-02-11T16:53:01.874+0000 7f33b8a9e700 4 rocksdb: [db_impl/db_impl.cc:851] 2024-02-11T16:53:02.304 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:53:01 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: ** DB Stats ** 2024-02-11T16:53:02.304 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:53:01 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: Uptime(secs): 0.0 total, 0.0 interval 2024-02-11T16:53:02.304 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:53:01 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: 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-11T16:53:02.304 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:53:01 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-02-11T16:53:02.304 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:53:01 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-02-11T16:53:02.304 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:53:01 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: 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-11T16:53:02.304 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:53:01 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 MB, 0.00 MB/s 2024-02-11T16:53:02.304 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:53:01 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-02-11T16:53:02.304 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:53:01 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: 2024-02-11T16:53:02.304 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:53:01 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: ** Compaction Stats [default] ** 2024-02-11T16:53:02.304 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:53:01 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: 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-11T16:53:02.304 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:53:01 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-02-11T16:53:02.305 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:53:01 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: L0 2/0 78.57 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 135.0 0.00 0.00 1 0.001 0 0 2024-02-11T16:53:02.305 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:53:01 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: Sum 2/0 78.57 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 135.0 0.00 0.00 1 0.001 0 0 2024-02-11T16:53:02.305 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:53:01 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 135.0 0.00 0.00 1 0.001 0 0 2024-02-11T16:53:02.305 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:53:01 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: 2024-02-11T16:53:02.305 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:53:01 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: ** Compaction Stats [default] ** 2024-02-11T16:53:02.305 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:53:01 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: 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-11T16:53:02.305 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:53:01 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-02-11T16:53:02.305 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:53:01 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 135.0 0.00 0.00 1 0.001 0 0 2024-02-11T16:53:02.305 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:53:01 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: Uptime(secs): 0.0 total, 0.0 interval 2024-02-11T16:53:02.305 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:53:01 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: Flush(GB): cumulative 0.000, interval 0.000 2024-02-11T16:53:02.305 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:53:01 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: AddFile(GB): cumulative 0.000, interval 0.000 2024-02-11T16:53:02.305 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:53:01 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: AddFile(Total Files): cumulative 0, interval 0 2024-02-11T16:53:02.305 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:53:01 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: AddFile(L0 Files): cumulative 0, interval 0 2024-02-11T16:53:02.305 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:53:01 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: AddFile(Keys): cumulative 0, interval 0 2024-02-11T16:53:02.306 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:53:01 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: Cumulative compaction: 0.00 GB write, 26.17 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-02-11T16:53:02.306 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:53:01 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: Interval compaction: 0.00 GB write, 26.17 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-02-11T16:53:02.306 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:53:01 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: 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-11T16:53:02.306 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:53:01 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: 2024-02-11T16:53:02.306 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:53:01 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: ** File Read Latency Histogram By Level [default] ** 2024-02-11T16:53:02.306 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:53:01 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: 2024-02-11T16:53:02.306 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:53:01 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: ** Compaction Stats [default] ** 2024-02-11T16:53:02.306 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:53:01 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: 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-11T16:53:02.306 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:53:01 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-02-11T16:53:02.306 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:53:01 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: L0 2/0 78.57 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 135.0 0.00 0.00 1 0.001 0 0 2024-02-11T16:53:02.306 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:53:01 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: Sum 2/0 78.57 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 135.0 0.00 0.00 1 0.001 0 0 2024-02-11T16:53:02.306 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:53:01 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: 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-11T16:53:02.306 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:53:01 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: 2024-02-11T16:53:02.306 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:53:01 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: ** Compaction Stats [default] ** 2024-02-11T16:53:02.306 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:53:01 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: 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-11T16:53:02.306 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:53:01 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-02-11T16:53:02.307 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:53:01 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 135.0 0.00 0.00 1 0.001 0 0 2024-02-11T16:53:02.307 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:53:01 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: Uptime(secs): 0.0 total, 0.0 interval 2024-02-11T16:53:02.307 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:53:01 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: Flush(GB): cumulative 0.000, interval 0.000 2024-02-11T16:53:02.307 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:53:01 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: AddFile(GB): cumulative 0.000, interval 0.000 2024-02-11T16:53:02.307 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:53:01 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: AddFile(Total Files): cumulative 0, interval 0 2024-02-11T16:53:02.307 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:53:01 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: AddFile(L0 Files): cumulative 0, interval 0 2024-02-11T16:53:02.307 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:53:01 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: AddFile(Keys): cumulative 0, interval 0 2024-02-11T16:53:02.307 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:53:01 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: Cumulative compaction: 0.00 GB write, 25.71 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-02-11T16:53:02.307 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:53:01 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: 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-11T16:53:02.308 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:53:01 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: 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-11T16:53:02.308 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:53:01 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: 2024-02-11T16:53:02.308 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:53:01 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: ** File Read Latency Histogram By Level [default] ** 2024-02-11T16:53:02.308 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:53:01 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: 2024-02-11T16:53:02.308 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:53:01 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: debug 2024-02-11T16:53:01.875+0000 7f33d1cac880 0 starting mon.smithi088 rank 0 at public addrs [v2:172.21.15.88:3300/0,v1:172.21.15.88:6789/0] at bind addrs [v2:172.21.15.88:3300/0,v1:172.21.15.88:6789/0] mon_data /var/lib/ceph/mon/ceph-smithi088 fsid eb5e91f4-c8fd-11ee-95b9-87774f69a715 2024-02-11T16:53:02.308 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:53:01 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: debug 2024-02-11T16:53:01.876+0000 7f33d1cac880 1 mon.smithi088@-1(???) e1 preinit fsid eb5e91f4-c8fd-11ee-95b9-87774f69a715 2024-02-11T16:53:02.308 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:53:01 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: debug 2024-02-11T16:53:01.876+0000 7f33d1cac880 0 mon.smithi088@-1(???).mds e1 new map 2024-02-11T16:53:02.308 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:53:01 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: debug 2024-02-11T16:53:01.876+0000 7f33d1cac880 0 mon.smithi088@-1(???).mds e1 print_map 2024-02-11T16:53:02.308 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:53:01 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: e1 2024-02-11T16:53:02.308 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:53:01 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: enable_multiple, ever_enabled_multiple: 1,1 2024-02-11T16:53:02.308 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:53:01 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: 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-11T16:53:02.308 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:53:01 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: legacy client fscid: -1 2024-02-11T16:53:02.308 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:53:01 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: 2024-02-11T16:53:02.309 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:53:01 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: No filesystems configured 2024-02-11T16:53:02.309 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:53:01 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: 2024-02-11T16:53:02.309 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:53:01 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: debug 2024-02-11T16:53:01.876+0000 7f33d1cac880 0 mon.smithi088@-1(???).osd e1 crush map has features 3314932999778484224, adjusting msgr requires 2024-02-11T16:53:02.309 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:53:01 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: debug 2024-02-11T16:53:01.876+0000 7f33d1cac880 0 mon.smithi088@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-02-11T16:53:02.309 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:53:01 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: debug 2024-02-11T16:53:01.876+0000 7f33d1cac880 0 mon.smithi088@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-02-11T16:53:02.309 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:53:01 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: debug 2024-02-11T16:53:01.876+0000 7f33d1cac880 0 mon.smithi088@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-02-11T16:53:02.309 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:53:01 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:52:59.563069+0000 mon.smithi088 (mon.0) 8 : audit [INF] from='client.? 172.21.15.88:0/1829468458' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2024-02-11T16:53:02.309 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:53:01 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:52:59.565709+0000 mon.smithi088 (mon.0) 9 : audit [INF] from='client.? 172.21.15.88:0/1829468458' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2024-02-11T16:53:02.309 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:53:01 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:53:00.327455+0000 mon.smithi088 (mon.0) 10 : audit [DBG] from='client.? 172.21.15.88:0/4254770414' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-11T16:53:02.309 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:53:01 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: debug 2024-02-11T16:53:01.876+0000 7f33d1cac880 1 mon.smithi088@-1(???).paxosservice(auth 1..2) refresh upgraded, format 0 -> 3 2024-02-11T16:53:02.309 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:53:01 smithi088 bash[33191]: b049df7f03978979d04cc332c35f4051b2e960e42ff58bf716616a62d51d2665 2024-02-11T16:53:02.309 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:53:01 smithi088 systemd[1]: Started Ceph mon.smithi088 for eb5e91f4-c8fd-11ee-95b9-87774f69a715. 2024-02-11T16:53:02.309 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:53:01 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T16:53:01.895668+0000 mon.smithi088 (mon.0) 1 : cluster [INF] mon.smithi088 is new leader, mons smithi088 in quorum (ranks 0) 2024-02-11T16:53:02.309 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:53:01 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T16:53:01.895741+0000 mon.smithi088 (mon.0) 2 : cluster [DBG] monmap e1: 1 mons at {smithi088=[v2:172.21.15.88:3300/0,v1:172.21.15.88:6789/0]} removed_ranks: {} 2024-02-11T16:53:02.309 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:53:01 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T16:53:01.908420+0000 mon.smithi088 (mon.0) 3 : cluster [DBG] fsmap 2024-02-11T16:53:02.310 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:53:01 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T16:53:01.908457+0000 mon.smithi088 (mon.0) 4 : cluster [DBG] osdmap e1: 0 total, 0 up, 0 in 2024-02-11T16:53:02.310 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:53:01 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T16:53:01.908874+0000 mon.smithi088 (mon.0) 5 : cluster [DBG] mgrmap e1: no daemons active 2024-02-11T16:53:02.688 INFO:teuthology.orchestra.run.smithi088.stderr:Wrote config to /etc/ceph/ceph.conf 2024-02-11T16:53:02.688 INFO:teuthology.orchestra.run.smithi088.stderr:Wrote keyring to /etc/ceph/ceph.client.admin.keyring 2024-02-11T16:53:02.688 INFO:teuthology.orchestra.run.smithi088.stderr:Creating mgr... 2024-02-11T16:53:02.688 INFO:teuthology.orchestra.run.smithi088.stderr:Verifying port 9283 ... 2024-02-11T16:53:02.819 INFO:teuthology.orchestra.run.smithi088.stderr:systemctl: Failed to reset failed state of unit ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715@mgr.smithi088.srytvt.service: Unit ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715@mgr.smithi088.srytvt.service not loaded. 2024-02-11T16:53:02.825 INFO:teuthology.orchestra.run.smithi088.stderr:systemctl: Created symlink /etc/systemd/system/ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715.target.wants/ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715@mgr.smithi088.srytvt.service → /etc/systemd/system/ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715@.service. 2024-02-11T16:53:03.307 INFO:teuthology.orchestra.run.smithi088.stderr:systemctl: disabled 2024-02-11T16:53:03.314 INFO:teuthology.orchestra.run.smithi088.stderr:systemctl: inactive 2024-02-11T16:53:03.315 INFO:teuthology.orchestra.run.smithi088.stderr:firewalld.service is not enabled 2024-02-11T16:53:03.315 INFO:teuthology.orchestra.run.smithi088.stderr:Not possible to enable service . firewalld.service is not available 2024-02-11T16:53:03.322 INFO:teuthology.orchestra.run.smithi088.stderr:systemctl: disabled 2024-02-11T16:53:03.330 INFO:teuthology.orchestra.run.smithi088.stderr:systemctl: inactive 2024-02-11T16:53:03.331 INFO:teuthology.orchestra.run.smithi088.stderr:firewalld.service is not enabled 2024-02-11T16:53:03.331 INFO:teuthology.orchestra.run.smithi088.stderr:Not possible to open ports <[9283]>. firewalld.service is not available 2024-02-11T16:53:03.331 INFO:teuthology.orchestra.run.smithi088.stderr:Waiting for mgr to start... 2024-02-11T16:53:03.331 INFO:teuthology.orchestra.run.smithi088.stderr:Waiting for mgr... 2024-02-11T16:53:03.382 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:53:03 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:53:02.346367+0000 mon.smithi088 (mon.0) 6 : audit [INF] from='client.? 172.21.15.88:0/1896301667' entity='client.admin' 2024-02-11T16:53:03.758 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: 2024-02-11T16:53:03.758 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: { 2024-02-11T16:53:03.758 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: "fsid": "eb5e91f4-c8fd-11ee-95b9-87774f69a715", 2024-02-11T16:53:03.758 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: "health": { 2024-02-11T16:53:03.758 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2024-02-11T16:53:03.758 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: "checks": {}, 2024-02-11T16:53:03.758 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: "mutes": [] 2024-02-11T16:53:03.758 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: }, 2024-02-11T16:53:03.759 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: "election_epoch": 5, 2024-02-11T16:53:03.759 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: "quorum": [ 2024-02-11T16:53:03.759 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: 0 2024-02-11T16:53:03.759 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: ], 2024-02-11T16:53:03.759 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: "quorum_names": [ 2024-02-11T16:53:03.759 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: "smithi088" 2024-02-11T16:53:03.759 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: ], 2024-02-11T16:53:03.759 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: "quorum_age": 1, 2024-02-11T16:53:03.759 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: "monmap": { 2024-02-11T16:53:03.759 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: "epoch": 1, 2024-02-11T16:53:03.759 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: "min_mon_release_name": "pacific", 2024-02-11T16:53:03.759 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: "num_mons": 1 2024-02-11T16:53:03.759 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: }, 2024-02-11T16:53:03.759 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: "osdmap": { 2024-02-11T16:53:03.759 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: "epoch": 1, 2024-02-11T16:53:03.759 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: "num_osds": 0, 2024-02-11T16:53:03.760 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: "num_up_osds": 0, 2024-02-11T16:53:03.760 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: "osd_up_since": 0, 2024-02-11T16:53:03.760 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: "num_in_osds": 0, 2024-02-11T16:53:03.760 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: "osd_in_since": 0, 2024-02-11T16:53:03.760 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2024-02-11T16:53:03.760 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: }, 2024-02-11T16:53:03.760 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: "pgmap": { 2024-02-11T16:53:03.760 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: "pgs_by_state": [], 2024-02-11T16:53:03.760 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: "num_pgs": 0, 2024-02-11T16:53:03.760 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: "num_pools": 0, 2024-02-11T16:53:03.760 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: "num_objects": 0, 2024-02-11T16:53:03.760 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: "data_bytes": 0, 2024-02-11T16:53:03.760 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: "bytes_used": 0, 2024-02-11T16:53:03.761 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: "bytes_avail": 0, 2024-02-11T16:53:03.761 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: "bytes_total": 0 2024-02-11T16:53:03.761 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: }, 2024-02-11T16:53:03.761 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: "fsmap": { 2024-02-11T16:53:03.761 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: "epoch": 1, 2024-02-11T16:53:03.761 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: "by_rank": [], 2024-02-11T16:53:03.761 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: "up:standby": 0 2024-02-11T16:53:03.761 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: }, 2024-02-11T16:53:03.761 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: "mgrmap": { 2024-02-11T16:53:03.761 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: "available": false, 2024-02-11T16:53:03.761 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: "num_standbys": 0, 2024-02-11T16:53:03.761 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: "modules": [ 2024-02-11T16:53:03.761 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: "iostat", 2024-02-11T16:53:03.761 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: "nfs", 2024-02-11T16:53:03.762 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: "restful" 2024-02-11T16:53:03.762 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: ], 2024-02-11T16:53:03.762 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: "services": {} 2024-02-11T16:53:03.762 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: }, 2024-02-11T16:53:03.762 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: "servicemap": { 2024-02-11T16:53:03.762 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: "epoch": 1, 2024-02-11T16:53:03.762 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: "modified": "2024-02-11T16:52:58.322358+0000", 2024-02-11T16:53:03.762 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: "services": {} 2024-02-11T16:53:03.762 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: }, 2024-02-11T16:53:03.762 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: "progress_events": {} 2024-02-11T16:53:03.762 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: } 2024-02-11T16:53:04.605 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:53:04 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:53:03.749769+0000 mon.smithi088 (mon.0) 7 : audit [DBG] from='client.? 172.21.15.88:0/3861644615' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-02-11T16:53:05.178 INFO:teuthology.orchestra.run.smithi088.stderr:mgr not available, waiting (1/15)... 2024-02-11T16:53:07.610 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: 2024-02-11T16:53:07.610 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: { 2024-02-11T16:53:07.610 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: "fsid": "eb5e91f4-c8fd-11ee-95b9-87774f69a715", 2024-02-11T16:53:07.610 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: "health": { 2024-02-11T16:53:07.610 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2024-02-11T16:53:07.610 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: "checks": {}, 2024-02-11T16:53:07.610 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: "mutes": [] 2024-02-11T16:53:07.610 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: }, 2024-02-11T16:53:07.610 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: "election_epoch": 5, 2024-02-11T16:53:07.610 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: "quorum": [ 2024-02-11T16:53:07.611 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: 0 2024-02-11T16:53:07.611 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: ], 2024-02-11T16:53:07.611 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: "quorum_names": [ 2024-02-11T16:53:07.611 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: "smithi088" 2024-02-11T16:53:07.611 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: ], 2024-02-11T16:53:07.611 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: "quorum_age": 5, 2024-02-11T16:53:07.611 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: "monmap": { 2024-02-11T16:53:07.611 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: "epoch": 1, 2024-02-11T16:53:07.611 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: "min_mon_release_name": "pacific", 2024-02-11T16:53:07.611 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: "num_mons": 1 2024-02-11T16:53:07.611 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: }, 2024-02-11T16:53:07.611 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: "osdmap": { 2024-02-11T16:53:07.611 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: "epoch": 1, 2024-02-11T16:53:07.612 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: "num_osds": 0, 2024-02-11T16:53:07.612 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: "num_up_osds": 0, 2024-02-11T16:53:07.612 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: "osd_up_since": 0, 2024-02-11T16:53:07.615 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: "num_in_osds": 0, 2024-02-11T16:53:07.615 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: "osd_in_since": 0, 2024-02-11T16:53:07.615 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2024-02-11T16:53:07.615 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: }, 2024-02-11T16:53:07.615 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: "pgmap": { 2024-02-11T16:53:07.616 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: "pgs_by_state": [], 2024-02-11T16:53:07.616 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: "num_pgs": 0, 2024-02-11T16:53:07.616 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: "num_pools": 0, 2024-02-11T16:53:07.616 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: "num_objects": 0, 2024-02-11T16:53:07.616 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: "data_bytes": 0, 2024-02-11T16:53:07.616 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: "bytes_used": 0, 2024-02-11T16:53:07.616 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: "bytes_avail": 0, 2024-02-11T16:53:07.616 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: "bytes_total": 0 2024-02-11T16:53:07.616 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: }, 2024-02-11T16:53:07.616 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: "fsmap": { 2024-02-11T16:53:07.616 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: "epoch": 1, 2024-02-11T16:53:07.616 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: "by_rank": [], 2024-02-11T16:53:07.616 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: "up:standby": 0 2024-02-11T16:53:07.617 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: }, 2024-02-11T16:53:07.617 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: "mgrmap": { 2024-02-11T16:53:07.617 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: "available": false, 2024-02-11T16:53:07.617 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: "num_standbys": 0, 2024-02-11T16:53:07.617 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: "modules": [ 2024-02-11T16:53:07.617 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: "iostat", 2024-02-11T16:53:07.617 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: "nfs", 2024-02-11T16:53:07.617 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: "restful" 2024-02-11T16:53:07.617 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: ], 2024-02-11T16:53:07.617 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: "services": {} 2024-02-11T16:53:07.617 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: }, 2024-02-11T16:53:07.617 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: "servicemap": { 2024-02-11T16:53:07.617 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: "epoch": 1, 2024-02-11T16:53:07.617 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: "modified": "2024-02-11T16:52:58.322358+0000", 2024-02-11T16:53:07.617 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: "services": {} 2024-02-11T16:53:07.618 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: }, 2024-02-11T16:53:07.618 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: "progress_events": {} 2024-02-11T16:53:07.618 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: } 2024-02-11T16:53:07.905 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:53:07 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:53:07.606127+0000 mon.smithi088 (mon.0) 8 : audit [DBG] from='client.? 172.21.15.88:0/1078967041' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-02-11T16:53:07.995 INFO:teuthology.orchestra.run.smithi088.stderr:mgr not available, waiting (2/15)... 2024-02-11T16:53:08.785 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:53:08 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T16:53:08.589011+0000 mon.smithi088 (mon.0) 9 : cluster [INF] Activating manager daemon smithi088.srytvt 2024-02-11T16:53:08.786 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:53:08 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T16:53:08.591776+0000 mon.smithi088 (mon.0) 10 : cluster [DBG] mgrmap e2: smithi088.srytvt(active, starting, since 0.00291151s) 2024-02-11T16:53:08.786 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:53:08 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:53:08.592715+0000 mon.smithi088 (mon.0) 11 : audit [DBG] from='mgr.14100 172.21.15.88:0/3118124427' entity='mgr.smithi088.srytvt' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-02-11T16:53:08.786 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:53:08 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:53:08.592904+0000 mon.smithi088 (mon.0) 12 : audit [DBG] from='mgr.14100 172.21.15.88:0/3118124427' entity='mgr.smithi088.srytvt' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-02-11T16:53:08.786 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:53:08 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:53:08.593073+0000 mon.smithi088 (mon.0) 13 : audit [DBG] from='mgr.14100 172.21.15.88:0/3118124427' entity='mgr.smithi088.srytvt' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-02-11T16:53:08.786 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:53:08 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:53:08.593237+0000 mon.smithi088 (mon.0) 14 : audit [DBG] from='mgr.14100 172.21.15.88:0/3118124427' entity='mgr.smithi088.srytvt' cmd=[{"prefix": "mon metadata", "id": "smithi088"}]: dispatch 2024-02-11T16:53:08.786 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:53:08 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:53:08.593438+0000 mon.smithi088 (mon.0) 15 : audit [DBG] from='mgr.14100 172.21.15.88:0/3118124427' entity='mgr.smithi088.srytvt' cmd=[{"prefix": "mgr metadata", "who": "smithi088.srytvt", "id": "smithi088.srytvt"}]: dispatch 2024-02-11T16:53:08.786 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:53:08 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T16:53:08.607369+0000 mon.smithi088 (mon.0) 16 : cluster [INF] Manager daemon smithi088.srytvt is now available 2024-02-11T16:53:08.786 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:53:08 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:53:08.619042+0000 mon.smithi088 (mon.0) 17 : audit [INF] from='mgr.14100 172.21.15.88:0/3118124427' entity='mgr.smithi088.srytvt' 2024-02-11T16:53:08.786 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:53:08 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:53:08.622949+0000 mon.smithi088 (mon.0) 18 : audit [INF] from='mgr.14100 172.21.15.88:0/3118124427' entity='mgr.smithi088.srytvt' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi088.srytvt/mirror_snapshot_schedule"}]: dispatch 2024-02-11T16:53:08.786 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:53:08 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:53:08.625102+0000 mon.smithi088 (mon.0) 19 : audit [INF] from='mgr.14100 172.21.15.88:0/3118124427' entity='mgr.smithi088.srytvt' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi088.srytvt/trash_purge_schedule"}]: dispatch 2024-02-11T16:53:08.786 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:53:08 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:53:08.630671+0000 mon.smithi088 (mon.0) 20 : audit [INF] from='mgr.14100 172.21.15.88:0/3118124427' entity='mgr.smithi088.srytvt' 2024-02-11T16:53:08.786 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:53:08 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:53:08.635431+0000 mon.smithi088 (mon.0) 21 : audit [INF] from='mgr.14100 172.21.15.88:0/3118124427' entity='mgr.smithi088.srytvt' 2024-02-11T16:53:10.570 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: 2024-02-11T16:53:10.570 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: { 2024-02-11T16:53:10.570 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: "fsid": "eb5e91f4-c8fd-11ee-95b9-87774f69a715", 2024-02-11T16:53:10.570 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: "health": { 2024-02-11T16:53:10.570 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2024-02-11T16:53:10.570 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: "checks": {}, 2024-02-11T16:53:10.570 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: "mutes": [] 2024-02-11T16:53:10.570 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: }, 2024-02-11T16:53:10.570 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: "election_epoch": 5, 2024-02-11T16:53:10.570 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: "quorum": [ 2024-02-11T16:53:10.570 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: 0 2024-02-11T16:53:10.570 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: ], 2024-02-11T16:53:10.571 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: "quorum_names": [ 2024-02-11T16:53:10.571 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: "smithi088" 2024-02-11T16:53:10.571 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: ], 2024-02-11T16:53:10.571 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: "quorum_age": 8, 2024-02-11T16:53:10.571 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: "monmap": { 2024-02-11T16:53:10.571 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: "epoch": 1, 2024-02-11T16:53:10.571 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: "min_mon_release_name": "pacific", 2024-02-11T16:53:10.571 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: "num_mons": 1 2024-02-11T16:53:10.571 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: }, 2024-02-11T16:53:10.571 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: "osdmap": { 2024-02-11T16:53:10.571 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: "epoch": 1, 2024-02-11T16:53:10.571 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: "num_osds": 0, 2024-02-11T16:53:10.571 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: "num_up_osds": 0, 2024-02-11T16:53:10.571 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: "osd_up_since": 0, 2024-02-11T16:53:10.575 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: "num_in_osds": 0, 2024-02-11T16:53:10.575 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: "osd_in_since": 0, 2024-02-11T16:53:10.575 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2024-02-11T16:53:10.575 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: }, 2024-02-11T16:53:10.575 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: "pgmap": { 2024-02-11T16:53:10.575 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: "pgs_by_state": [], 2024-02-11T16:53:10.575 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: "num_pgs": 0, 2024-02-11T16:53:10.575 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: "num_pools": 0, 2024-02-11T16:53:10.576 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: "num_objects": 0, 2024-02-11T16:53:10.576 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: "data_bytes": 0, 2024-02-11T16:53:10.576 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: "bytes_used": 0, 2024-02-11T16:53:10.576 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: "bytes_avail": 0, 2024-02-11T16:53:10.576 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: "bytes_total": 0 2024-02-11T16:53:10.576 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: }, 2024-02-11T16:53:10.576 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: "fsmap": { 2024-02-11T16:53:10.576 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: "epoch": 1, 2024-02-11T16:53:10.576 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: "by_rank": [], 2024-02-11T16:53:10.576 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: "up:standby": 0 2024-02-11T16:53:10.576 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: }, 2024-02-11T16:53:10.576 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: "mgrmap": { 2024-02-11T16:53:10.576 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: "available": true, 2024-02-11T16:53:10.576 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: "num_standbys": 0, 2024-02-11T16:53:10.577 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: "modules": [ 2024-02-11T16:53:10.577 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: "iostat", 2024-02-11T16:53:10.577 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: "nfs", 2024-02-11T16:53:10.577 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: "restful" 2024-02-11T16:53:10.577 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: ], 2024-02-11T16:53:10.577 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: "services": {} 2024-02-11T16:53:10.577 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: }, 2024-02-11T16:53:10.577 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: "servicemap": { 2024-02-11T16:53:10.577 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: "epoch": 1, 2024-02-11T16:53:10.577 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: "modified": "2024-02-11T16:52:58.322358+0000", 2024-02-11T16:53:10.577 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: "services": {} 2024-02-11T16:53:10.577 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: }, 2024-02-11T16:53:10.577 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: "progress_events": {} 2024-02-11T16:53:10.577 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: } 2024-02-11T16:53:10.902 INFO:teuthology.orchestra.run.smithi088.stderr:mgr is available 2024-02-11T16:53:11.007 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:53:10 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T16:53:09.594933+0000 mon.smithi088 (mon.0) 22 : cluster [DBG] mgrmap e3: smithi088.srytvt(active, since 1.00607s) 2024-02-11T16:53:11.008 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:53:10 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:53:10.566661+0000 mon.smithi088 (mon.0) 23 : audit [DBG] from='client.? 172.21.15.88:0/2629443891' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-02-11T16:53:11.416 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: 2024-02-11T16:53:11.416 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: [global] 2024-02-11T16:53:11.416 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: fsid = eb5e91f4-c8fd-11ee-95b9-87774f69a715 2024-02-11T16:53:11.416 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: mon_osd_allow_pg_remap = true 2024-02-11T16:53:11.416 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: mon_osd_allow_primary_affinity = true 2024-02-11T16:53:11.416 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: mon_warn_on_no_sortbitwise = false 2024-02-11T16:53:11.416 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: osd_crush_chooseleaf_type = 0 2024-02-11T16:53:11.416 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: 2024-02-11T16:53:11.416 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: [mgr] 2024-02-11T16:53:11.416 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: mgr/telemetry/nag = false 2024-02-11T16:53:11.416 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: 2024-02-11T16:53:11.416 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: [osd] 2024-02-11T16:53:11.417 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: osd_map_max_advance = 10 2024-02-11T16:53:11.417 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: osd_sloppy_crc = true 2024-02-11T16:53:11.755 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:53:11 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:53:11.413624+0000 mon.smithi088 (mon.0) 24 : audit [INF] from='client.? 172.21.15.88:0/4001219466' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2024-02-11T16:53:11.799 INFO:teuthology.orchestra.run.smithi088.stderr:Enabling cephadm module... 2024-02-11T16:53:12.888 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:53:12 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T16:53:11.595682+0000 mon.smithi088 (mon.0) 25 : cluster [DBG] mgrmap e4: smithi088.srytvt(active, since 3s) 2024-02-11T16:53:12.888 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:53:12 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:53:12.366537+0000 mon.smithi088 (mon.0) 26 : audit [INF] from='client.? 172.21.15.88:0/3932255846' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "cephadm"}]: dispatch 2024-02-11T16:53:13.553 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: { 2024-02-11T16:53:13.553 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: "epoch": 5, 2024-02-11T16:53:13.553 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: "available": true, 2024-02-11T16:53:13.553 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: "active_name": "smithi088.srytvt", 2024-02-11T16:53:13.553 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: "num_standby": 0 2024-02-11T16:53:13.553 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: } 2024-02-11T16:53:13.901 INFO:teuthology.orchestra.run.smithi088.stderr:Waiting for the mgr to restart... 2024-02-11T16:53:13.902 INFO:teuthology.orchestra.run.smithi088.stderr:Waiting for mgr epoch 5... 2024-02-11T16:53:13.995 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:53:13 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:53:12.596861+0000 mon.smithi088 (mon.0) 27 : audit [INF] from='client.? 172.21.15.88:0/3932255846' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "cephadm"}]': finished 2024-02-11T16:53:13.995 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:53:13 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T16:53:12.596948+0000 mon.smithi088 (mon.0) 28 : cluster [DBG] mgrmap e5: smithi088.srytvt(active, since 4s) 2024-02-11T16:53:13.995 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:53:13 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:53:13.551776+0000 mon.smithi088 (mon.0) 29 : audit [DBG] from='client.? 172.21.15.88:0/1786972911' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2024-02-11T16:53:18.286 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:53:18 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T16:53:17.952775+0000 mon.smithi088 (mon.0) 30 : cluster [INF] Active manager daemon smithi088.srytvt restarted 2024-02-11T16:53:18.286 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:53:18 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T16:53:17.952992+0000 mon.smithi088 (mon.0) 31 : cluster [INF] Activating manager daemon smithi088.srytvt 2024-02-11T16:53:18.286 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:53:18 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T16:53:17.956050+0000 mon.smithi088 (mon.0) 32 : cluster [DBG] osdmap e2: 0 total, 0 up, 0 in 2024-02-11T16:53:18.286 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:53:18 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T16:53:17.956183+0000 mon.smithi088 (mon.0) 33 : cluster [DBG] mgrmap e6: smithi088.srytvt(active, starting, since 0.0032753s) 2024-02-11T16:53:18.286 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:53:18 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:53:17.956949+0000 mon.smithi088 (mon.0) 34 : audit [DBG] from='mgr.14116 172.21.15.88:0/111547615' entity='mgr.smithi088.srytvt' cmd=[{"prefix": "mon metadata", "id": "smithi088"}]: dispatch 2024-02-11T16:53:18.286 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:53:18 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:53:17.957604+0000 mon.smithi088 (mon.0) 35 : audit [DBG] from='mgr.14116 172.21.15.88:0/111547615' entity='mgr.smithi088.srytvt' cmd=[{"prefix": "mgr metadata", "who": "smithi088.srytvt", "id": "smithi088.srytvt"}]: dispatch 2024-02-11T16:53:18.286 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:53:18 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:53:17.958275+0000 mon.smithi088 (mon.0) 36 : audit [DBG] from='mgr.14116 172.21.15.88:0/111547615' entity='mgr.smithi088.srytvt' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-02-11T16:53:18.286 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:53:18 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:53:17.958423+0000 mon.smithi088 (mon.0) 37 : audit [DBG] from='mgr.14116 172.21.15.88:0/111547615' entity='mgr.smithi088.srytvt' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-02-11T16:53:18.286 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:53:18 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:53:17.958541+0000 mon.smithi088 (mon.0) 38 : audit [DBG] from='mgr.14116 172.21.15.88:0/111547615' entity='mgr.smithi088.srytvt' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-02-11T16:53:18.286 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:53:18 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T16:53:17.972244+0000 mon.smithi088 (mon.0) 39 : cluster [INF] Manager daemon smithi088.srytvt is now available 2024-02-11T16:53:18.286 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:53:18 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:53:17.984212+0000 mon.smithi088 (mon.0) 40 : audit [INF] from='mgr.14116 172.21.15.88:0/111547615' entity='mgr.smithi088.srytvt' 2024-02-11T16:53:18.966 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: { 2024-02-11T16:53:18.967 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: "mgrmap_epoch": 7, 2024-02-11T16:53:18.967 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: "initialized": true 2024-02-11T16:53:18.967 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: } 2024-02-11T16:53:19.285 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:53:19 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cephadm 2024-02-11T16:53:17.981699+0000 mgr.smithi088.srytvt (mgr.14116) 1 : cephadm [INF] Found migration_current of "None". Setting to last migration. 2024-02-11T16:53:19.285 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:53:19 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:53:18.070775+0000 mon.smithi088 (mon.0) 41 : audit [INF] from='mgr.14116 172.21.15.88:0/111547615' entity='mgr.smithi088.srytvt' 2024-02-11T16:53:19.286 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:53:19 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:53:18.071873+0000 mon.smithi088 (mon.0) 42 : audit [DBG] from='mgr.14116 172.21.15.88:0/111547615' entity='mgr.smithi088.srytvt' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-11T16:53:19.286 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:53:19 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:53:18.073488+0000 mon.smithi088 (mon.0) 43 : audit [DBG] from='mgr.14116 172.21.15.88:0/111547615' entity='mgr.smithi088.srytvt' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-11T16:53:19.286 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:53:19 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:53:18.075122+0000 mon.smithi088 (mon.0) 44 : audit [DBG] from='mgr.14116 172.21.15.88:0/111547615' entity='mgr.smithi088.srytvt' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-11T16:53:19.286 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:53:19 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:53:18.089744+0000 mon.smithi088 (mon.0) 45 : audit [INF] from='mgr.14116 172.21.15.88:0/111547615' entity='mgr.smithi088.srytvt' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi088.srytvt/mirror_snapshot_schedule"}]: dispatch 2024-02-11T16:53:19.286 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:53:19 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:53:18.092237+0000 mon.smithi088 (mon.0) 46 : audit [INF] from='mgr.14116 172.21.15.88:0/111547615' entity='mgr.smithi088.srytvt' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi088.srytvt/trash_purge_schedule"}]: dispatch 2024-02-11T16:53:19.286 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:53:19 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T16:53:18.958526+0000 mon.smithi088 (mon.0) 47 : cluster [DBG] mgrmap e7: smithi088.srytvt(active, since 1.00562s) 2024-02-11T16:53:20.487 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:53:20 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:53:18.957891+0000 mgr.smithi088.srytvt (mgr.14116) 2 : audit [DBG] from='client.14120 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2024-02-11T16:53:20.487 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:53:20 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:53:18.964789+0000 mgr.smithi088.srytvt (mgr.14116) 3 : audit [DBG] from='client.14120 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2024-02-11T16:53:21.361 INFO:teuthology.orchestra.run.smithi088.stderr:mgr epoch 5 is available 2024-02-11T16:53:21.361 INFO:teuthology.orchestra.run.smithi088.stderr:Setting orchestrator backend to cephadm... 2024-02-11T16:53:21.364 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:53:21 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T16:53:20.073828+0000 mon.smithi088 (mon.0) 48 : cluster [DBG] mgrmap e8: smithi088.srytvt(active, since 2s) 2024-02-11T16:53:24.285 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:53:23 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:53:22.935197+0000 mgr.smithi088.srytvt (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-11T16:53:24.285 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:53:23 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:53:22.938881+0000 mon.smithi088 (mon.0) 49 : audit [INF] from='mgr.14116 172.21.15.88:0/111547615' entity='mgr.smithi088.srytvt' 2024-02-11T16:53:24.285 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:53:23 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:53:22.954577+0000 mon.smithi088 (mon.0) 50 : audit [DBG] from='mgr.14116 172.21.15.88:0/111547615' entity='mgr.smithi088.srytvt' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-11T16:53:25.508 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: value unchanged 2024-02-11T16:53:25.785 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:53:25 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:53:25.507299+0000 mgr.smithi088.srytvt (mgr.14116) 5 : audit [DBG] from='client.14128 -' entity='client.admin' cmd=[{"prefix": "cephadm set-user", "user": "root", "target": ["mon-mgr", ""]}]: dispatch 2024-02-11T16:53:25.866 INFO:teuthology.orchestra.run.smithi088.stderr:Generating ssh key... 2024-02-11T16:53:26.939 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:53:26 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:53:26.374007+0000 mgr.smithi088.srytvt (mgr.14116) 6 : audit [DBG] from='client.14130 -' entity='client.admin' cmd=[{"prefix": "cephadm generate-key", "target": ["mon-mgr", ""]}]: dispatch 2024-02-11T16:53:26.939 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:53:26 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cephadm 2024-02-11T16:53:26.374227+0000 mgr.smithi088.srytvt (mgr.14116) 7 : cephadm [INF] Generating ssh key... 2024-02-11T16:53:27.672 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDdnV00uxXURn8OZVL5VMCRxrCXLdirA19mJElhIDLkfhhPpHJciynd07idLPMA2FcqPOIiLjRvsG5G6iRAERoSnnjZFnXfKPu/xFYXj5MtdAQt13FQ+ZU0nfVhmaD5/taLRhMetU28XBgXaduy7mQ+Jxl0iUEgHui6u1bVnnIYW8rC0hbyytODfsck24wGkmYTt82SRfXX+YskpInmpReN+eLjmo3z65eoyw77NDJWG6BnB1G71uHPoMQEmx/fH7mI1MBMsN8HVEV83F9W3HlwJMmuyvfhUyMNE5SU3HFGmAyghck8WHRuejB09Zqy6bHkqh7azfWcqB1pxNggycZwqQP/1yBsLSItM8lx4dXTfAnBfJduxKSI1IEC3+RJHgmjc822nPG7eKhDFieUuCw6YYFpONe3O6OXT0R4XzAuJ85MWAJMC7bo+sjlKwv0IkWrqTROcviiVEXPzXWl0X7YJzcL1+3JYsgQ7muJudwh07Ik2nEUgJTCOrwuGsQymMc= ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715 2024-02-11T16:53:27.967 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:53:27 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:53:26.792155+0000 mon.smithi088 (mon.0) 51 : audit [INF] from='mgr.14116 172.21.15.88:0/111547615' entity='mgr.smithi088.srytvt' 2024-02-11T16:53:27.968 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:53:27 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:53:26.793854+0000 mon.smithi088 (mon.0) 52 : audit [INF] from='mgr.14116 172.21.15.88:0/111547615' entity='mgr.smithi088.srytvt' 2024-02-11T16:53:28.016 INFO:teuthology.orchestra.run.smithi088.stderr:Wrote public SSH key to /home/ubuntu/cephtest/ceph.pub 2024-02-11T16:53:28.045 INFO:teuthology.orchestra.run.smithi088.stderr:Adding key to root@localhost authorized_keys... 2024-02-11T16:53:28.046 INFO:teuthology.orchestra.run.smithi088.stderr:Adding host smithi088... 2024-02-11T16:53:29.132 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: Added host 'smithi088' with addr '172.21.15.88' 2024-02-11T16:53:29.155 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:53:28 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:53:27.671691+0000 mgr.smithi088.srytvt (mgr.14116) 8 : audit [DBG] from='client.14132 -' entity='client.admin' cmd=[{"prefix": "cephadm get-pub-key", "target": ["mon-mgr", ""]}]: dispatch 2024-02-11T16:53:29.156 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:53:28 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:53:28.517235+0000 mgr.smithi088.srytvt (mgr.14116) 9 : audit [DBG] from='client.14134 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi088", "addr": "172.21.15.88", "target": ["mon-mgr", ""]}]: dispatch 2024-02-11T16:53:29.440 INFO:teuthology.orchestra.run.smithi088.stderr:Deploying mon service with default placement... 2024-02-11T16:53:29.977 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: Scheduled mon update... 2024-02-11T16:53:30.275 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:53:30 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:53:29.130106+0000 mon.smithi088 (mon.0) 53 : audit [INF] from='mgr.14116 172.21.15.88:0/111547615' entity='mgr.smithi088.srytvt' 2024-02-11T16:53:30.276 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:53:30 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cephadm 2024-02-11T16:53:29.130368+0000 mgr.smithi088.srytvt (mgr.14116) 10 : cephadm [INF] Added host smithi088 2024-02-11T16:53:30.276 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:53:30 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:53:29.133870+0000 mon.smithi088 (mon.0) 54 : audit [DBG] from='mgr.14116 172.21.15.88:0/111547615' entity='mgr.smithi088.srytvt' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-11T16:53:30.276 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:53:30 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:53:29.976367+0000 mon.smithi088 (mon.0) 55 : audit [INF] from='mgr.14116 172.21.15.88:0/111547615' entity='mgr.smithi088.srytvt' 2024-02-11T16:53:30.408 INFO:teuthology.orchestra.run.smithi088.stderr:Deploying mgr service with default placement... 2024-02-11T16:53:31.044 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: Scheduled mgr update... 2024-02-11T16:53:31.317 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:53:31 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:53:29.973101+0000 mgr.smithi088.srytvt (mgr.14116) 11 : audit [DBG] from='client.14136 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "target": ["mon-mgr", ""]}]: dispatch 2024-02-11T16:53:31.317 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:53:31 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cephadm 2024-02-11T16:53:29.974173+0000 mgr.smithi088.srytvt (mgr.14116) 12 : cephadm [INF] Saving service mon spec with placement count:5 2024-02-11T16:53:31.317 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:53:31 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:53:31.043820+0000 mon.smithi088 (mon.0) 56 : audit [INF] from='mgr.14116 172.21.15.88:0/111547615' entity='mgr.smithi088.srytvt' 2024-02-11T16:53:31.390 INFO:teuthology.orchestra.run.smithi088.stderr:Deploying crash service with default placement... 2024-02-11T16:53:31.957 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: Scheduled crash update... 2024-02-11T16:53:32.285 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:53:32 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:53:31.040777+0000 mgr.smithi088.srytvt (mgr.14116) 13 : audit [DBG] from='client.14138 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "target": ["mon-mgr", ""]}]: dispatch 2024-02-11T16:53:32.285 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:53:32 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cephadm 2024-02-11T16:53:31.041605+0000 mgr.smithi088.srytvt (mgr.14116) 14 : cephadm [INF] Saving service mgr spec with placement count:2 2024-02-11T16:53:32.285 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:53:32 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:53:31.173814+0000 mon.smithi088 (mon.0) 57 : audit [INF] from='mgr.14116 172.21.15.88:0/111547615' entity='mgr.smithi088.srytvt' 2024-02-11T16:53:32.285 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:53:32 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:53:31.416324+0000 mon.smithi088 (mon.0) 58 : audit [INF] from='mgr.14116 172.21.15.88:0/111547615' entity='mgr.smithi088.srytvt' 2024-02-11T16:53:32.285 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:53:32 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:53:31.956527+0000 mon.smithi088 (mon.0) 59 : audit [INF] from='mgr.14116 172.21.15.88:0/111547615' entity='mgr.smithi088.srytvt' 2024-02-11T16:53:32.439 INFO:teuthology.orchestra.run.smithi088.stderr:Deploying prometheus service with default placement... 2024-02-11T16:53:33.002 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: Scheduled prometheus update... 2024-02-11T16:53:33.535 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:53:33 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:53:31.953346+0000 mgr.smithi088.srytvt (mgr.14116) 15 : audit [DBG] from='client.14140 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "crash", "target": ["mon-mgr", ""]}]: dispatch 2024-02-11T16:53:33.535 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:53:33 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cephadm 2024-02-11T16:53:31.954372+0000 mgr.smithi088.srytvt (mgr.14116) 16 : cephadm [INF] Saving service crash spec with placement * 2024-02-11T16:53:33.535 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:53:33 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:53:32.254395+0000 mon.smithi088 (mon.0) 60 : audit [INF] from='mgr.14116 172.21.15.88:0/111547615' entity='mgr.smithi088.srytvt' 2024-02-11T16:53:33.536 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:53:33 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:53:33.001085+0000 mon.smithi088 (mon.0) 61 : audit [INF] from='mgr.14116 172.21.15.88:0/111547615' entity='mgr.smithi088.srytvt' 2024-02-11T16:53:33.539 INFO:teuthology.orchestra.run.smithi088.stderr:Deploying grafana service with default placement... 2024-02-11T16:53:34.071 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: Scheduled grafana update... 2024-02-11T16:53:34.408 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:53:34 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:53:32.998058+0000 mgr.smithi088.srytvt (mgr.14116) 17 : audit [DBG] from='client.14142 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "prometheus", "target": ["mon-mgr", ""]}]: dispatch 2024-02-11T16:53:34.408 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:53:34 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cephadm 2024-02-11T16:53:32.998887+0000 mgr.smithi088.srytvt (mgr.14116) 18 : cephadm [INF] Saving service prometheus spec with placement count:1 2024-02-11T16:53:34.408 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:53:34 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:53:34.068823+0000 mon.smithi088 (mon.0) 62 : audit [INF] from='mgr.14116 172.21.15.88:0/111547615' entity='mgr.smithi088.srytvt' 2024-02-11T16:53:34.413 INFO:teuthology.orchestra.run.smithi088.stderr:Deploying node-exporter service with default placement... 2024-02-11T16:53:34.910 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: Scheduled node-exporter update... 2024-02-11T16:53:35.239 INFO:teuthology.orchestra.run.smithi088.stderr:Deploying alertmanager service with default placement... 2024-02-11T16:53:35.535 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:53:35 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:53:34.065689+0000 mgr.smithi088.srytvt (mgr.14116) 19 : audit [DBG] from='client.14144 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "grafana", "target": ["mon-mgr", ""]}]: dispatch 2024-02-11T16:53:35.535 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:53:35 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cephadm 2024-02-11T16:53:34.066518+0000 mgr.smithi088.srytvt (mgr.14116) 20 : cephadm [INF] Saving service grafana spec with placement count:1 2024-02-11T16:53:35.535 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:53:35 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:53:34.909857+0000 mon.smithi088 (mon.0) 63 : audit [INF] from='mgr.14116 172.21.15.88:0/111547615' entity='mgr.smithi088.srytvt' 2024-02-11T16:53:35.785 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: Scheduled alertmanager update... 2024-02-11T16:53:36.535 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:53:36 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:53:34.906745+0000 mgr.smithi088.srytvt (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-11T16:53:36.535 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:53:36 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cephadm 2024-02-11T16:53:34.907580+0000 mgr.smithi088.srytvt (mgr.14116) 22 : cephadm [INF] Saving service node-exporter spec with placement * 2024-02-11T16:53:36.535 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:53:36 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:53:35.784504+0000 mon.smithi088 (mon.0) 64 : audit [INF] from='mgr.14116 172.21.15.88:0/111547615' entity='mgr.smithi088.srytvt' 2024-02-11T16:53:37.528 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:53:37 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:53:35.781491+0000 mgr.smithi088.srytvt (mgr.14116) 23 : audit [DBG] from='client.14148 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "alertmanager", "target": ["mon-mgr", ""]}]: dispatch 2024-02-11T16:53:37.528 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:53:37 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cephadm 2024-02-11T16:53:35.782351+0000 mgr.smithi088.srytvt (mgr.14116) 24 : cephadm [INF] Saving service alertmanager spec with placement count:1 2024-02-11T16:53:37.528 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:53:37 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:53:36.673027+0000 mon.smithi088 (mon.0) 65 : audit [INF] from='client.? 172.21.15.88:0/3775678727' entity='client.admin' 2024-02-11T16:53:37.838 INFO:teuthology.orchestra.run.smithi088.stderr:Enabling the dashboard module... 2024-02-11T16:53:38.785 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:53:38 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:53:37.506231+0000 mon.smithi088 (mon.0) 66 : audit [INF] from='client.? 172.21.15.88:0/1359765974' entity='client.admin' 2024-02-11T16:53:38.785 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:53:38 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:53:38.401834+0000 mon.smithi088 (mon.0) 67 : audit [INF] from='client.? 172.21.15.88:0/3228174848' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "dashboard"}]: dispatch 2024-02-11T16:53:39.535 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:53:39 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T16:53:37.959729+0000 mgr.smithi088.srytvt (mgr.14116) 25 : cluster [DBG] pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T16:53:39.535 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:53:39 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:53:38.963733+0000 mon.smithi088 (mon.0) 68 : audit [INF] from='client.? 172.21.15.88:0/3228174848' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "dashboard"}]': finished 2024-02-11T16:53:39.535 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:53:39 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T16:53:38.963784+0000 mon.smithi088 (mon.0) 69 : cluster [DBG] mgrmap e9: smithi088.srytvt(active, since 21s) 2024-02-11T16:53:39.915 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: { 2024-02-11T16:53:39.915 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: "epoch": 9, 2024-02-11T16:53:39.915 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: "available": true, 2024-02-11T16:53:39.915 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: "active_name": "smithi088.srytvt", 2024-02-11T16:53:39.915 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: "num_standby": 0 2024-02-11T16:53:39.915 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: } 2024-02-11T16:53:40.263 INFO:teuthology.orchestra.run.smithi088.stderr:Waiting for the mgr to restart... 2024-02-11T16:53:40.263 INFO:teuthology.orchestra.run.smithi088.stderr:Waiting for mgr epoch 9... 2024-02-11T16:53:40.687 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:53:40 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:53:39.913877+0000 mon.smithi088 (mon.0) 70 : audit [DBG] from='client.? 172.21.15.88:0/684537306' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2024-02-11T16:53:44.785 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:53:44 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T16:53:44.315894+0000 mon.smithi088 (mon.0) 71 : cluster [INF] Active manager daemon smithi088.srytvt restarted 2024-02-11T16:53:44.786 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:53:44 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T16:53:44.316111+0000 mon.smithi088 (mon.0) 72 : cluster [INF] Activating manager daemon smithi088.srytvt 2024-02-11T16:53:44.786 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:53:44 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T16:53:44.318643+0000 mon.smithi088 (mon.0) 73 : cluster [DBG] osdmap e3: 0 total, 0 up, 0 in 2024-02-11T16:53:44.786 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:53:44 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T16:53:44.318732+0000 mon.smithi088 (mon.0) 74 : cluster [DBG] mgrmap e10: smithi088.srytvt(active, starting, since 0.002708s) 2024-02-11T16:53:44.786 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:53:44 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:53:44.319423+0000 mon.smithi088 (mon.0) 75 : audit [DBG] from='mgr.14156 172.21.15.88:0/4030112463' entity='mgr.smithi088.srytvt' cmd=[{"prefix": "mon metadata", "id": "smithi088"}]: dispatch 2024-02-11T16:53:44.786 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:53:44 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:53:44.319959+0000 mon.smithi088 (mon.0) 76 : audit [DBG] from='mgr.14156 172.21.15.88:0/4030112463' entity='mgr.smithi088.srytvt' cmd=[{"prefix": "mgr metadata", "who": "smithi088.srytvt", "id": "smithi088.srytvt"}]: dispatch 2024-02-11T16:53:44.786 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:53:44 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:53:44.320610+0000 mon.smithi088 (mon.0) 77 : audit [DBG] from='mgr.14156 172.21.15.88:0/4030112463' entity='mgr.smithi088.srytvt' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-02-11T16:53:44.786 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:53:44 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:53:44.320845+0000 mon.smithi088 (mon.0) 78 : audit [DBG] from='mgr.14156 172.21.15.88:0/4030112463' entity='mgr.smithi088.srytvt' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-02-11T16:53:44.786 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:53:44 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:53:44.321074+0000 mon.smithi088 (mon.0) 79 : audit [DBG] from='mgr.14156 172.21.15.88:0/4030112463' entity='mgr.smithi088.srytvt' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-02-11T16:53:44.786 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:53:44 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T16:53:44.334481+0000 mon.smithi088 (mon.0) 80 : cluster [INF] Manager daemon smithi088.srytvt is now available 2024-02-11T16:53:45.329 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: { 2024-02-11T16:53:45.329 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: "mgrmap_epoch": 11, 2024-02-11T16:53:45.329 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: "initialized": true 2024-02-11T16:53:45.329 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: } 2024-02-11T16:53:45.614 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:53:45 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:53:44.428763+0000 mon.smithi088 (mon.0) 81 : audit [DBG] from='mgr.14156 172.21.15.88:0/4030112463' entity='mgr.smithi088.srytvt' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-11T16:53:45.614 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:53:45 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:53:44.430136+0000 mon.smithi088 (mon.0) 82 : audit [DBG] from='mgr.14156 172.21.15.88:0/4030112463' entity='mgr.smithi088.srytvt' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-11T16:53:45.614 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:53:45 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:53:44.453694+0000 mon.smithi088 (mon.0) 83 : audit [INF] from='mgr.14156 172.21.15.88:0/4030112463' entity='mgr.smithi088.srytvt' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi088.srytvt/mirror_snapshot_schedule"}]: dispatch 2024-02-11T16:53:45.614 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:53:45 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:53:44.457302+0000 mon.smithi088 (mon.0) 84 : audit [INF] from='mgr.14156 172.21.15.88:0/4030112463' entity='mgr.smithi088.srytvt' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi088.srytvt/trash_purge_schedule"}]: dispatch 2024-02-11T16:53:45.614 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:53:45 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:53:45.281608+0000 mon.smithi088 (mon.0) 85 : audit [INF] from='mgr.14156 172.21.15.88:0/4030112463' entity='mgr.smithi088.srytvt' 2024-02-11T16:53:45.614 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:53:45 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T16:53:45.321279+0000 mon.smithi088 (mon.0) 86 : cluster [DBG] mgrmap e11: smithi088.srytvt(active, since 1.00525s) 2024-02-11T16:53:45.678 INFO:teuthology.orchestra.run.smithi088.stderr:mgr epoch 9 is available 2024-02-11T16:53:45.678 INFO:teuthology.orchestra.run.smithi088.stderr:Generating a dashboard self-signed certificate... 2024-02-11T16:53:46.489 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: Self-signed certificate created 2024-02-11T16:53:46.511 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:53:46 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:53:45.320609+0000 mgr.smithi088.srytvt (mgr.14156) 1 : audit [DBG] from='client.14160 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2024-02-11T16:53:46.511 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:53:46 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:53:45.327022+0000 mgr.smithi088.srytvt (mgr.14156) 2 : audit [DBG] from='client.14160 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2024-02-11T16:53:46.820 INFO:teuthology.orchestra.run.smithi088.stderr:Creating initial admin user... 2024-02-11T16:53:47.554 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: {"username": "admin", "password": "$2b$12$/wtY5SG5rPwiFR4IDR0X9uY2.ZmOgs7jQLJUGAs00r7puv8VG9Rwe", "roles": ["administrator"], "name": null, "email": null, "lastUpdate": 1707670427, "enabled": true, "pwdExpirationDate": null, "pwdUpdateRequired": true} 2024-02-11T16:53:47.718 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:53:47 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:53:46.362342+0000 mgr.smithi088.srytvt (mgr.14156) 3 : audit [DBG] from='client.14166 -' entity='client.admin' cmd=[{"prefix": "dashboard create-self-signed-cert", "target": ["mon-mgr", ""]}]: dispatch 2024-02-11T16:53:47.718 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:53:47 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T16:53:46.370804+0000 mon.smithi088 (mon.0) 87 : cluster [DBG] mgrmap e12: smithi088.srytvt(active, since 2s) 2024-02-11T16:53:47.718 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:53:47 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:53:46.486507+0000 mon.smithi088 (mon.0) 88 : audit [INF] from='mgr.14156 172.21.15.88:0/4030112463' entity='mgr.smithi088.srytvt' 2024-02-11T16:53:47.718 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:53:47 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:53:46.488216+0000 mon.smithi088 (mon.0) 89 : audit [INF] from='mgr.14156 172.21.15.88:0/4030112463' entity='mgr.smithi088.srytvt' 2024-02-11T16:53:47.895 INFO:teuthology.orchestra.run.smithi088.stderr:Fetching dashboard port number... 2024-02-11T16:53:48.402 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: 8443 2024-02-11T16:53:48.761 INFO:teuthology.orchestra.run.smithi088.stderr:systemctl: disabled 2024-02-11T16:53:48.768 INFO:teuthology.orchestra.run.smithi088.stderr:systemctl: inactive 2024-02-11T16:53:48.768 INFO:teuthology.orchestra.run.smithi088.stderr:firewalld.service is not enabled 2024-02-11T16:53:48.769 INFO:teuthology.orchestra.run.smithi088.stderr:Not possible to open ports <[8443]>. firewalld.service is not available 2024-02-11T16:53:48.770 INFO:teuthology.orchestra.run.smithi088.stderr:Ceph Dashboard is now available at: 2024-02-11T16:53:48.771 INFO:teuthology.orchestra.run.smithi088.stderr: 2024-02-11T16:53:48.771 INFO:teuthology.orchestra.run.smithi088.stderr: URL: https://smithi088:8443/ 2024-02-11T16:53:48.771 INFO:teuthology.orchestra.run.smithi088.stderr: User: admin 2024-02-11T16:53:48.771 INFO:teuthology.orchestra.run.smithi088.stderr: Password: 0gygdgj804 2024-02-11T16:53:48.771 INFO:teuthology.orchestra.run.smithi088.stderr: 2024-02-11T16:53:48.771 INFO:teuthology.orchestra.run.smithi088.stderr:Enabling autotune for osd_memory_target 2024-02-11T16:53:48.785 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:53:48 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:53:47.336478+0000 mgr.smithi088.srytvt (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-11T16:53:48.785 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:53:48 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:53:47.552840+0000 mon.smithi088 (mon.0) 90 : audit [INF] from='mgr.14156 172.21.15.88:0/4030112463' entity='mgr.smithi088.srytvt' 2024-02-11T16:53:48.785 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:53:48 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:53:48.401347+0000 mon.smithi088 (mon.0) 91 : audit [DBG] from='client.? 172.21.15.88:0/3844343562' entity='client.admin' cmd=[{"prefix": "config get", "who": "mgr", "key": "mgr/dashboard/ssl_server_port"}]: dispatch 2024-02-11T16:53:50.261 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: set mgr/dashboard/cluster/status 2024-02-11T16:53:50.619 INFO:teuthology.orchestra.run.smithi088.stderr:You can access the Ceph CLI as following in case of multi-cluster or non-default config: 2024-02-11T16:53:50.619 INFO:teuthology.orchestra.run.smithi088.stderr: 2024-02-11T16:53:50.619 INFO:teuthology.orchestra.run.smithi088.stderr: sudo /home/ubuntu/cephtest/cephadm shell --fsid eb5e91f4-c8fd-11ee-95b9-87774f69a715 -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring 2024-02-11T16:53:50.620 INFO:teuthology.orchestra.run.smithi088.stderr: 2024-02-11T16:53:50.620 INFO:teuthology.orchestra.run.smithi088.stderr:Or, if you are only running a single cluster on this host: 2024-02-11T16:53:50.620 INFO:teuthology.orchestra.run.smithi088.stderr: 2024-02-11T16:53:50.620 INFO:teuthology.orchestra.run.smithi088.stderr: sudo /home/ubuntu/cephtest/cephadm shell 2024-02-11T16:53:50.620 INFO:teuthology.orchestra.run.smithi088.stderr: 2024-02-11T16:53:50.620 INFO:teuthology.orchestra.run.smithi088.stderr:Please consider enabling telemetry to help improve Ceph: 2024-02-11T16:53:50.620 INFO:teuthology.orchestra.run.smithi088.stderr: 2024-02-11T16:53:50.620 INFO:teuthology.orchestra.run.smithi088.stderr: ceph telemetry on 2024-02-11T16:53:50.620 INFO:teuthology.orchestra.run.smithi088.stderr: 2024-02-11T16:53:50.621 INFO:teuthology.orchestra.run.smithi088.stderr:For more information see: 2024-02-11T16:53:50.621 INFO:teuthology.orchestra.run.smithi088.stderr: 2024-02-11T16:53:50.621 INFO:teuthology.orchestra.run.smithi088.stderr: https://docs.ceph.com/en/pacific/mgr/telemetry/ 2024-02-11T16:53:50.621 INFO:teuthology.orchestra.run.smithi088.stderr: 2024-02-11T16:53:50.621 INFO:teuthology.orchestra.run.smithi088.stderr:Bootstrap complete. 2024-02-11T16:53:50.655 INFO:tasks.cephadm:Fetching config... 2024-02-11T16:53:50.655 DEBUG:teuthology.orchestra.run.smithi088:> set -ex 2024-02-11T16:53:50.655 DEBUG:teuthology.orchestra.run.smithi088:> dd if=/etc/ceph/ceph.conf of=/dev/stdout 2024-02-11T16:53:50.673 INFO:tasks.cephadm:Fetching client.admin keyring... 2024-02-11T16:53:50.673 DEBUG:teuthology.orchestra.run.smithi088:> set -ex 2024-02-11T16:53:50.674 DEBUG:teuthology.orchestra.run.smithi088:> dd if=/etc/ceph/ceph.client.admin.keyring of=/dev/stdout 2024-02-11T16:53:50.730 INFO:tasks.cephadm:Fetching mon keyring... 2024-02-11T16:53:50.730 DEBUG:teuthology.orchestra.run.smithi088:> set -ex 2024-02-11T16:53:50.730 DEBUG:teuthology.orchestra.run.smithi088:> sudo dd if=/var/lib/ceph/eb5e91f4-c8fd-11ee-95b9-87774f69a715/mon.smithi088/keyring of=/dev/stdout 2024-02-11T16:53:50.803 INFO:tasks.cephadm:Fetching pub ssh key... 2024-02-11T16:53:50.804 DEBUG:teuthology.orchestra.run.smithi088:> set -ex 2024-02-11T16:53:50.804 DEBUG:teuthology.orchestra.run.smithi088:> dd if=/home/ubuntu/cephtest/ceph.pub of=/dev/stdout 2024-02-11T16:53:50.861 INFO:tasks.cephadm:Installing pub ssh key for root users... 2024-02-11T16:53:50.861 DEBUG:teuthology.orchestra.run.smithi088:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDdnV00uxXURn8OZVL5VMCRxrCXLdirA19mJElhIDLkfhhPpHJciynd07idLPMA2FcqPOIiLjRvsG5G6iRAERoSnnjZFnXfKPu/xFYXj5MtdAQt13FQ+ZU0nfVhmaD5/taLRhMetU28XBgXaduy7mQ+Jxl0iUEgHui6u1bVnnIYW8rC0hbyytODfsck24wGkmYTt82SRfXX+YskpInmpReN+eLjmo3z65eoyw77NDJWG6BnB1G71uHPoMQEmx/fH7mI1MBMsN8HVEV83F9W3HlwJMmuyvfhUyMNE5SU3HFGmAyghck8WHRuejB09Zqy6bHkqh7azfWcqB1pxNggycZwqQP/1yBsLSItM8lx4dXTfAnBfJduxKSI1IEC3+RJHgmjc822nPG7eKhDFieUuCw6YYFpONe3O6OXT0R4XzAuJ85MWAJMC7bo+sjlKwv0IkWrqTROcviiVEXPzXWl0X7YJzcL1+3JYsgQ7muJudwh07Ik2nEUgJTCOrwuGsQymMc= ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-02-11T16:53:50.940 INFO:teuthology.orchestra.run.smithi088.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDdnV00uxXURn8OZVL5VMCRxrCXLdirA19mJElhIDLkfhhPpHJciynd07idLPMA2FcqPOIiLjRvsG5G6iRAERoSnnjZFnXfKPu/xFYXj5MtdAQt13FQ+ZU0nfVhmaD5/taLRhMetU28XBgXaduy7mQ+Jxl0iUEgHui6u1bVnnIYW8rC0hbyytODfsck24wGkmYTt82SRfXX+YskpInmpReN+eLjmo3z65eoyw77NDJWG6BnB1G71uHPoMQEmx/fH7mI1MBMsN8HVEV83F9W3HlwJMmuyvfhUyMNE5SU3HFGmAyghck8WHRuejB09Zqy6bHkqh7azfWcqB1pxNggycZwqQP/1yBsLSItM8lx4dXTfAnBfJduxKSI1IEC3+RJHgmjc822nPG7eKhDFieUuCw6YYFpONe3O6OXT0R4XzAuJ85MWAJMC7bo+sjlKwv0IkWrqTROcviiVEXPzXWl0X7YJzcL1+3JYsgQ7muJudwh07Ik2nEUgJTCOrwuGsQymMc= ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715 2024-02-11T16:53:50.952 DEBUG:teuthology.orchestra.run.smithi148:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDdnV00uxXURn8OZVL5VMCRxrCXLdirA19mJElhIDLkfhhPpHJciynd07idLPMA2FcqPOIiLjRvsG5G6iRAERoSnnjZFnXfKPu/xFYXj5MtdAQt13FQ+ZU0nfVhmaD5/taLRhMetU28XBgXaduy7mQ+Jxl0iUEgHui6u1bVnnIYW8rC0hbyytODfsck24wGkmYTt82SRfXX+YskpInmpReN+eLjmo3z65eoyw77NDJWG6BnB1G71uHPoMQEmx/fH7mI1MBMsN8HVEV83F9W3HlwJMmuyvfhUyMNE5SU3HFGmAyghck8WHRuejB09Zqy6bHkqh7azfWcqB1pxNggycZwqQP/1yBsLSItM8lx4dXTfAnBfJduxKSI1IEC3+RJHgmjc822nPG7eKhDFieUuCw6YYFpONe3O6OXT0R4XzAuJ85MWAJMC7bo+sjlKwv0IkWrqTROcviiVEXPzXWl0X7YJzcL1+3JYsgQ7muJudwh07Ik2nEUgJTCOrwuGsQymMc= ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-02-11T16:53:50.999 INFO:teuthology.orchestra.run.smithi148.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDdnV00uxXURn8OZVL5VMCRxrCXLdirA19mJElhIDLkfhhPpHJciynd07idLPMA2FcqPOIiLjRvsG5G6iRAERoSnnjZFnXfKPu/xFYXj5MtdAQt13FQ+ZU0nfVhmaD5/taLRhMetU28XBgXaduy7mQ+Jxl0iUEgHui6u1bVnnIYW8rC0hbyytODfsck24wGkmYTt82SRfXX+YskpInmpReN+eLjmo3z65eoyw77NDJWG6BnB1G71uHPoMQEmx/fH7mI1MBMsN8HVEV83F9W3HlwJMmuyvfhUyMNE5SU3HFGmAyghck8WHRuejB09Zqy6bHkqh7azfWcqB1pxNggycZwqQP/1yBsLSItM8lx4dXTfAnBfJduxKSI1IEC3+RJHgmjc822nPG7eKhDFieUuCw6YYFpONe3O6OXT0R4XzAuJ85MWAJMC7bo+sjlKwv0IkWrqTROcviiVEXPzXWl0X7YJzcL1+3JYsgQ7muJudwh07Ik2nEUgJTCOrwuGsQymMc= ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715 2024-02-11T16:53:51.013 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid eb5e91f4-c8fd-11ee-95b9-87774f69a715 -- ceph config set mgr mgr/cephadm/allow_ptrace true 2024-02-11T16:53:51.529 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:53:51 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:53:50.258154+0000 mon.smithi088 (mon.0) 92 : audit [INF] from='client.? 172.21.15.88:0/344030296' entity='client.admin' 2024-02-11T16:53:52.401 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:53:52 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T16:53:51.259808+0000 mon.smithi088 (mon.0) 93 : cluster [DBG] mgrmap e13: smithi088.srytvt(active, since 6s) 2024-02-11T16:53:52.850 INFO:tasks.cephadm:Distributing conf and client.admin keyring to all hosts + 0755 2024-02-11T16:53:52.851 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid eb5e91f4-c8fd-11ee-95b9-87774f69a715 -- ceph orch client-keyring set client.admin '*' --mode 0755 2024-02-11T16:53:53.785 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:53:53 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:53:52.478135+0000 mon.smithi088 (mon.0) 94 : audit [INF] from='client.? 172.21.15.88:0/3229206765' entity='client.admin' 2024-02-11T16:53:54.698 INFO:tasks.cephadm:Writing (initial) conf and keyring to smithi148 2024-02-11T16:53:54.698 DEBUG:teuthology.orchestra.run.smithi148:> set -ex 2024-02-11T16:53:54.698 DEBUG:teuthology.orchestra.run.smithi148:> dd of=/etc/ceph/ceph.conf 2024-02-11T16:53:54.719 DEBUG:teuthology.orchestra.run.smithi148:> set -ex 2024-02-11T16:53:54.720 DEBUG:teuthology.orchestra.run.smithi148:> dd of=/etc/ceph/ceph.client.admin.keyring 2024-02-11T16:53:54.779 INFO:tasks.cephadm:Adding host smithi148 to orchestrator... 2024-02-11T16:53:54.779 DEBUG:teuthology.orchestra.run.smithi148:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid eb5e91f4-c8fd-11ee-95b9-87774f69a715 -- ceph orch host add smithi148 2024-02-11T16:53:55.535 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:53:55 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:53:54.172434+0000 mon.smithi088 (mon.0) 95 : audit [INF] from='mgr.14156 172.21.15.88:0/4030112463' entity='mgr.smithi088.srytvt' 2024-02-11T16:53:55.536 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:53:55 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:53:54.370556+0000 mon.smithi088 (mon.0) 96 : audit [INF] from='mgr.14156 172.21.15.88:0/4030112463' entity='mgr.smithi088.srytvt' 2024-02-11T16:53:55.536 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:53:55 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:53:54.482039+0000 mon.smithi088 (mon.0) 97 : audit [INF] from='mgr.14156 172.21.15.88:0/4030112463' entity='mgr.smithi088.srytvt' cmd=[{"prefix": "config rm", "who": "osd/host:smithi088", "name": "osd_memory_target"}]: dispatch 2024-02-11T16:53:55.536 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:53:55 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:53:54.482847+0000 mon.smithi088 (mon.0) 98 : audit [DBG] from='mgr.14156 172.21.15.88:0/4030112463' entity='mgr.smithi088.srytvt' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-11T16:53:55.536 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:53:55 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:53:54.483422+0000 mon.smithi088 (mon.0) 99 : audit [INF] from='mgr.14156 172.21.15.88:0/4030112463' entity='mgr.smithi088.srytvt' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-11T16:53:55.536 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:53:55 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cephadm 2024-02-11T16:53:54.484421+0000 mgr.smithi088.srytvt (mgr.14156) 6 : cephadm [INF] Updating smithi088:/etc/ceph/ceph.conf 2024-02-11T16:53:55.537 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:53:55 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cephadm 2024-02-11T16:53:54.503863+0000 mgr.smithi088.srytvt (mgr.14156) 7 : cephadm [INF] Updating smithi088:/etc/ceph/ceph.client.admin.keyring 2024-02-11T16:53:55.537 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:53:55 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:53:54.557149+0000 mon.smithi088 (mon.0) 100 : audit [INF] from='mgr.14156 172.21.15.88:0/4030112463' entity='mgr.smithi088.srytvt' 2024-02-11T16:53:55.537 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:53:55 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:53:54.559445+0000 mon.smithi088 (mon.0) 101 : audit [INF] from='mgr.14156 172.21.15.88:0/4030112463' entity='mgr.smithi088.srytvt' 2024-02-11T16:53:55.537 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:53:55 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cephadm 2024-02-11T16:53:54.567982+0000 mgr.smithi088.srytvt (mgr.14156) 8 : cephadm [INF] Deploying daemon alertmanager.smithi088 on smithi088 2024-02-11T16:54:01.036 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:54:00 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:53:59.754206+0000 mon.smithi088 (mon.0) 102 : audit [INF] from='mgr.14156 172.21.15.88:0/4030112463' entity='mgr.smithi088.srytvt' 2024-02-11T16:54:01.036 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:54:00 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:53:59.755832+0000 mon.smithi088 (mon.0) 103 : audit [INF] from='mgr.14156 172.21.15.88:0/4030112463' entity='mgr.smithi088.srytvt' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi088", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-02-11T16:54:01.036 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:54:00 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:53:59.760149+0000 mon.smithi088 (mon.0) 104 : audit [INF] from='mgr.14156 172.21.15.88:0/4030112463' entity='mgr.smithi088.srytvt' cmd='[{"prefix": "auth get-or-create", "entity": "client.crash.smithi088", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]': finished 2024-02-11T16:54:01.036 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:54:00 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:53:59.760710+0000 mon.smithi088 (mon.0) 105 : audit [DBG] from='mgr.14156 172.21.15.88:0/4030112463' entity='mgr.smithi088.srytvt' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-11T16:54:01.036 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:54:00 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cephadm 2024-02-11T16:53:59.761197+0000 mgr.smithi088.srytvt (mgr.14156) 9 : cephadm [INF] Deploying daemon crash.smithi088 on smithi088 2024-02-11T16:54:02.785 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:54:02 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:54:01.381363+0000 mon.smithi088 (mon.0) 106 : audit [INF] from='mgr.14156 172.21.15.88:0/4030112463' entity='mgr.smithi088.srytvt' 2024-02-11T16:54:02.785 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:54:02 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:54:01.507601+0000 mon.smithi088 (mon.0) 107 : audit [INF] from='mgr.14156 172.21.15.88:0/4030112463' entity='mgr.smithi088.srytvt' 2024-02-11T16:54:02.785 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:54:02 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:54:01.512449+0000 mon.smithi088 (mon.0) 108 : audit [INF] from='mgr.14156 172.21.15.88:0/4030112463' entity='mgr.smithi088.srytvt' 2024-02-11T16:54:02.785 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:54:02 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:54:01.513827+0000 mon.smithi088 (mon.0) 109 : audit [INF] from='mgr.14156 172.21.15.88:0/4030112463' entity='mgr.smithi088.srytvt' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-02-11T16:54:02.786 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:54:02 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:54:01.514157+0000 mgr.smithi088.srytvt (mgr.14156) 10 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-02-11T16:54:02.786 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:54:02 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:54:01.519044+0000 mon.smithi088 (mon.0) 110 : audit [INF] from='mgr.14156 172.21.15.88:0/4030112463' entity='mgr.smithi088.srytvt' 2024-02-11T16:54:02.786 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:54:02 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cephadm 2024-02-11T16:54:01.525162+0000 mgr.smithi088.srytvt (mgr.14156) 11 : cephadm [INF] Deploying daemon grafana.smithi088 on smithi088 2024-02-11T16:54:05.785 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:54:05 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T16:54:04.321825+0000 mgr.smithi088.srytvt (mgr.14156) 12 : cluster [DBG] pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T16:54:05.785 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:54:05 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:54:04.454054+0000 mon.smithi088 (mon.0) 111 : audit [INF] from='mgr.14156 172.21.15.88:0/4030112463' entity='mgr.smithi088.srytvt' 2024-02-11T16:54:07.785 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:54:07 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T16:54:06.322069+0000 mgr.smithi088.srytvt (mgr.14156) 13 : cluster [DBG] pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T16:54:09.785 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:54:09 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T16:54:08.322325+0000 mgr.smithi088.srytvt (mgr.14156) 14 : cluster [DBG] pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T16:54:11.604 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:54:11 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T16:54:10.322560+0000 mgr.smithi088.srytvt (mgr.14156) 15 : cluster [DBG] pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T16:54:13.786 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:54:13 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T16:54:12.322820+0000 mgr.smithi088.srytvt (mgr.14156) 16 : cluster [DBG] pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T16:54:13.786 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:54:13 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:54:12.421077+0000 mon.smithi088 (mon.0) 112 : audit [INF] from='mgr.14156 172.21.15.88:0/4030112463' entity='mgr.smithi088.srytvt' 2024-02-11T16:54:13.786 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:54:13 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cephadm 2024-02-11T16:54:12.423212+0000 mgr.smithi088.srytvt (mgr.14156) 17 : cephadm [INF] Deploying daemon node-exporter.smithi088 on smithi088 2024-02-11T16:54:15.785 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:54:15 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T16:54:14.323159+0000 mgr.smithi088.srytvt (mgr.14156) 18 : cluster [DBG] pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T16:54:15.786 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:54:15 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:54:14.456891+0000 mon.smithi088 (mon.0) 113 : audit [INF] from='mgr.14156 172.21.15.88:0/4030112463' entity='mgr.smithi088.srytvt' 2024-02-11T16:54:15.786 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:54:15 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:54:14.866540+0000 mon.smithi088 (mon.0) 114 : audit [INF] from='mgr.14156 172.21.15.88:0/4030112463' entity='mgr.smithi088.srytvt' 2024-02-11T16:54:15.786 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:54:15 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:54:14.868696+0000 mon.smithi088 (mon.0) 115 : audit [INF] from='mgr.14156 172.21.15.88:0/4030112463' entity='mgr.smithi088.srytvt' cmd=[{"prefix": "mgr module enable", "module": "prometheus"}]: dispatch 2024-02-11T16:54:17.209 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:54:16 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:54:15.868491+0000 mon.smithi088 (mon.0) 116 : audit [INF] from='mgr.14156 172.21.15.88:0/4030112463' entity='mgr.smithi088.srytvt' cmd='[{"prefix": "mgr module enable", "module": "prometheus"}]': finished 2024-02-11T16:54:17.209 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:54:16 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T16:54:15.868547+0000 mon.smithi088 (mon.0) 117 : cluster [DBG] mgrmap e14: smithi088.srytvt(active, since 31s) 2024-02-11T16:54:21.446 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:54:21 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T16:54:21.153656+0000 mon.smithi088 (mon.0) 118 : cluster [INF] Active manager daemon smithi088.srytvt restarted 2024-02-11T16:54:21.447 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:54:21 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T16:54:21.153879+0000 mon.smithi088 (mon.0) 119 : cluster [INF] Activating manager daemon smithi088.srytvt 2024-02-11T16:54:21.447 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:54:21 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T16:54:21.156500+0000 mon.smithi088 (mon.0) 120 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-02-11T16:54:21.447 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:54:21 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T16:54:21.156585+0000 mon.smithi088 (mon.0) 121 : cluster [DBG] mgrmap e15: smithi088.srytvt(active, starting, since 0.00279777s) 2024-02-11T16:54:21.447 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:54:21 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:54:21.157365+0000 mon.smithi088 (mon.0) 122 : audit [DBG] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' cmd=[{"prefix": "mon metadata", "id": "smithi088"}]: dispatch 2024-02-11T16:54:21.447 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:54:21 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:54:21.157927+0000 mon.smithi088 (mon.0) 123 : audit [DBG] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' cmd=[{"prefix": "mgr metadata", "who": "smithi088.srytvt", "id": "smithi088.srytvt"}]: dispatch 2024-02-11T16:54:21.447 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:54:21 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:54:21.158499+0000 mon.smithi088 (mon.0) 124 : audit [DBG] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-02-11T16:54:21.447 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:54:21 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:54:21.158636+0000 mon.smithi088 (mon.0) 125 : audit [DBG] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-02-11T16:54:21.447 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:54:21 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:54:21.158767+0000 mon.smithi088 (mon.0) 126 : audit [DBG] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-02-11T16:54:21.447 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:54:21 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T16:54:21.172397+0000 mon.smithi088 (mon.0) 127 : cluster [INF] Manager daemon smithi088.srytvt is now available 2024-02-11T16:54:22.535 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:54:22 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:54:21.267961+0000 mon.smithi088 (mon.0) 128 : audit [DBG] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-11T16:54:22.536 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:54:22 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:54:21.269289+0000 mon.smithi088 (mon.0) 129 : audit [DBG] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-11T16:54:22.536 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:54:22 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:54:21.294797+0000 mon.smithi088 (mon.0) 130 : audit [INF] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' 2024-02-11T16:54:22.536 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:54:22 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:54:21.306232+0000 mon.smithi088 (mon.0) 131 : audit [INF] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi088.srytvt/mirror_snapshot_schedule"}]: dispatch 2024-02-11T16:54:22.536 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:54:22 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:54:21.309351+0000 mon.smithi088 (mon.0) 132 : audit [INF] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi088.srytvt/trash_purge_schedule"}]: dispatch 2024-02-11T16:54:22.536 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:54:22 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T16:54:22.158597+0000 mon.smithi088 (mon.0) 133 : cluster [DBG] mgrmap e16: smithi088.srytvt(active, since 1.00481s) 2024-02-11T16:54:24.535 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:54:24 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T16:54:23.208562+0000 mon.smithi088 (mon.0) 134 : cluster [DBG] mgrmap e17: smithi088.srytvt(active, since 2s) 2024-02-11T16:54:24.535 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:54:24 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:54:23.245403+0000 mon.smithi088 (mon.0) 135 : audit [INF] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' 2024-02-11T16:54:24.536 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:54:24 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:54:23.527257+0000 mon.smithi088 (mon.0) 136 : audit [INF] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' cmd=[{"prefix": "config rm", "who": "osd/host:smithi088", "name": "osd_memory_target"}]: dispatch 2024-02-11T16:54:24.536 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:54:24 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:54:23.528031+0000 mon.smithi088 (mon.0) 137 : audit [DBG] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-11T16:54:24.536 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:54:24 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:54:23.528562+0000 mon.smithi088 (mon.0) 138 : audit [INF] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-11T16:54:24.536 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:54:24 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cephadm 2024-02-11T16:54:23.529558+0000 mgr.smithi088.srytvt (mgr.14180) 1 : cephadm [INF] Updating smithi088:/etc/ceph/ceph.conf 2024-02-11T16:54:24.536 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:54:24 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cephadm 2024-02-11T16:54:23.554511+0000 mgr.smithi088.srytvt (mgr.14180) 2 : cephadm [INF] Updating smithi088:/etc/ceph/ceph.client.admin.keyring 2024-02-11T16:54:24.536 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:54:24 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:54:23.582953+0000 mon.smithi088 (mon.0) 139 : audit [INF] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' 2024-02-11T16:54:24.536 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:54:24 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:54:23.585133+0000 mon.smithi088 (mon.0) 140 : audit [INF] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' 2024-02-11T16:54:24.536 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:54:24 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cephadm 2024-02-11T16:54:23.596430+0000 mgr.smithi088.srytvt (mgr.14180) 3 : cephadm [INF] Deploying daemon prometheus.smithi088 on smithi088 2024-02-11T16:54:24.813 INFO:teuthology.orchestra.run.smithi148.stdout:Added host 'smithi148' with addr '172.21.15.148' 2024-02-11T16:54:25.164 DEBUG:teuthology.orchestra.run.smithi148:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid eb5e91f4-c8fd-11ee-95b9-87774f69a715 -- ceph orch host ls --format=json 2024-02-11T16:54:26.285 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:54:25 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:54:24.201730+0000 mgr.smithi088.srytvt (mgr.14180) 4 : audit [DBG] from='client.14186 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi148", "target": ["mon-mgr", ""]}]: dispatch 2024-02-11T16:54:26.285 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:54:25 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:54:24.810966+0000 mon.smithi088 (mon.0) 141 : audit [INF] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' 2024-02-11T16:54:26.285 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:54:25 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cephadm 2024-02-11T16:54:24.811351+0000 mgr.smithi088.srytvt (mgr.14180) 5 : cephadm [INF] Added host smithi148 2024-02-11T16:54:26.508 INFO:teuthology.orchestra.run.smithi148.stdout: 2024-02-11T16:54:26.509 INFO:teuthology.orchestra.run.smithi148.stdout:[{"addr": "172.21.15.88", "hostname": "smithi088", "labels": [], "status": ""}, {"addr": "172.21.15.148", "hostname": "smithi148", "labels": [], "status": ""}] 2024-02-11T16:54:26.894 INFO:tasks.cephadm:Setting crush tunables to default 2024-02-11T16:54:26.895 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid eb5e91f4-c8fd-11ee-95b9-87774f69a715 -- ceph osd crush tunables default 2024-02-11T16:54:27.285 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:54:26 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:54:26.507165+0000 mgr.smithi088.srytvt (mgr.14180) 6 : audit [DBG] from='client.14188 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T16:54:30.304 INFO:teuthology.orchestra.run.smithi088.stderr:adjusted tunables profile to default 2024-02-11T16:54:30.535 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:54:30 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:54:30.248129+0000 mon.smithi088 (mon.0) 142 : audit [INF] from='client.? 172.21.15.88:0/107637450' entity='client.admin' cmd=[{"prefix": "osd crush tunables", "profile": "default"}]: dispatch 2024-02-11T16:54:30.847 INFO:tasks.cephadm:Adding mon.smithi088 on smithi088 2024-02-11T16:54:30.847 INFO:tasks.cephadm:Adding mon.smithi148 on smithi148 2024-02-11T16:54:30.847 DEBUG:teuthology.orchestra.run.smithi148:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid eb5e91f4-c8fd-11ee-95b9-87774f69a715 -- ceph orch apply mon '2;smithi088:172.21.15.88=smithi088;smithi148:172.21.15.148=smithi148' 2024-02-11T16:54:31.637 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:54:31 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:54:30.300703+0000 mon.smithi088 (mon.0) 143 : audit [INF] from='client.? 172.21.15.88:0/107637450' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2024-02-11T16:54:31.637 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:54:31 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T16:54:30.300751+0000 mon.smithi088 (mon.0) 144 : cluster [DBG] osdmap e5: 0 total, 0 up, 0 in 2024-02-11T16:54:32.211 INFO:teuthology.orchestra.run.smithi148.stdout:Scheduled mon update... 2024-02-11T16:54:32.586 DEBUG:teuthology.orchestra.run.smithi148:mon.smithi148> sudo journalctl -f -n 0 -u ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715@mon.smithi148.service 2024-02-11T16:54:32.589 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-11T16:54:32.589 DEBUG:teuthology.orchestra.run.smithi148:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid eb5e91f4-c8fd-11ee-95b9-87774f69a715 -- ceph mon dump -f json 2024-02-11T16:54:32.620 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:-- Logs begin at Sun 2024-02-11 16:43:02 UTC. -- 2024-02-11T16:54:33.035 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:54:32 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:54:31.705823+0000 mon.smithi088 (mon.0) 145 : audit [INF] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' 2024-02-11T16:54:33.035 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:54:32 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:54:31.707004+0000 mon.smithi088 (mon.0) 146 : audit [DBG] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-11T16:54:33.035 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:54:32 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:54:32.150953+0000 mon.smithi088 (mon.0) 147 : audit [INF] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' 2024-02-11T16:54:33.036 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:54:32 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:54:32.209816+0000 mon.smithi088 (mon.0) 148 : audit [INF] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' 2024-02-11T16:54:33.036 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:54:32 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:54:32.632718+0000 mon.smithi088 (mon.0) 149 : audit [INF] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' 2024-02-11T16:54:34.035 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:54:33 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:54:32.205431+0000 mgr.smithi088.srytvt (mgr.14180) 7 : audit [DBG] from='client.14192 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "2;smithi088:172.21.15.88=smithi088;smithi148:172.21.15.148=smithi148", "target": ["mon-mgr", ""]}]: dispatch 2024-02-11T16:54:34.035 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:54:33 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cephadm 2024-02-11T16:54:32.207479+0000 mgr.smithi088.srytvt (mgr.14180) 8 : cephadm [INF] Saving service mon spec with placement smithi088:172.21.15.88=smithi088;smithi148:172.21.15.148=smithi148;count:2 2024-02-11T16:54:34.399 INFO:teuthology.orchestra.run.smithi148.stdout: 2024-02-11T16:54:34.399 INFO:teuthology.orchestra.run.smithi148.stdout:{"epoch":1,"fsid":"eb5e91f4-c8fd-11ee-95b9-87774f69a715","modified":"2024-02-11T16:52:56.432391Z","created":"2024-02-11T16:52:56.432391Z","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":"smithi088","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.88:3300","nonce":0},{"type":"v1","addr":"172.21.15.88:6789","nonce":0}]},"addr":"172.21.15.88:6789/0","public_addr":"172.21.15.88:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-11T16:54:34.401 INFO:teuthology.orchestra.run.smithi148.stderr:dumped monmap epoch 1 2024-02-11T16:54:35.535 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:54:35 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:54:34.071178+0000 mon.smithi088 (mon.0) 150 : audit [INF] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' 2024-02-11T16:54:35.535 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:54:35 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:54:34.398283+0000 mon.smithi088 (mon.0) 151 : audit [DBG] from='client.? 172.21.15.148:0/460733436' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-11T16:54:35.824 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-11T16:54:35.825 DEBUG:teuthology.orchestra.run.smithi148:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid eb5e91f4-c8fd-11ee-95b9-87774f69a715 -- ceph mon dump -f json 2024-02-11T16:54:37.035 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:54:36 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:54:35.611530+0000 mon.smithi088 (mon.0) 152 : audit [INF] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' 2024-02-11T16:54:37.035 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:54:36 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:54:36.293715+0000 mon.smithi088 (mon.0) 153 : audit [INF] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' 2024-02-11T16:54:37.035 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:54:36 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:54:36.299103+0000 mon.smithi088 (mon.0) 154 : audit [INF] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' 2024-02-11T16:54:37.036 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:54:36 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:54:36.301606+0000 mon.smithi088 (mon.0) 155 : audit [INF] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' cmd=[{"prefix": "config rm", "who": "osd/host:smithi148", "name": "osd_memory_target"}]: dispatch 2024-02-11T16:54:37.036 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:54:36 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:54:36.305177+0000 mon.smithi088 (mon.0) 156 : audit [DBG] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-11T16:54:37.036 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:54:36 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:54:36.305976+0000 mon.smithi088 (mon.0) 157 : audit [INF] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-11T16:54:37.036 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:54:36 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:54:36.378418+0000 mon.smithi088 (mon.0) 158 : audit [INF] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' 2024-02-11T16:54:37.036 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:54:36 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:54:36.381242+0000 mon.smithi088 (mon.0) 159 : audit [INF] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' 2024-02-11T16:54:37.036 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:54:36 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:54:36.382972+0000 mon.smithi088 (mon.0) 160 : audit [INF] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi148", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-02-11T16:54:37.036 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:54:36 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:54:36.385669+0000 mon.smithi088 (mon.0) 161 : audit [INF] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' cmd='[{"prefix": "auth get-or-create", "entity": "client.crash.smithi148", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]': finished 2024-02-11T16:54:37.036 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:54:36 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:54:36.386436+0000 mon.smithi088 (mon.0) 162 : audit [DBG] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-11T16:54:37.255 INFO:teuthology.orchestra.run.smithi148.stdout: 2024-02-11T16:54:37.255 INFO:teuthology.orchestra.run.smithi148.stdout:{"epoch":1,"fsid":"eb5e91f4-c8fd-11ee-95b9-87774f69a715","modified":"2024-02-11T16:52:56.432391Z","created":"2024-02-11T16:52:56.432391Z","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":"smithi088","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.88:3300","nonce":0},{"type":"v1","addr":"172.21.15.88:6789","nonce":0}]},"addr":"172.21.15.88:6789/0","public_addr":"172.21.15.88:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-11T16:54:37.257 INFO:teuthology.orchestra.run.smithi148.stderr:dumped monmap epoch 1 2024-02-11T16:54:38.036 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:54:37 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cephadm 2024-02-11T16:54:36.307130+0000 mgr.smithi088.srytvt (mgr.14180) 9 : cephadm [INF] Updating smithi148:/etc/ceph/ceph.conf 2024-02-11T16:54:38.036 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:54:37 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cephadm 2024-02-11T16:54:36.343769+0000 mgr.smithi088.srytvt (mgr.14180) 10 : cephadm [INF] Updating smithi148:/etc/ceph/ceph.client.admin.keyring 2024-02-11T16:54:38.036 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:54:37 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cephadm 2024-02-11T16:54:36.387070+0000 mgr.smithi088.srytvt (mgr.14180) 11 : cephadm [INF] Deploying daemon crash.smithi148 on smithi148 2024-02-11T16:54:38.036 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:54:37 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:54:37.254138+0000 mon.smithi088 (mon.0) 163 : audit [DBG] from='client.? 172.21.15.148:0/3795513776' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-11T16:54:38.794 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-11T16:54:38.794 DEBUG:teuthology.orchestra.run.smithi148:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid eb5e91f4-c8fd-11ee-95b9-87774f69a715 -- ceph mon dump -f json 2024-02-11T16:54:40.035 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:54:39 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:54:38.742465+0000 mon.smithi088 (mon.0) 164 : audit [INF] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' 2024-02-11T16:54:40.036 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:54:39 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:54:38.744649+0000 mon.smithi088 (mon.0) 165 : audit [INF] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi148.bnqcgm", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-02-11T16:54:40.036 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:54:39 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:54:38.746715+0000 mon.smithi088 (mon.0) 166 : audit [INF] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.smithi148.bnqcgm", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2024-02-11T16:54:40.036 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:54:39 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:54:38.747503+0000 mon.smithi088 (mon.0) 167 : audit [DBG] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' cmd=[{"prefix": "mgr services"}]: dispatch 2024-02-11T16:54:40.036 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:54:39 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:54:38.748356+0000 mon.smithi088 (mon.0) 168 : audit [DBG] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-11T16:54:40.036 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:54:39 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cephadm 2024-02-11T16:54:38.748975+0000 mgr.smithi088.srytvt (mgr.14180) 12 : cephadm [INF] Deploying daemon mgr.smithi148.bnqcgm on smithi148 2024-02-11T16:54:40.573 INFO:teuthology.orchestra.run.smithi148.stdout: 2024-02-11T16:54:40.573 INFO:teuthology.orchestra.run.smithi148.stdout:{"epoch":1,"fsid":"eb5e91f4-c8fd-11ee-95b9-87774f69a715","modified":"2024-02-11T16:52:56.432391Z","created":"2024-02-11T16:52:56.432391Z","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":"smithi088","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.88:3300","nonce":0},{"type":"v1","addr":"172.21.15.88:6789","nonce":0}]},"addr":"172.21.15.88:6789/0","public_addr":"172.21.15.88:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-11T16:54:40.575 INFO:teuthology.orchestra.run.smithi148.stderr:dumped monmap epoch 1 2024-02-11T16:54:41.035 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:54:40 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:54:40.572132+0000 mon.smithi088 (mon.0) 169 : audit [DBG] from='client.? 172.21.15.148:0/987310921' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-11T16:54:42.031 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-11T16:54:42.032 DEBUG:teuthology.orchestra.run.smithi148:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid eb5e91f4-c8fd-11ee-95b9-87774f69a715 -- ceph mon dump -f json 2024-02-11T16:54:42.035 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:54:41 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:54:40.749279+0000 mon.smithi088 (mon.0) 170 : audit [INF] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' 2024-02-11T16:54:42.035 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:54:41 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:54:40.751342+0000 mon.smithi088 (mon.0) 171 : audit [INF] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-02-11T16:54:42.035 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:54:41 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:54:40.752177+0000 mon.smithi088 (mon.0) 172 : audit [DBG] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-11T16:54:42.035 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:54:41 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cephadm 2024-02-11T16:54:40.752819+0000 mgr.smithi088.srytvt (mgr.14180) 13 : cephadm [INF] Deploying daemon mon.smithi148 on smithi148 2024-02-11T16:54:42.035 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:54:41 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:54:41.297610+0000 mon.smithi088 (mon.0) 173 : audit [INF] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' 2024-02-11T16:54:43.035 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:54:42 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T16:54:41.159938+0000 mgr.smithi088.srytvt (mgr.14180) 14 : cluster [DBG] pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T16:54:43.587 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:54:43 smithi148 bash[36924]: 78e6ae95c381b7a312a426780f629a71cd2e52b965f8df2a597ccbde512f4823 2024-02-11T16:54:43.587 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:54:43 smithi148 systemd[1]: Started Ceph mon.smithi148 for eb5e91f4-c8fd-11ee-95b9-87774f69a715. 2024-02-11T16:54:48.786 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:54:48 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T16:54:43.160250+0000 mgr.smithi088.srytvt (mgr.14180) 15 : cluster [DBG] pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T16:54:48.786 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:54:48 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:54:43.416081+0000 mon.smithi088 (mon.0) 175 : audit [DBG] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' cmd=[{"prefix": "mon metadata", "id": "smithi088"}]: dispatch 2024-02-11T16:54:48.786 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:54:48 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:54:43.416276+0000 mon.smithi088 (mon.0) 176 : audit [DBG] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' cmd=[{"prefix": "mon metadata", "id": "smithi148"}]: dispatch 2024-02-11T16:54:48.786 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:54:48 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T16:54:43.416396+0000 mon.smithi088 (mon.0) 177 : cluster [INF] mon.smithi088 calling monitor election 2024-02-11T16:54:48.786 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:54:48 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:54:44.413380+0000 mon.smithi088 (mon.0) 178 : audit [DBG] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' cmd=[{"prefix": "mon metadata", "id": "smithi148"}]: dispatch 2024-02-11T16:54:48.786 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:54:48 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T16:54:45.160647+0000 mgr.smithi088.srytvt (mgr.14180) 16 : cluster [DBG] pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T16:54:48.786 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:54:48 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:54:45.413626+0000 mon.smithi088 (mon.0) 179 : audit [DBG] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' cmd=[{"prefix": "mon metadata", "id": "smithi148"}]: dispatch 2024-02-11T16:54:48.786 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:54:48 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T16:54:45.414802+0000 mon.smithi148 (mon.1) 1 : cluster [INF] mon.smithi148 calling monitor election 2024-02-11T16:54:48.787 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:54:48 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:54:46.226397+0000 mon.smithi088 (mon.0) 180 : audit [DBG] from='mgr.? 172.21.15.148:0/3821646680' entity='mgr.smithi148.bnqcgm' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi148.bnqcgm/crt"}]: dispatch 2024-02-11T16:54:48.787 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:54:48 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:54:46.413715+0000 mon.smithi088 (mon.0) 181 : audit [DBG] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' cmd=[{"prefix": "mon metadata", "id": "smithi148"}]: dispatch 2024-02-11T16:54:48.787 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:54:48 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T16:54:47.161093+0000 mgr.smithi088.srytvt (mgr.14180) 17 : cluster [DBG] pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T16:54:48.787 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:54:48 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:54:47.414111+0000 mon.smithi088 (mon.0) 182 : audit [DBG] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' cmd=[{"prefix": "mon metadata", "id": "smithi148"}]: dispatch 2024-02-11T16:54:48.787 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:54:48 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:54:48.414130+0000 mon.smithi088 (mon.0) 183 : audit [DBG] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' cmd=[{"prefix": "mon metadata", "id": "smithi148"}]: dispatch 2024-02-11T16:54:48.787 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:54:48 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T16:54:48.442860+0000 mon.smithi088 (mon.0) 184 : cluster [INF] mon.smithi088 is new leader, mons smithi088,smithi148 in quorum (ranks 0,1) 2024-02-11T16:54:48.787 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:54:48 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T16:54:48.449816+0000 mon.smithi088 (mon.0) 185 : cluster [DBG] monmap e2: 2 mons at {smithi088=[v2:172.21.15.88:3300/0,v1:172.21.15.88:6789/0],smithi148=[v2:172.21.15.148:3300/0,v1:172.21.15.148:6789/0]} removed_ranks: {} 2024-02-11T16:54:48.787 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:54:48 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T16:54:48.462345+0000 mon.smithi088 (mon.0) 186 : cluster [DBG] fsmap 2024-02-11T16:54:48.787 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:54:48 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T16:54:48.462390+0000 mon.smithi088 (mon.0) 187 : cluster [DBG] osdmap e5: 0 total, 0 up, 0 in 2024-02-11T16:54:48.787 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:54:48 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T16:54:48.462625+0000 mon.smithi088 (mon.0) 188 : cluster [DBG] mgrmap e17: smithi088.srytvt(active, since 27s) 2024-02-11T16:54:48.787 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:54:48 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T16:54:48.462778+0000 mon.smithi088 (mon.0) 189 : cluster [INF] overall HEALTH_OK 2024-02-11T16:54:48.787 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:54:48 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T16:54:48.464053+0000 mon.smithi088 (mon.0) 190 : cluster [DBG] Standby manager daemon smithi148.bnqcgm started 2024-02-11T16:54:48.787 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:54:48 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:54:48.465366+0000 mon.smithi088 (mon.0) 191 : audit [DBG] from='mgr.? 172.21.15.148:0/3821646680' entity='mgr.smithi148.bnqcgm' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-02-11T16:54:48.787 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:54:48 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:54:48.467088+0000 mon.smithi088 (mon.0) 192 : audit [INF] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' 2024-02-11T16:54:48.788 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:54:48 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:54:48.467414+0000 mon.smithi088 (mon.0) 193 : audit [DBG] from='mgr.? 172.21.15.148:0/3821646680' entity='mgr.smithi148.bnqcgm' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi148.bnqcgm/key"}]: dispatch 2024-02-11T16:54:48.788 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:54:48 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:54:48.467893+0000 mon.smithi088 (mon.0) 194 : audit [DBG] from='mgr.? 172.21.15.148:0/3821646680' entity='mgr.smithi148.bnqcgm' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-02-11T16:54:48.867 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:54:48 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T16:54:43.160250+0000 mgr.smithi088.srytvt (mgr.14180) 15 : cluster [DBG] pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T16:54:48.867 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:54:48 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T16:54:43.416081+0000 mon.smithi088 (mon.0) 175 : audit [DBG] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' cmd=[{"prefix": "mon metadata", "id": "smithi088"}]: dispatch 2024-02-11T16:54:48.867 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:54:48 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T16:54:43.416276+0000 mon.smithi088 (mon.0) 176 : audit [DBG] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' cmd=[{"prefix": "mon metadata", "id": "smithi148"}]: dispatch 2024-02-11T16:54:48.868 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:54:48 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T16:54:43.416396+0000 mon.smithi088 (mon.0) 177 : cluster [INF] mon.smithi088 calling monitor election 2024-02-11T16:54:48.868 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:54:48 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T16:54:44.413380+0000 mon.smithi088 (mon.0) 178 : audit [DBG] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' cmd=[{"prefix": "mon metadata", "id": "smithi148"}]: dispatch 2024-02-11T16:54:48.868 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:54:48 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T16:54:45.160647+0000 mgr.smithi088.srytvt (mgr.14180) 16 : cluster [DBG] pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T16:54:48.868 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:54:48 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T16:54:45.413626+0000 mon.smithi088 (mon.0) 179 : audit [DBG] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' cmd=[{"prefix": "mon metadata", "id": "smithi148"}]: dispatch 2024-02-11T16:54:48.868 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:54:48 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T16:54:45.414802+0000 mon.smithi148 (mon.1) 1 : cluster [INF] mon.smithi148 calling monitor election 2024-02-11T16:54:48.868 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:54:48 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T16:54:46.226397+0000 mon.smithi088 (mon.0) 180 : audit [DBG] from='mgr.? 172.21.15.148:0/3821646680' entity='mgr.smithi148.bnqcgm' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi148.bnqcgm/crt"}]: dispatch 2024-02-11T16:54:48.868 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:54:48 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T16:54:46.413715+0000 mon.smithi088 (mon.0) 181 : audit [DBG] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' cmd=[{"prefix": "mon metadata", "id": "smithi148"}]: dispatch 2024-02-11T16:54:48.868 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:54:48 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T16:54:47.161093+0000 mgr.smithi088.srytvt (mgr.14180) 17 : cluster [DBG] pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T16:54:48.868 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:54:48 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T16:54:47.414111+0000 mon.smithi088 (mon.0) 182 : audit [DBG] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' cmd=[{"prefix": "mon metadata", "id": "smithi148"}]: dispatch 2024-02-11T16:54:48.868 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:54:48 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T16:54:48.414130+0000 mon.smithi088 (mon.0) 183 : audit [DBG] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' cmd=[{"prefix": "mon metadata", "id": "smithi148"}]: dispatch 2024-02-11T16:54:48.868 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:54:48 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T16:54:48.442860+0000 mon.smithi088 (mon.0) 184 : cluster [INF] mon.smithi088 is new leader, mons smithi088,smithi148 in quorum (ranks 0,1) 2024-02-11T16:54:48.868 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:54:48 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T16:54:48.449816+0000 mon.smithi088 (mon.0) 185 : cluster [DBG] monmap e2: 2 mons at {smithi088=[v2:172.21.15.88:3300/0,v1:172.21.15.88:6789/0],smithi148=[v2:172.21.15.148:3300/0,v1:172.21.15.148:6789/0]} removed_ranks: {} 2024-02-11T16:54:48.868 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:54:48 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T16:54:48.462345+0000 mon.smithi088 (mon.0) 186 : cluster [DBG] fsmap 2024-02-11T16:54:48.868 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:54:48 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T16:54:48.462390+0000 mon.smithi088 (mon.0) 187 : cluster [DBG] osdmap e5: 0 total, 0 up, 0 in 2024-02-11T16:54:48.869 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:54:48 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T16:54:48.462625+0000 mon.smithi088 (mon.0) 188 : cluster [DBG] mgrmap e17: smithi088.srytvt(active, since 27s) 2024-02-11T16:54:48.869 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:54:48 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T16:54:48.462778+0000 mon.smithi088 (mon.0) 189 : cluster [INF] overall HEALTH_OK 2024-02-11T16:54:48.869 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:54:48 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T16:54:48.464053+0000 mon.smithi088 (mon.0) 190 : cluster [DBG] Standby manager daemon smithi148.bnqcgm started 2024-02-11T16:54:48.869 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:54:48 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T16:54:48.465366+0000 mon.smithi088 (mon.0) 191 : audit [DBG] from='mgr.? 172.21.15.148:0/3821646680' entity='mgr.smithi148.bnqcgm' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-02-11T16:54:48.869 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:54:48 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T16:54:48.467088+0000 mon.smithi088 (mon.0) 192 : audit [INF] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' 2024-02-11T16:54:48.869 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:54:48 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T16:54:48.467414+0000 mon.smithi088 (mon.0) 193 : audit [DBG] from='mgr.? 172.21.15.148:0/3821646680' entity='mgr.smithi148.bnqcgm' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi148.bnqcgm/key"}]: dispatch 2024-02-11T16:54:48.869 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:54:48 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T16:54:48.467893+0000 mon.smithi088 (mon.0) 194 : audit [DBG] from='mgr.? 172.21.15.148:0/3821646680' entity='mgr.smithi148.bnqcgm' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-02-11T16:54:49.785 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:54:49 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cephadm 2024-02-11T16:54:48.468981+0000 mgr.smithi088.srytvt (mgr.14180) 18 : cephadm [INF] Deploying daemon node-exporter.smithi148 on smithi148 2024-02-11T16:54:49.785 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:54:49 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T16:54:48.522692+0000 mon.smithi088 (mon.0) 195 : cluster [DBG] mgrmap e18: smithi088.srytvt(active, since 27s), standbys: smithi148.bnqcgm 2024-02-11T16:54:49.786 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:54:49 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:54:48.522855+0000 mon.smithi088 (mon.0) 196 : audit [DBG] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' cmd=[{"prefix": "mgr metadata", "who": "smithi148.bnqcgm", "id": "smithi148.bnqcgm"}]: dispatch 2024-02-11T16:54:49.786 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:54:49 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:54:49.414029+0000 mon.smithi088 (mon.0) 197 : audit [DBG] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' cmd=[{"prefix": "mon metadata", "id": "smithi148"}]: dispatch 2024-02-11T16:54:49.800 INFO:teuthology.orchestra.run.smithi148.stdout: 2024-02-11T16:54:49.800 INFO:teuthology.orchestra.run.smithi148.stdout:{"epoch":2,"fsid":"eb5e91f4-c8fd-11ee-95b9-87774f69a715","modified":"2024-02-11T16:54:43.413656Z","created":"2024-02-11T16:52:56.432391Z","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":"smithi088","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.88:3300","nonce":0},{"type":"v1","addr":"172.21.15.88:6789","nonce":0}]},"addr":"172.21.15.88:6789/0","public_addr":"172.21.15.88:6789/0","priority":0,"weight":0,"crush_location":"{}"},{"rank":1,"name":"smithi148","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.148:3300","nonce":0},{"type":"v1","addr":"172.21.15.148:6789","nonce":0}]},"addr":"172.21.15.148:6789/0","public_addr":"172.21.15.148:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0,1]} 2024-02-11T16:54:49.801 INFO:teuthology.orchestra.run.smithi148.stderr:dumped monmap epoch 2 2024-02-11T16:54:49.824 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:54:49 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cephadm 2024-02-11T16:54:48.468981+0000 mgr.smithi088.srytvt (mgr.14180) 18 : cephadm [INF] Deploying daemon node-exporter.smithi148 on smithi148 2024-02-11T16:54:49.824 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:54:49 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T16:54:48.522692+0000 mon.smithi088 (mon.0) 195 : cluster [DBG] mgrmap e18: smithi088.srytvt(active, since 27s), standbys: smithi148.bnqcgm 2024-02-11T16:54:49.824 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:54:49 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T16:54:48.522855+0000 mon.smithi088 (mon.0) 196 : audit [DBG] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' cmd=[{"prefix": "mgr metadata", "who": "smithi148.bnqcgm", "id": "smithi148.bnqcgm"}]: dispatch 2024-02-11T16:54:49.824 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:54:49 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T16:54:49.414029+0000 mon.smithi088 (mon.0) 197 : audit [DBG] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' cmd=[{"prefix": "mon metadata", "id": "smithi148"}]: dispatch 2024-02-11T16:54:50.785 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:54:50 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T16:54:49.161509+0000 mgr.smithi088.srytvt (mgr.14180) 19 : cluster [DBG] pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T16:54:50.786 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:54:50 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:54:49.797608+0000 mon.smithi088 (mon.0) 198 : audit [DBG] from='client.? 172.21.15.148:0/4198827558' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-11T16:54:50.946 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:54:50 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T16:54:49.161509+0000 mgr.smithi088.srytvt (mgr.14180) 19 : cluster [DBG] pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T16:54:50.946 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:54:50 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T16:54:49.797608+0000 mon.smithi088 (mon.0) 198 : audit [DBG] from='client.? 172.21.15.148:0/4198827558' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-11T16:54:52.696 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:54:52 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T16:54:51.161759+0000 mgr.smithi088.srytvt (mgr.14180) 20 : cluster [DBG] pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T16:54:52.696 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:54:52 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T16:54:51.307291+0000 mon.smithi088 (mon.0) 199 : audit [INF] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' 2024-02-11T16:54:52.785 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:54:52 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T16:54:51.161759+0000 mgr.smithi088.srytvt (mgr.14180) 20 : cluster [DBG] pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T16:54:52.785 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:54:52 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:54:51.307291+0000 mon.smithi088 (mon.0) 199 : audit [INF] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' 2024-02-11T16:54:53.051 INFO:tasks.cephadm:Generating final ceph.conf file... 2024-02-11T16:54:53.051 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid eb5e91f4-c8fd-11ee-95b9-87774f69a715 -- ceph config generate-minimal-conf 2024-02-11T16:54:54.409 INFO:teuthology.orchestra.run.smithi088.stdout:# minimal ceph.conf for eb5e91f4-c8fd-11ee-95b9-87774f69a715 2024-02-11T16:54:54.409 INFO:teuthology.orchestra.run.smithi088.stdout:[global] 2024-02-11T16:54:54.409 INFO:teuthology.orchestra.run.smithi088.stdout: fsid = eb5e91f4-c8fd-11ee-95b9-87774f69a715 2024-02-11T16:54:54.409 INFO:teuthology.orchestra.run.smithi088.stdout: mon_host = [v2:172.21.15.88:3300/0,v1:172.21.15.88:6789/0] [v2:172.21.15.148:3300/0,v1:172.21.15.148:6789/0] 2024-02-11T16:54:54.681 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:54:54 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T16:54:53.162075+0000 mgr.smithi088.srytvt (mgr.14180) 21 : cluster [DBG] pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T16:54:54.681 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:54:54 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:54:54.153300+0000 mon.smithi088 (mon.0) 200 : audit [INF] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' 2024-02-11T16:54:54.681 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:54:54 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:54:54.154618+0000 mon.smithi088 (mon.0) 201 : audit [DBG] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-11T16:54:54.695 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:54:54 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T16:54:53.162075+0000 mgr.smithi088.srytvt (mgr.14180) 21 : cluster [DBG] pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T16:54:54.696 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:54:54 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T16:54:54.153300+0000 mon.smithi088 (mon.0) 200 : audit [INF] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' 2024-02-11T16:54:54.696 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:54:54 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T16:54:54.154618+0000 mon.smithi088 (mon.0) 201 : audit [DBG] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-11T16:54:54.790 INFO:tasks.cephadm:Distributing (final) config and client.admin keyring... 2024-02-11T16:54:54.790 DEBUG:teuthology.orchestra.run.smithi088:> set -ex 2024-02-11T16:54:54.790 DEBUG:teuthology.orchestra.run.smithi088:> sudo dd of=/etc/ceph/ceph.conf 2024-02-11T16:54:54.820 DEBUG:teuthology.orchestra.run.smithi088:> set -ex 2024-02-11T16:54:54.820 DEBUG:teuthology.orchestra.run.smithi088:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2024-02-11T16:54:54.889 DEBUG:teuthology.orchestra.run.smithi148:> set -ex 2024-02-11T16:54:54.889 DEBUG:teuthology.orchestra.run.smithi148:> sudo dd of=/etc/ceph/ceph.conf 2024-02-11T16:54:54.920 DEBUG:teuthology.orchestra.run.smithi148:> set -ex 2024-02-11T16:54:54.921 DEBUG:teuthology.orchestra.run.smithi148:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2024-02-11T16:54:54.989 INFO:tasks.cephadm:Deploying OSDs... 2024-02-11T16:54:54.989 DEBUG:teuthology.orchestra.run.smithi088:> set -ex 2024-02-11T16:54:54.989 DEBUG:teuthology.orchestra.run.smithi088:> dd if=/scratch_devs of=/dev/stdout 2024-02-11T16:54:55.006 DEBUG:teuthology.misc:devs=['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2024-02-11T16:54:55.006 DEBUG:teuthology.orchestra.run.smithi088:> stat /dev/nvme1n1 2024-02-11T16:54:55.064 INFO:teuthology.orchestra.run.smithi088.stdout: File: /dev/nvme1n1 2024-02-11T16:54:55.064 INFO:teuthology.orchestra.run.smithi088.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2024-02-11T16:54:55.065 INFO:teuthology.orchestra.run.smithi088.stdout:Device: 6h/6d Inode: 196226 Links: 1 Device type: 103,1 2024-02-11T16:54:55.065 INFO:teuthology.orchestra.run.smithi088.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2024-02-11T16:54:55.065 INFO:teuthology.orchestra.run.smithi088.stdout:Context: system_u:object_r:nvme_device_t:s0 2024-02-11T16:54:55.065 INFO:teuthology.orchestra.run.smithi088.stdout:Access: 2024-02-11 16:53:52.896520878 +0000 2024-02-11T16:54:55.065 INFO:teuthology.orchestra.run.smithi088.stdout:Modify: 2024-02-11 16:52:17.260454933 +0000 2024-02-11T16:54:55.065 INFO:teuthology.orchestra.run.smithi088.stdout:Change: 2024-02-11 16:52:17.260454933 +0000 2024-02-11T16:54:55.066 INFO:teuthology.orchestra.run.smithi088.stdout: Birth: - 2024-02-11T16:54:55.066 DEBUG:teuthology.orchestra.run.smithi088:> sudo dd if=/dev/nvme1n1 of=/dev/null count=1 2024-02-11T16:54:55.130 INFO:teuthology.orchestra.run.smithi088.stderr:1+0 records in 2024-02-11T16:54:55.130 INFO:teuthology.orchestra.run.smithi088.stderr:1+0 records out 2024-02-11T16:54:55.130 INFO:teuthology.orchestra.run.smithi088.stderr:512 bytes copied, 0.00029706 s, 1.7 MB/s 2024-02-11T16:54:55.131 DEBUG:teuthology.orchestra.run.smithi088:> ! mount | grep -v devtmpfs | grep -q /dev/nvme1n1 2024-02-11T16:54:55.189 DEBUG:teuthology.orchestra.run.smithi088:> stat /dev/nvme2n1 2024-02-11T16:54:55.246 INFO:teuthology.orchestra.run.smithi088.stdout: File: /dev/nvme2n1 2024-02-11T16:54:55.246 INFO:teuthology.orchestra.run.smithi088.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2024-02-11T16:54:55.246 INFO:teuthology.orchestra.run.smithi088.stdout:Device: 6h/6d Inode: 195464 Links: 1 Device type: 103,2 2024-02-11T16:54:55.246 INFO:teuthology.orchestra.run.smithi088.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2024-02-11T16:54:55.247 INFO:teuthology.orchestra.run.smithi088.stdout:Context: system_u:object_r:nvme_device_t:s0 2024-02-11T16:54:55.247 INFO:teuthology.orchestra.run.smithi088.stdout:Access: 2024-02-11 16:53:52.907520655 +0000 2024-02-11T16:54:55.247 INFO:teuthology.orchestra.run.smithi088.stdout:Modify: 2024-02-11 16:52:17.411451886 +0000 2024-02-11T16:54:55.247 INFO:teuthology.orchestra.run.smithi088.stdout:Change: 2024-02-11 16:52:17.411451886 +0000 2024-02-11T16:54:55.247 INFO:teuthology.orchestra.run.smithi088.stdout: Birth: - 2024-02-11T16:54:55.247 DEBUG:teuthology.orchestra.run.smithi088:> sudo dd if=/dev/nvme2n1 of=/dev/null count=1 2024-02-11T16:54:55.312 INFO:teuthology.orchestra.run.smithi088.stderr:1+0 records in 2024-02-11T16:54:55.312 INFO:teuthology.orchestra.run.smithi088.stderr:1+0 records out 2024-02-11T16:54:55.312 INFO:teuthology.orchestra.run.smithi088.stderr:512 bytes copied, 0.000278401 s, 1.8 MB/s 2024-02-11T16:54:55.313 DEBUG:teuthology.orchestra.run.smithi088:> ! mount | grep -v devtmpfs | grep -q /dev/nvme2n1 2024-02-11T16:54:55.370 DEBUG:teuthology.orchestra.run.smithi088:> stat /dev/nvme3n1 2024-02-11T16:54:55.427 INFO:teuthology.orchestra.run.smithi088.stdout: File: /dev/nvme3n1 2024-02-11T16:54:55.427 INFO:teuthology.orchestra.run.smithi088.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2024-02-11T16:54:55.427 INFO:teuthology.orchestra.run.smithi088.stdout:Device: 6h/6d Inode: 195551 Links: 1 Device type: 103,3 2024-02-11T16:54:55.427 INFO:teuthology.orchestra.run.smithi088.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2024-02-11T16:54:55.427 INFO:teuthology.orchestra.run.smithi088.stdout:Context: system_u:object_r:nvme_device_t:s0 2024-02-11T16:54:55.427 INFO:teuthology.orchestra.run.smithi088.stdout:Access: 2024-02-11 16:53:52.919520412 +0000 2024-02-11T16:54:55.428 INFO:teuthology.orchestra.run.smithi088.stdout:Modify: 2024-02-11 16:52:17.561448859 +0000 2024-02-11T16:54:55.428 INFO:teuthology.orchestra.run.smithi088.stdout:Change: 2024-02-11 16:52:17.561448859 +0000 2024-02-11T16:54:55.428 INFO:teuthology.orchestra.run.smithi088.stdout: Birth: - 2024-02-11T16:54:55.428 DEBUG:teuthology.orchestra.run.smithi088:> sudo dd if=/dev/nvme3n1 of=/dev/null count=1 2024-02-11T16:54:55.493 INFO:teuthology.orchestra.run.smithi088.stderr:1+0 records in 2024-02-11T16:54:55.493 INFO:teuthology.orchestra.run.smithi088.stderr:1+0 records out 2024-02-11T16:54:55.493 INFO:teuthology.orchestra.run.smithi088.stderr:512 bytes copied, 0.00020996 s, 2.4 MB/s 2024-02-11T16:54:55.494 DEBUG:teuthology.orchestra.run.smithi088:> ! mount | grep -v devtmpfs | grep -q /dev/nvme3n1 2024-02-11T16:54:55.552 DEBUG:teuthology.orchestra.run.smithi088:> stat /dev/nvme4n1 2024-02-11T16:54:55.610 INFO:teuthology.orchestra.run.smithi088.stdout: File: /dev/nvme4n1 2024-02-11T16:54:55.611 INFO:teuthology.orchestra.run.smithi088.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2024-02-11T16:54:55.611 INFO:teuthology.orchestra.run.smithi088.stdout:Device: 6h/6d Inode: 195583 Links: 1 Device type: 103,4 2024-02-11T16:54:55.611 INFO:teuthology.orchestra.run.smithi088.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2024-02-11T16:54:55.611 INFO:teuthology.orchestra.run.smithi088.stdout:Context: system_u:object_r:nvme_device_t:s0 2024-02-11T16:54:55.611 INFO:teuthology.orchestra.run.smithi088.stdout:Access: 2024-02-11 16:53:52.930520189 +0000 2024-02-11T16:54:55.611 INFO:teuthology.orchestra.run.smithi088.stdout:Modify: 2024-02-11 16:52:17.711445832 +0000 2024-02-11T16:54:55.611 INFO:teuthology.orchestra.run.smithi088.stdout:Change: 2024-02-11 16:52:17.711445832 +0000 2024-02-11T16:54:55.611 INFO:teuthology.orchestra.run.smithi088.stdout: Birth: - 2024-02-11T16:54:55.611 DEBUG:teuthology.orchestra.run.smithi088:> sudo dd if=/dev/nvme4n1 of=/dev/null count=1 2024-02-11T16:54:55.675 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:54:55 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:54:54.408186+0000 mon.smithi088 (mon.0) 202 : audit [DBG] from='client.? 172.21.15.88:0/1258911073' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-11T16:54:55.676 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:54:55 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:54:55.305804+0000 mon.smithi088 (mon.0) 203 : audit [INF] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' 2024-02-11T16:54:55.676 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:54:55 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:54:55.306575+0000 mon.smithi088 (mon.0) 204 : audit [DBG] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-11T16:54:55.676 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:54:55 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:54:55.307253+0000 mon.smithi088 (mon.0) 205 : audit [INF] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-11T16:54:55.676 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:54:55 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:54:55.330458+0000 mon.smithi088 (mon.0) 206 : audit [INF] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' 2024-02-11T16:54:55.676 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:54:55 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:54:55.345055+0000 mon.smithi088 (mon.0) 207 : audit [INF] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' 2024-02-11T16:54:55.676 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:54:55 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:54:55.350022+0000 mon.smithi088 (mon.0) 208 : audit [INF] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' 2024-02-11T16:54:55.676 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:54:55 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:54:55.352713+0000 mon.smithi088 (mon.0) 209 : audit [INF] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-02-11T16:54:55.676 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:54:55 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:54:55.353205+0000 mon.smithi088 (mon.0) 210 : audit [DBG] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-02-11T16:54:55.676 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:54:55 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:54:55.353647+0000 mon.smithi088 (mon.0) 211 : audit [DBG] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-11T16:54:55.678 INFO:teuthology.orchestra.run.smithi088.stderr:1+0 records in 2024-02-11T16:54:55.678 INFO:teuthology.orchestra.run.smithi088.stderr:1+0 records out 2024-02-11T16:54:55.678 INFO:teuthology.orchestra.run.smithi088.stderr:512 bytes copied, 0.000228178 s, 2.2 MB/s 2024-02-11T16:54:55.679 DEBUG:teuthology.orchestra.run.smithi088:> ! mount | grep -v devtmpfs | grep -q /dev/nvme4n1 2024-02-11T16:54:55.695 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:54:55 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T16:54:54.408186+0000 mon.smithi088 (mon.0) 202 : audit [DBG] from='client.? 172.21.15.88:0/1258911073' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-11T16:54:55.696 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:54:55 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T16:54:55.305804+0000 mon.smithi088 (mon.0) 203 : audit [INF] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' 2024-02-11T16:54:55.696 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:54:55 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T16:54:55.306575+0000 mon.smithi088 (mon.0) 204 : audit [DBG] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-11T16:54:55.696 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:54:55 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T16:54:55.307253+0000 mon.smithi088 (mon.0) 205 : audit [INF] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-11T16:54:55.696 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:54:55 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T16:54:55.330458+0000 mon.smithi088 (mon.0) 206 : audit [INF] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' 2024-02-11T16:54:55.696 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:54:55 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T16:54:55.345055+0000 mon.smithi088 (mon.0) 207 : audit [INF] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' 2024-02-11T16:54:55.696 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:54:55 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T16:54:55.350022+0000 mon.smithi088 (mon.0) 208 : audit [INF] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' 2024-02-11T16:54:55.696 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:54:55 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T16:54:55.352713+0000 mon.smithi088 (mon.0) 209 : audit [INF] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-02-11T16:54:55.696 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:54:55 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T16:54:55.353205+0000 mon.smithi088 (mon.0) 210 : audit [DBG] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-02-11T16:54:55.696 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:54:55 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T16:54:55.353647+0000 mon.smithi088 (mon.0) 211 : audit [DBG] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-11T16:54:55.737 DEBUG:teuthology.orchestra.run.smithi148:> set -ex 2024-02-11T16:54:55.737 DEBUG:teuthology.orchestra.run.smithi148:> dd if=/scratch_devs of=/dev/stdout 2024-02-11T16:54:55.757 DEBUG:teuthology.misc:devs=['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2024-02-11T16:54:55.757 DEBUG:teuthology.orchestra.run.smithi148:> stat /dev/nvme1n1 2024-02-11T16:54:55.816 INFO:teuthology.orchestra.run.smithi148.stdout: File: /dev/nvme1n1 2024-02-11T16:54:55.816 INFO:teuthology.orchestra.run.smithi148.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2024-02-11T16:54:55.817 INFO:teuthology.orchestra.run.smithi148.stdout:Device: 6h/6d Inode: 194534 Links: 1 Device type: 103,1 2024-02-11T16:54:55.817 INFO:teuthology.orchestra.run.smithi148.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2024-02-11T16:54:55.817 INFO:teuthology.orchestra.run.smithi148.stdout:Context: system_u:object_r:nvme_device_t:s0 2024-02-11T16:54:55.817 INFO:teuthology.orchestra.run.smithi148.stdout:Access: 2024-02-11 16:54:34.734238422 +0000 2024-02-11T16:54:55.817 INFO:teuthology.orchestra.run.smithi148.stdout:Modify: 2024-02-11 16:52:18.910460210 +0000 2024-02-11T16:54:55.817 INFO:teuthology.orchestra.run.smithi148.stdout:Change: 2024-02-11 16:52:18.910460210 +0000 2024-02-11T16:54:55.817 INFO:teuthology.orchestra.run.smithi148.stdout: Birth: - 2024-02-11T16:54:55.817 DEBUG:teuthology.orchestra.run.smithi148:> sudo dd if=/dev/nvme1n1 of=/dev/null count=1 2024-02-11T16:54:55.885 INFO:teuthology.orchestra.run.smithi148.stderr:1+0 records in 2024-02-11T16:54:55.885 INFO:teuthology.orchestra.run.smithi148.stderr:1+0 records out 2024-02-11T16:54:55.885 INFO:teuthology.orchestra.run.smithi148.stderr:512 bytes copied, 0.000252571 s, 2.0 MB/s 2024-02-11T16:54:55.886 DEBUG:teuthology.orchestra.run.smithi148:> ! mount | grep -v devtmpfs | grep -q /dev/nvme1n1 2024-02-11T16:54:55.945 DEBUG:teuthology.orchestra.run.smithi148:> stat /dev/nvme2n1 2024-02-11T16:54:56.003 INFO:teuthology.orchestra.run.smithi148.stdout: File: /dev/nvme2n1 2024-02-11T16:54:56.004 INFO:teuthology.orchestra.run.smithi148.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2024-02-11T16:54:56.004 INFO:teuthology.orchestra.run.smithi148.stdout:Device: 6h/6d Inode: 194537 Links: 1 Device type: 103,2 2024-02-11T16:54:56.004 INFO:teuthology.orchestra.run.smithi148.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2024-02-11T16:54:56.004 INFO:teuthology.orchestra.run.smithi148.stdout:Context: system_u:object_r:nvme_device_t:s0 2024-02-11T16:54:56.004 INFO:teuthology.orchestra.run.smithi148.stdout:Access: 2024-02-11 16:54:34.744238185 +0000 2024-02-11T16:54:56.004 INFO:teuthology.orchestra.run.smithi148.stdout:Modify: 2024-02-11 16:52:19.061456630 +0000 2024-02-11T16:54:56.004 INFO:teuthology.orchestra.run.smithi148.stdout:Change: 2024-02-11 16:52:19.061456630 +0000 2024-02-11T16:54:56.004 INFO:teuthology.orchestra.run.smithi148.stdout: Birth: - 2024-02-11T16:54:56.004 DEBUG:teuthology.orchestra.run.smithi148:> sudo dd if=/dev/nvme2n1 of=/dev/null count=1 2024-02-11T16:54:56.070 INFO:teuthology.orchestra.run.smithi148.stderr:1+0 records in 2024-02-11T16:54:56.070 INFO:teuthology.orchestra.run.smithi148.stderr:1+0 records out 2024-02-11T16:54:56.070 INFO:teuthology.orchestra.run.smithi148.stderr:512 bytes copied, 0.000280689 s, 1.8 MB/s 2024-02-11T16:54:56.071 DEBUG:teuthology.orchestra.run.smithi148:> ! mount | grep -v devtmpfs | grep -q /dev/nvme2n1 2024-02-11T16:54:56.130 DEBUG:teuthology.orchestra.run.smithi148:> stat /dev/nvme3n1 2024-02-11T16:54:56.188 INFO:teuthology.orchestra.run.smithi148.stdout: File: /dev/nvme3n1 2024-02-11T16:54:56.188 INFO:teuthology.orchestra.run.smithi148.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2024-02-11T16:54:56.188 INFO:teuthology.orchestra.run.smithi148.stdout:Device: 6h/6d Inode: 194540 Links: 1 Device type: 103,3 2024-02-11T16:54:56.188 INFO:teuthology.orchestra.run.smithi148.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2024-02-11T16:54:56.188 INFO:teuthology.orchestra.run.smithi148.stdout:Context: system_u:object_r:nvme_device_t:s0 2024-02-11T16:54:56.188 INFO:teuthology.orchestra.run.smithi148.stdout:Access: 2024-02-11 16:54:34.755237924 +0000 2024-02-11T16:54:56.188 INFO:teuthology.orchestra.run.smithi148.stdout:Modify: 2024-02-11 16:52:19.213453026 +0000 2024-02-11T16:54:56.188 INFO:teuthology.orchestra.run.smithi148.stdout:Change: 2024-02-11 16:52:19.213453026 +0000 2024-02-11T16:54:56.188 INFO:teuthology.orchestra.run.smithi148.stdout: Birth: - 2024-02-11T16:54:56.189 DEBUG:teuthology.orchestra.run.smithi148:> sudo dd if=/dev/nvme3n1 of=/dev/null count=1 2024-02-11T16:54:56.254 INFO:teuthology.orchestra.run.smithi148.stderr:1+0 records in 2024-02-11T16:54:56.254 INFO:teuthology.orchestra.run.smithi148.stderr:1+0 records out 2024-02-11T16:54:56.254 INFO:teuthology.orchestra.run.smithi148.stderr:512 bytes copied, 0.00020976 s, 2.4 MB/s 2024-02-11T16:54:56.255 DEBUG:teuthology.orchestra.run.smithi148:> ! mount | grep -v devtmpfs | grep -q /dev/nvme3n1 2024-02-11T16:54:56.314 DEBUG:teuthology.orchestra.run.smithi148:> stat /dev/nvme4n1 2024-02-11T16:54:56.372 INFO:teuthology.orchestra.run.smithi148.stdout: File: /dev/nvme4n1 2024-02-11T16:54:56.372 INFO:teuthology.orchestra.run.smithi148.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2024-02-11T16:54:56.372 INFO:teuthology.orchestra.run.smithi148.stdout:Device: 6h/6d Inode: 204806 Links: 1 Device type: 103,4 2024-02-11T16:54:56.372 INFO:teuthology.orchestra.run.smithi148.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2024-02-11T16:54:56.372 INFO:teuthology.orchestra.run.smithi148.stdout:Context: system_u:object_r:nvme_device_t:s0 2024-02-11T16:54:56.373 INFO:teuthology.orchestra.run.smithi148.stdout:Access: 2024-02-11 16:54:34.765237687 +0000 2024-02-11T16:54:56.373 INFO:teuthology.orchestra.run.smithi148.stdout:Modify: 2024-02-11 16:52:19.363449470 +0000 2024-02-11T16:54:56.373 INFO:teuthology.orchestra.run.smithi148.stdout:Change: 2024-02-11 16:52:19.363449470 +0000 2024-02-11T16:54:56.373 INFO:teuthology.orchestra.run.smithi148.stdout: Birth: - 2024-02-11T16:54:56.373 DEBUG:teuthology.orchestra.run.smithi148:> sudo dd if=/dev/nvme4n1 of=/dev/null count=1 2024-02-11T16:54:56.438 INFO:teuthology.orchestra.run.smithi148.stderr:1+0 records in 2024-02-11T16:54:56.438 INFO:teuthology.orchestra.run.smithi148.stderr:1+0 records out 2024-02-11T16:54:56.438 INFO:teuthology.orchestra.run.smithi148.stderr:512 bytes copied, 0.000261574 s, 2.0 MB/s 2024-02-11T16:54:56.439 DEBUG:teuthology.orchestra.run.smithi148:> ! mount | grep -v devtmpfs | grep -q /dev/nvme4n1 2024-02-11T16:54:56.497 DEBUG:teuthology.orchestra.run.smithi148:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid eb5e91f4-c8fd-11ee-95b9-87774f69a715 -- ceph orch apply osd --all-available-devices 2024-02-11T16:54:56.561 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:54:56 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T16:54:55.162836+0000 mgr.smithi088.srytvt (mgr.14180) 22 : cluster [DBG] pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T16:54:56.561 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:54:56 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cephadm 2024-02-11T16:54:55.308076+0000 mgr.smithi088.srytvt (mgr.14180) 23 : cephadm [INF] Updating smithi088:/etc/ceph/ceph.conf 2024-02-11T16:54:56.561 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:54:56 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cephadm 2024-02-11T16:54:55.308353+0000 mgr.smithi088.srytvt (mgr.14180) 24 : cephadm [INF] Updating smithi148:/etc/ceph/ceph.conf 2024-02-11T16:54:56.561 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:54:56 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cephadm 2024-02-11T16:54:55.352497+0000 mgr.smithi088.srytvt (mgr.14180) 25 : cephadm [INF] Reconfiguring mon.smithi088 (unknown last config time)... 2024-02-11T16:54:56.561 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:54:56 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cephadm 2024-02-11T16:54:55.354067+0000 mgr.smithi088.srytvt (mgr.14180) 26 : cephadm [INF] Reconfiguring daemon mon.smithi088 on smithi088 2024-02-11T16:54:56.561 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:54:56 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T16:54:56.305910+0000 mon.smithi088 (mon.0) 212 : audit [INF] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' 2024-02-11T16:54:56.561 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:54:56 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T16:54:56.306677+0000 mon.smithi088 (mon.0) 213 : audit [INF] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi088.srytvt", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-02-11T16:54:56.561 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:54:56 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T16:54:56.307279+0000 mon.smithi088 (mon.0) 214 : audit [DBG] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' cmd=[{"prefix": "mgr services"}]: dispatch 2024-02-11T16:54:56.562 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:54:56 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T16:54:56.307721+0000 mon.smithi088 (mon.0) 215 : audit [DBG] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-11T16:54:56.562 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:54:56 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T16:54:56.321190+0000 mon.smithi088 (mon.0) 216 : audit [INF] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' 2024-02-11T16:54:56.747 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:54:56 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T16:54:55.162836+0000 mgr.smithi088.srytvt (mgr.14180) 22 : cluster [DBG] pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T16:54:56.747 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:54:56 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cephadm 2024-02-11T16:54:55.308076+0000 mgr.smithi088.srytvt (mgr.14180) 23 : cephadm [INF] Updating smithi088:/etc/ceph/ceph.conf 2024-02-11T16:54:56.747 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:54:56 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cephadm 2024-02-11T16:54:55.308353+0000 mgr.smithi088.srytvt (mgr.14180) 24 : cephadm [INF] Updating smithi148:/etc/ceph/ceph.conf 2024-02-11T16:54:56.748 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:54:56 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cephadm 2024-02-11T16:54:55.352497+0000 mgr.smithi088.srytvt (mgr.14180) 25 : cephadm [INF] Reconfiguring mon.smithi088 (unknown last config time)... 2024-02-11T16:54:56.748 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:54:56 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cephadm 2024-02-11T16:54:55.354067+0000 mgr.smithi088.srytvt (mgr.14180) 26 : cephadm [INF] Reconfiguring daemon mon.smithi088 on smithi088 2024-02-11T16:54:56.748 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:54:56 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:54:56.305910+0000 mon.smithi088 (mon.0) 212 : audit [INF] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' 2024-02-11T16:54:56.748 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:54:56 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:54:56.306677+0000 mon.smithi088 (mon.0) 213 : audit [INF] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi088.srytvt", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-02-11T16:54:56.748 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:54:56 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:54:56.307279+0000 mon.smithi088 (mon.0) 214 : audit [DBG] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' cmd=[{"prefix": "mgr services"}]: dispatch 2024-02-11T16:54:56.748 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:54:56 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:54:56.307721+0000 mon.smithi088 (mon.0) 215 : audit [DBG] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-11T16:54:56.748 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:54:56 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:54:56.321190+0000 mon.smithi088 (mon.0) 216 : audit [INF] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' 2024-02-11T16:54:57.446 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:54:57 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cephadm 2024-02-11T16:54:56.306448+0000 mgr.smithi088.srytvt (mgr.14180) 27 : cephadm [INF] Reconfiguring mgr.smithi088.srytvt (unknown last config time)... 2024-02-11T16:54:57.446 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:54:57 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cephadm 2024-02-11T16:54:56.308174+0000 mgr.smithi088.srytvt (mgr.14180) 28 : cephadm [INF] Reconfiguring daemon mgr.smithi088.srytvt on smithi088 2024-02-11T16:54:57.446 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:54:57 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T16:54:57.134471+0000 mon.smithi088 (mon.0) 217 : audit [INF] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' 2024-02-11T16:54:57.785 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:54:57 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cephadm 2024-02-11T16:54:56.306448+0000 mgr.smithi088.srytvt (mgr.14180) 27 : cephadm [INF] Reconfiguring mgr.smithi088.srytvt (unknown last config time)... 2024-02-11T16:54:57.786 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:54:57 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cephadm 2024-02-11T16:54:56.308174+0000 mgr.smithi088.srytvt (mgr.14180) 28 : cephadm [INF] Reconfiguring daemon mgr.smithi088.srytvt on smithi088 2024-02-11T16:54:57.786 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:54:57 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:54:57.134471+0000 mon.smithi088 (mon.0) 217 : audit [INF] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' 2024-02-11T16:54:57.874 INFO:teuthology.orchestra.run.smithi148.stdout:Scheduled osd.all-available-devices update... 2024-02-11T16:54:58.269 INFO:tasks.cephadm:Waiting for 8 OSDs to come up... 2024-02-11T16:54:58.270 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid eb5e91f4-c8fd-11ee-95b9-87774f69a715 -- ceph osd stat -f json 2024-02-11T16:54:59.017 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:54:58 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cephadm 2024-02-11T16:54:57.135167+0000 mgr.smithi088.srytvt (mgr.14180) 29 : cephadm [INF] Reconfiguring alertmanager.smithi088 (dependencies changed)... 2024-02-11T16:54:59.018 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:54:58 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cephadm 2024-02-11T16:54:57.140791+0000 mgr.smithi088.srytvt (mgr.14180) 30 : cephadm [INF] Reconfiguring daemon alertmanager.smithi088 on smithi088 2024-02-11T16:54:59.018 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:54:58 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T16:54:57.163109+0000 mgr.smithi088.srytvt (mgr.14180) 31 : cluster [DBG] pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T16:54:59.018 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:54:58 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:54:57.865846+0000 mgr.smithi088.srytvt (mgr.14180) 32 : audit [DBG] from='client.24103 -' entity='client.admin' cmd=[{"prefix": "orch apply osd", "all_available_devices": true, "target": ["mon-mgr", ""]}]: dispatch 2024-02-11T16:54:59.018 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:54:58 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cephadm 2024-02-11T16:54:57.867306+0000 mgr.smithi088.srytvt (mgr.14180) 33 : cephadm [INF] Marking host: smithi088 for OSDSpec preview refresh. 2024-02-11T16:54:59.018 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:54:58 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cephadm 2024-02-11T16:54:57.867367+0000 mgr.smithi088.srytvt (mgr.14180) 34 : cephadm [INF] Marking host: smithi148 for OSDSpec preview refresh. 2024-02-11T16:54:59.018 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:54:58 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cephadm 2024-02-11T16:54:57.867633+0000 mgr.smithi088.srytvt (mgr.14180) 35 : cephadm [INF] Saving service osd.all-available-devices spec with placement * 2024-02-11T16:54:59.018 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:54:58 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:54:57.873402+0000 mon.smithi088 (mon.0) 218 : audit [INF] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' 2024-02-11T16:54:59.196 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:54:58 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cephadm 2024-02-11T16:54:57.135167+0000 mgr.smithi088.srytvt (mgr.14180) 29 : cephadm [INF] Reconfiguring alertmanager.smithi088 (dependencies changed)... 2024-02-11T16:54:59.196 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:54:58 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cephadm 2024-02-11T16:54:57.140791+0000 mgr.smithi088.srytvt (mgr.14180) 30 : cephadm [INF] Reconfiguring daemon alertmanager.smithi088 on smithi088 2024-02-11T16:54:59.196 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:54:58 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T16:54:57.163109+0000 mgr.smithi088.srytvt (mgr.14180) 31 : cluster [DBG] pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T16:54:59.196 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:54:58 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T16:54:57.865846+0000 mgr.smithi088.srytvt (mgr.14180) 32 : audit [DBG] from='client.24103 -' entity='client.admin' cmd=[{"prefix": "orch apply osd", "all_available_devices": true, "target": ["mon-mgr", ""]}]: dispatch 2024-02-11T16:54:59.196 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:54:58 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cephadm 2024-02-11T16:54:57.867306+0000 mgr.smithi088.srytvt (mgr.14180) 33 : cephadm [INF] Marking host: smithi088 for OSDSpec preview refresh. 2024-02-11T16:54:59.196 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:54:58 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cephadm 2024-02-11T16:54:57.867367+0000 mgr.smithi088.srytvt (mgr.14180) 34 : cephadm [INF] Marking host: smithi148 for OSDSpec preview refresh. 2024-02-11T16:54:59.197 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:54:58 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cephadm 2024-02-11T16:54:57.867633+0000 mgr.smithi088.srytvt (mgr.14180) 35 : cephadm [INF] Saving service osd.all-available-devices spec with placement * 2024-02-11T16:54:59.197 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:54:58 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T16:54:57.873402+0000 mon.smithi088 (mon.0) 218 : audit [INF] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' 2024-02-11T16:55:00.279 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-11T16:55:00.873 INFO:teuthology.orchestra.run.smithi088.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-11T16:55:01.035 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:55:00 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T16:54:59.163375+0000 mgr.smithi088.srytvt (mgr.14180) 36 : cluster [DBG] pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T16:55:01.035 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:55:00 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:55:00.277218+0000 mon.smithi088 (mon.0) 219 : audit [DBG] from='client.? 172.21.15.88:0/3652861389' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-11T16:55:01.196 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:55:00 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T16:54:59.163375+0000 mgr.smithi088.srytvt (mgr.14180) 36 : cluster [DBG] pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T16:55:01.196 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:55:00 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T16:55:00.277218+0000 mon.smithi088 (mon.0) 219 : audit [DBG] from='client.? 172.21.15.88:0/3652861389' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-11T16:55:01.874 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid eb5e91f4-c8fd-11ee-95b9-87774f69a715 -- ceph osd stat -f json 2024-02-11T16:55:02.439 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:55:02 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T16:55:01.163636+0000 mgr.smithi088.srytvt (mgr.14180) 37 : cluster [DBG] pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T16:55:02.439 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:55:02 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:55:01.338569+0000 mon.smithi088 (mon.0) 220 : audit [INF] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' 2024-02-11T16:55:02.439 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:55:02 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cephadm 2024-02-11T16:55:01.339122+0000 mgr.smithi088.srytvt (mgr.14180) 38 : cephadm [INF] Reconfiguring crash.smithi088 (monmap changed)... 2024-02-11T16:55:02.439 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:55:02 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:55:01.339399+0000 mon.smithi088 (mon.0) 221 : audit [INF] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi088", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-02-11T16:55:02.440 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:55:02 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:55:01.339984+0000 mon.smithi088 (mon.0) 222 : audit [DBG] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-11T16:55:02.440 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:55:02 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cephadm 2024-02-11T16:55:01.340422+0000 mgr.smithi088.srytvt (mgr.14180) 39 : cephadm [INF] Reconfiguring daemon crash.smithi088 on smithi088 2024-02-11T16:55:02.440 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:55:02 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:55:02.199466+0000 mon.smithi088 (mon.0) 223 : audit [INF] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' 2024-02-11T16:55:02.696 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:55:02 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T16:55:01.163636+0000 mgr.smithi088.srytvt (mgr.14180) 37 : cluster [DBG] pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T16:55:02.696 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:55:02 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T16:55:01.338569+0000 mon.smithi088 (mon.0) 220 : audit [INF] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' 2024-02-11T16:55:02.696 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:55:02 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cephadm 2024-02-11T16:55:01.339122+0000 mgr.smithi088.srytvt (mgr.14180) 38 : cephadm [INF] Reconfiguring crash.smithi088 (monmap changed)... 2024-02-11T16:55:02.696 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:55:02 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T16:55:01.339399+0000 mon.smithi088 (mon.0) 221 : audit [INF] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi088", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-02-11T16:55:02.696 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:55:02 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T16:55:01.339984+0000 mon.smithi088 (mon.0) 222 : audit [DBG] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-11T16:55:02.696 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:55:02 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cephadm 2024-02-11T16:55:01.340422+0000 mgr.smithi088.srytvt (mgr.14180) 39 : cephadm [INF] Reconfiguring daemon crash.smithi088 on smithi088 2024-02-11T16:55:02.696 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:55:02 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T16:55:02.199466+0000 mon.smithi088 (mon.0) 223 : audit [INF] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' 2024-02-11T16:55:03.460 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:55:03 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cephadm 2024-02-11T16:55:02.200093+0000 mgr.smithi088.srytvt (mgr.14180) 40 : cephadm [INF] Reconfiguring grafana.smithi088 (dependencies changed)... 2024-02-11T16:55:03.460 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:55:03 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cephadm 2024-02-11T16:55:02.230937+0000 mgr.smithi088.srytvt (mgr.14180) 41 : cephadm [INF] Reconfiguring daemon grafana.smithi088 on smithi088 2024-02-11T16:55:03.696 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:55:03 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cephadm 2024-02-11T16:55:02.200093+0000 mgr.smithi088.srytvt (mgr.14180) 40 : cephadm [INF] Reconfiguring grafana.smithi088 (dependencies changed)... 2024-02-11T16:55:03.696 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:55:03 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cephadm 2024-02-11T16:55:02.230937+0000 mgr.smithi088.srytvt (mgr.14180) 41 : cephadm [INF] Reconfiguring daemon grafana.smithi088 on smithi088 2024-02-11T16:55:03.855 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-11T16:55:04.292 INFO:teuthology.orchestra.run.smithi088.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-11T16:55:04.535 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:55:04 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T16:55:03.163945+0000 mgr.smithi088.srytvt (mgr.14180) 42 : cluster [DBG] pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T16:55:04.535 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:55:04 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:55:03.854672+0000 mon.smithi088 (mon.0) 224 : audit [DBG] from='client.? 172.21.15.88:0/588800146' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-11T16:55:04.696 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:55:04 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T16:55:03.163945+0000 mgr.smithi088.srytvt (mgr.14180) 42 : cluster [DBG] pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T16:55:04.696 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:55:04 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T16:55:03.854672+0000 mon.smithi088 (mon.0) 224 : audit [DBG] from='client.? 172.21.15.88:0/588800146' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-11T16:55:05.294 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid eb5e91f4-c8fd-11ee-95b9-87774f69a715 -- ceph osd stat -f json 2024-02-11T16:55:06.712 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:55:06 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T16:55:05.164174+0000 mgr.smithi088.srytvt (mgr.14180) 43 : cluster [DBG] pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T16:55:06.713 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:55:06 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:55:05.523364+0000 mon.smithi088 (mon.0) 225 : audit [INF] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' 2024-02-11T16:55:06.713 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:55:06 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cephadm 2024-02-11T16:55:05.524271+0000 mgr.smithi088.srytvt (mgr.14180) 44 : cephadm [INF] Reconfiguring prometheus.smithi088 (dependencies changed)... 2024-02-11T16:55:06.713 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:55:06 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cephadm 2024-02-11T16:55:05.527978+0000 mgr.smithi088.srytvt (mgr.14180) 45 : cephadm [INF] Reconfiguring daemon prometheus.smithi088 on smithi088 2024-02-11T16:55:06.946 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:55:06 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T16:55:05.164174+0000 mgr.smithi088.srytvt (mgr.14180) 43 : cluster [DBG] pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T16:55:06.946 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:55:06 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T16:55:05.523364+0000 mon.smithi088 (mon.0) 225 : audit [INF] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' 2024-02-11T16:55:06.946 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:55:06 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cephadm 2024-02-11T16:55:05.524271+0000 mgr.smithi088.srytvt (mgr.14180) 44 : cephadm [INF] Reconfiguring prometheus.smithi088 (dependencies changed)... 2024-02-11T16:55:06.946 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:55:06 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cephadm 2024-02-11T16:55:05.527978+0000 mgr.smithi088.srytvt (mgr.14180) 45 : cephadm [INF] Reconfiguring daemon prometheus.smithi088 on smithi088 2024-02-11T16:55:07.198 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-11T16:55:07.762 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:55:07 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:55:07.197550+0000 mon.smithi088 (mon.0) 226 : audit [DBG] from='client.? 172.21.15.88:0/3186110013' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-11T16:55:07.946 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:55:07 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T16:55:07.197550+0000 mon.smithi088 (mon.0) 226 : audit [DBG] from='client.? 172.21.15.88:0/3186110013' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-11T16:55:08.042 INFO:teuthology.orchestra.run.smithi088.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-11T16:55:08.656 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:55:08 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T16:55:07.164420+0000 mgr.smithi088.srytvt (mgr.14180) 46 : cluster [DBG] pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T16:55:08.946 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:55:08 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T16:55:07.164420+0000 mgr.smithi088.srytvt (mgr.14180) 46 : cluster [DBG] pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T16:55:09.043 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid eb5e91f4-c8fd-11ee-95b9-87774f69a715 -- ceph osd stat -f json 2024-02-11T16:55:10.360 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:55:10 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T16:55:09.059172+0000 mon.smithi088 (mon.0) 227 : audit [INF] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' 2024-02-11T16:55:10.360 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:55:10 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cephadm 2024-02-11T16:55:09.059832+0000 mgr.smithi088.srytvt (mgr.14180) 47 : cephadm [INF] Reconfiguring crash.smithi148 (monmap changed)... 2024-02-11T16:55:10.360 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:55:10 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T16:55:09.060115+0000 mon.smithi088 (mon.0) 228 : audit [INF] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi148", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-02-11T16:55:10.361 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:55:10 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T16:55:09.060838+0000 mon.smithi088 (mon.0) 229 : audit [DBG] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-11T16:55:10.361 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:55:10 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cephadm 2024-02-11T16:55:09.061380+0000 mgr.smithi088.srytvt (mgr.14180) 48 : cephadm [INF] Reconfiguring daemon crash.smithi148 on smithi148 2024-02-11T16:55:10.361 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:55:10 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T16:55:09.164665+0000 mgr.smithi088.srytvt (mgr.14180) 49 : cluster [DBG] pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T16:55:10.361 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:55:10 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T16:55:09.873397+0000 mon.smithi088 (mon.0) 230 : audit [INF] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' 2024-02-11T16:55:10.361 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:55:10 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cephadm 2024-02-11T16:55:09.873980+0000 mgr.smithi088.srytvt (mgr.14180) 50 : cephadm [INF] Reconfiguring mgr.smithi148.bnqcgm (monmap changed)... 2024-02-11T16:55:10.361 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:55:10 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T16:55:09.874237+0000 mon.smithi088 (mon.0) 231 : audit [INF] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi148.bnqcgm", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-02-11T16:55:10.361 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:55:10 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T16:55:09.874936+0000 mon.smithi088 (mon.0) 232 : audit [DBG] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' cmd=[{"prefix": "mgr services"}]: dispatch 2024-02-11T16:55:10.361 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:55:10 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T16:55:09.875489+0000 mon.smithi088 (mon.0) 233 : audit [DBG] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-11T16:55:10.361 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:55:10 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cephadm 2024-02-11T16:55:09.876020+0000 mgr.smithi088.srytvt (mgr.14180) 51 : cephadm [INF] Reconfiguring daemon mgr.smithi148.bnqcgm on smithi148 2024-02-11T16:55:10.382 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-11T16:55:10.415 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:55:10 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:55:09.059172+0000 mon.smithi088 (mon.0) 227 : audit [INF] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' 2024-02-11T16:55:10.415 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:55:10 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cephadm 2024-02-11T16:55:09.059832+0000 mgr.smithi088.srytvt (mgr.14180) 47 : cephadm [INF] Reconfiguring crash.smithi148 (monmap changed)... 2024-02-11T16:55:10.415 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:55:10 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:55:09.060115+0000 mon.smithi088 (mon.0) 228 : audit [INF] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi148", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-02-11T16:55:10.415 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:55:10 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:55:09.060838+0000 mon.smithi088 (mon.0) 229 : audit [DBG] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-11T16:55:10.415 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:55:10 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cephadm 2024-02-11T16:55:09.061380+0000 mgr.smithi088.srytvt (mgr.14180) 48 : cephadm [INF] Reconfiguring daemon crash.smithi148 on smithi148 2024-02-11T16:55:10.415 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:55:10 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T16:55:09.164665+0000 mgr.smithi088.srytvt (mgr.14180) 49 : cluster [DBG] pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T16:55:10.415 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:55:10 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:55:09.873397+0000 mon.smithi088 (mon.0) 230 : audit [INF] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' 2024-02-11T16:55:10.415 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:55:10 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cephadm 2024-02-11T16:55:09.873980+0000 mgr.smithi088.srytvt (mgr.14180) 50 : cephadm [INF] Reconfiguring mgr.smithi148.bnqcgm (monmap changed)... 2024-02-11T16:55:10.416 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:55:10 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:55:09.874237+0000 mon.smithi088 (mon.0) 231 : audit [INF] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi148.bnqcgm", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-02-11T16:55:10.416 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:55:10 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:55:09.874936+0000 mon.smithi088 (mon.0) 232 : audit [DBG] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' cmd=[{"prefix": "mgr services"}]: dispatch 2024-02-11T16:55:10.416 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:55:10 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:55:09.875489+0000 mon.smithi088 (mon.0) 233 : audit [DBG] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-11T16:55:10.416 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:55:10 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cephadm 2024-02-11T16:55:09.876020+0000 mgr.smithi088.srytvt (mgr.14180) 51 : cephadm [INF] Reconfiguring daemon mgr.smithi148.bnqcgm on smithi148 2024-02-11T16:55:10.796 INFO:teuthology.orchestra.run.smithi088.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-11T16:55:11.402 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:55:11 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T16:55:10.381650+0000 mon.smithi088 (mon.0) 234 : audit [DBG] from='client.? 172.21.15.88:0/941671770' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-11T16:55:11.403 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:55:11 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T16:55:10.737169+0000 mon.smithi088 (mon.0) 235 : audit [INF] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' 2024-02-11T16:55:11.403 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:55:11 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cephadm 2024-02-11T16:55:10.737734+0000 mgr.smithi088.srytvt (mgr.14180) 52 : cephadm [INF] Reconfiguring mon.smithi148 (monmap changed)... 2024-02-11T16:55:11.403 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:55:11 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T16:55:10.737949+0000 mon.smithi088 (mon.0) 236 : audit [INF] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-02-11T16:55:11.403 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:55:11 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T16:55:10.738444+0000 mon.smithi088 (mon.0) 237 : audit [DBG] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-02-11T16:55:11.403 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:55:11 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T16:55:10.738878+0000 mon.smithi088 (mon.0) 238 : audit [DBG] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-11T16:55:11.403 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:55:11 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cephadm 2024-02-11T16:55:10.739304+0000 mgr.smithi088.srytvt (mgr.14180) 53 : cephadm [INF] Reconfiguring daemon mon.smithi148 on smithi148 2024-02-11T16:55:11.535 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:55:11 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:55:10.381650+0000 mon.smithi088 (mon.0) 234 : audit [DBG] from='client.? 172.21.15.88:0/941671770' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-11T16:55:11.535 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:55:11 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:55:10.737169+0000 mon.smithi088 (mon.0) 235 : audit [INF] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' 2024-02-11T16:55:11.535 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:55:11 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cephadm 2024-02-11T16:55:10.737734+0000 mgr.smithi088.srytvt (mgr.14180) 52 : cephadm [INF] Reconfiguring mon.smithi148 (monmap changed)... 2024-02-11T16:55:11.535 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:55:11 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:55:10.737949+0000 mon.smithi088 (mon.0) 236 : audit [INF] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-02-11T16:55:11.536 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:55:11 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:55:10.738444+0000 mon.smithi088 (mon.0) 237 : audit [DBG] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-02-11T16:55:11.536 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:55:11 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:55:10.738878+0000 mon.smithi088 (mon.0) 238 : audit [DBG] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-11T16:55:11.536 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:55:11 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cephadm 2024-02-11T16:55:10.739304+0000 mgr.smithi088.srytvt (mgr.14180) 53 : cephadm [INF] Reconfiguring daemon mon.smithi148 on smithi148 2024-02-11T16:55:11.797 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid eb5e91f4-c8fd-11ee-95b9-87774f69a715 -- ceph osd stat -f json 2024-02-11T16:55:12.728 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:55:12 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T16:55:11.165001+0000 mgr.smithi088.srytvt (mgr.14180) 54 : cluster [DBG] pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T16:55:12.728 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:55:12 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:55:11.602680+0000 mon.smithi088 (mon.0) 239 : audit [INF] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' 2024-02-11T16:55:12.728 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:55:12 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:55:11.605322+0000 mon.smithi088 (mon.0) 240 : audit [DBG] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-02-11T16:55:12.728 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:55:12 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:55:11.605653+0000 mgr.smithi088.srytvt (mgr.14180) 55 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-02-11T16:55:12.729 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:55:12 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:55:11.606485+0000 mon.smithi088 (mon.0) 241 : audit [INF] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi088:9093"}]: dispatch 2024-02-11T16:55:12.729 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:55:12 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:55:11.606732+0000 mgr.smithi088.srytvt (mgr.14180) 56 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi088:9093"}]: dispatch 2024-02-11T16:55:12.729 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:55:12 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:55:11.612256+0000 mon.smithi088 (mon.0) 242 : audit [INF] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' 2024-02-11T16:55:12.729 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:55:12 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:55:11.616438+0000 mon.smithi088 (mon.0) 243 : audit [DBG] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-02-11T16:55:12.729 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:55:12 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:55:11.616797+0000 mgr.smithi088.srytvt (mgr.14180) 57 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-02-11T16:55:12.729 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:55:12 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:55:11.620772+0000 mon.smithi088 (mon.0) 244 : audit [INF] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi088:3000"}]: dispatch 2024-02-11T16:55:12.729 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:55:12 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:55:11.621106+0000 mgr.smithi088.srytvt (mgr.14180) 58 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi088:3000"}]: dispatch 2024-02-11T16:55:12.729 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:55:12 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:55:11.626792+0000 mon.smithi088 (mon.0) 245 : audit [INF] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' 2024-02-11T16:55:12.729 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:55:12 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:55:11.631597+0000 mon.smithi088 (mon.0) 246 : audit [DBG] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-02-11T16:55:12.729 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:55:12 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:55:11.632000+0000 mgr.smithi088.srytvt (mgr.14180) 59 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-02-11T16:55:12.729 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:55:12 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:55:11.636096+0000 mon.smithi088 (mon.0) 247 : audit [INF] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi088:9095"}]: dispatch 2024-02-11T16:55:12.729 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:55:12 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:55:11.636459+0000 mgr.smithi088.srytvt (mgr.14180) 60 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi088:9095"}]: dispatch 2024-02-11T16:55:12.729 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:55:12 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:55:11.640644+0000 mon.smithi088 (mon.0) 248 : audit [INF] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' 2024-02-11T16:55:12.729 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:55:12 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:55:11.644010+0000 mon.smithi088 (mon.0) 249 : audit [DBG] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-11T16:55:12.946 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:55:12 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T16:55:11.165001+0000 mgr.smithi088.srytvt (mgr.14180) 54 : cluster [DBG] pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T16:55:12.946 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:55:12 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T16:55:11.602680+0000 mon.smithi088 (mon.0) 239 : audit [INF] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' 2024-02-11T16:55:12.946 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:55:12 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T16:55:11.605322+0000 mon.smithi088 (mon.0) 240 : audit [DBG] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-02-11T16:55:12.946 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:55:12 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T16:55:11.605653+0000 mgr.smithi088.srytvt (mgr.14180) 55 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-02-11T16:55:12.947 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:55:12 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T16:55:11.606485+0000 mon.smithi088 (mon.0) 241 : audit [INF] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi088:9093"}]: dispatch 2024-02-11T16:55:12.947 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:55:12 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T16:55:11.606732+0000 mgr.smithi088.srytvt (mgr.14180) 56 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi088:9093"}]: dispatch 2024-02-11T16:55:12.947 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:55:12 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T16:55:11.612256+0000 mon.smithi088 (mon.0) 242 : audit [INF] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' 2024-02-11T16:55:12.947 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:55:12 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T16:55:11.616438+0000 mon.smithi088 (mon.0) 243 : audit [DBG] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-02-11T16:55:12.947 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:55:12 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T16:55:11.616797+0000 mgr.smithi088.srytvt (mgr.14180) 57 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-02-11T16:55:12.947 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:55:12 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T16:55:11.620772+0000 mon.smithi088 (mon.0) 244 : audit [INF] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi088:3000"}]: dispatch 2024-02-11T16:55:12.947 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:55:12 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T16:55:11.621106+0000 mgr.smithi088.srytvt (mgr.14180) 58 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi088:3000"}]: dispatch 2024-02-11T16:55:12.947 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:55:12 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T16:55:11.626792+0000 mon.smithi088 (mon.0) 245 : audit [INF] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' 2024-02-11T16:55:12.947 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:55:12 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T16:55:11.631597+0000 mon.smithi088 (mon.0) 246 : audit [DBG] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-02-11T16:55:12.947 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:55:12 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T16:55:11.632000+0000 mgr.smithi088.srytvt (mgr.14180) 59 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-02-11T16:55:12.947 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:55:12 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T16:55:11.636096+0000 mon.smithi088 (mon.0) 247 : audit [INF] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi088:9095"}]: dispatch 2024-02-11T16:55:12.947 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:55:12 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T16:55:11.636459+0000 mgr.smithi088.srytvt (mgr.14180) 60 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi088:9095"}]: dispatch 2024-02-11T16:55:12.947 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:55:12 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T16:55:11.640644+0000 mon.smithi088 (mon.0) 248 : audit [INF] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' 2024-02-11T16:55:12.947 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:55:12 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T16:55:11.644010+0000 mon.smithi088 (mon.0) 249 : audit [DBG] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-11T16:55:13.555 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-11T16:55:13.946 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:55:13 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T16:55:12.686853+0000 mon.smithi088 (mon.0) 250 : audit [INF] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' 2024-02-11T16:55:13.946 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:55:13 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T16:55:12.690626+0000 mon.smithi088 (mon.0) 251 : audit [INF] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' 2024-02-11T16:55:13.946 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:55:13 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T16:55:13.554100+0000 mon.smithi088 (mon.0) 252 : audit [DBG] from='client.? 172.21.15.88:0/961809645' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-11T16:55:13.961 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:55:13 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:55:12.686853+0000 mon.smithi088 (mon.0) 250 : audit [INF] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' 2024-02-11T16:55:13.961 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:55:13 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:55:12.690626+0000 mon.smithi088 (mon.0) 251 : audit [INF] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' 2024-02-11T16:55:13.961 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:55:13 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:55:13.554100+0000 mon.smithi088 (mon.0) 252 : audit [DBG] from='client.? 172.21.15.88:0/961809645' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-11T16:55:13.986 INFO:teuthology.orchestra.run.smithi088.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-11T16:55:14.946 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:55:14 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T16:55:13.165255+0000 mgr.smithi088.srytvt (mgr.14180) 61 : cluster [DBG] pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T16:55:14.946 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:55:14 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T16:55:14.633948+0000 mon.smithi088 (mon.0) 253 : audit [INF] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' 2024-02-11T16:55:14.946 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:55:14 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T16:55:14.638537+0000 mon.smithi088 (mon.0) 254 : audit [INF] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' 2024-02-11T16:55:14.946 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:55:14 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T16:55:14.639245+0000 mon.smithi088 (mon.0) 255 : audit [DBG] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-11T16:55:14.946 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:55:14 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T16:55:14.639803+0000 mon.smithi088 (mon.0) 256 : audit [INF] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-11T16:55:14.946 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:55:14 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T16:55:14.643917+0000 mon.smithi088 (mon.0) 257 : audit [INF] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' 2024-02-11T16:55:14.946 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:55:14 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T16:55:14.647242+0000 mon.smithi088 (mon.0) 258 : audit [DBG] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-11T16:55:14.946 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:55:14 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T16:55:14.649839+0000 mon.smithi088 (mon.0) 259 : audit [INF] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-02-11T16:55:14.946 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:55:14 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T16:55:14.650794+0000 mon.smithi088 (mon.0) 260 : audit [INF] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-02-11T16:55:14.946 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:55:14 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T16:55:14.651005+0000 mon.smithi088 (mon.0) 261 : audit [DBG] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-11T16:55:14.947 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:55:14 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T16:55:14.651453+0000 mon.smithi088 (mon.0) 262 : audit [DBG] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-11T16:55:14.988 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid eb5e91f4-c8fd-11ee-95b9-87774f69a715 -- ceph osd stat -f json 2024-02-11T16:55:15.014 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:55:14 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T16:55:13.165255+0000 mgr.smithi088.srytvt (mgr.14180) 61 : cluster [DBG] pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T16:55:15.014 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:55:14 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:55:14.633948+0000 mon.smithi088 (mon.0) 253 : audit [INF] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' 2024-02-11T16:55:15.014 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:55:14 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:55:14.638537+0000 mon.smithi088 (mon.0) 254 : audit [INF] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' 2024-02-11T16:55:15.014 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:55:14 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:55:14.639245+0000 mon.smithi088 (mon.0) 255 : audit [DBG] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-11T16:55:15.015 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:55:14 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:55:14.639803+0000 mon.smithi088 (mon.0) 256 : audit [INF] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-11T16:55:15.015 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:55:14 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:55:14.643917+0000 mon.smithi088 (mon.0) 257 : audit [INF] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' 2024-02-11T16:55:15.015 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:55:14 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:55:14.647242+0000 mon.smithi088 (mon.0) 258 : audit [DBG] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-11T16:55:15.015 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:55:14 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:55:14.649839+0000 mon.smithi088 (mon.0) 259 : audit [INF] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-02-11T16:55:15.015 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:55:14 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:55:14.650794+0000 mon.smithi088 (mon.0) 260 : audit [INF] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-02-11T16:55:15.015 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:55:14 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:55:14.651005+0000 mon.smithi088 (mon.0) 261 : audit [DBG] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-11T16:55:15.015 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:55:14 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:55:14.651453+0000 mon.smithi088 (mon.0) 262 : audit [DBG] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-11T16:55:16.683 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-11T16:55:16.985 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:55:16 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T16:55:15.165506+0000 mgr.smithi088.srytvt (mgr.14180) 62 : cluster [DBG] pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T16:55:16.985 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:55:16 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:55:16.630249+0000 mon.smithi148 (mon.1) 2 : audit [INF] from='client.? 172.21.15.148:0/3950327158' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "625fdc15-1563-4668-a916-e6e46f847818"}]: dispatch 2024-02-11T16:55:16.985 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:55:16 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:55:16.630689+0000 mon.smithi088 (mon.0) 263 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "625fdc15-1563-4668-a916-e6e46f847818"}]: dispatch 2024-02-11T16:55:16.985 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:55:16 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:55:16.633958+0000 mon.smithi088 (mon.0) 264 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "625fdc15-1563-4668-a916-e6e46f847818"}]': finished 2024-02-11T16:55:16.985 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:55:16 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T16:55:16.634001+0000 mon.smithi088 (mon.0) 265 : cluster [DBG] osdmap e6: 1 total, 0 up, 1 in 2024-02-11T16:55:16.985 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:55:16 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:55:16.634096+0000 mon.smithi088 (mon.0) 266 : audit [DBG] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-11T16:55:16.985 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:55:16 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:55:16.682363+0000 mon.smithi088 (mon.0) 267 : audit [DBG] from='client.? 172.21.15.88:0/3091333939' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-11T16:55:17.044 INFO:teuthology.orchestra.run.smithi088.stdout:{"epoch":6,"num_osds":1,"num_up_osds":0,"osd_up_since":0,"num_in_osds":1,"osd_in_since":1707670516,"num_remapped_pgs":0} 2024-02-11T16:55:17.196 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:55:16 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T16:55:15.165506+0000 mgr.smithi088.srytvt (mgr.14180) 62 : cluster [DBG] pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T16:55:17.196 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:55:16 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T16:55:16.630249+0000 mon.smithi148 (mon.1) 2 : audit [INF] from='client.? 172.21.15.148:0/3950327158' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "625fdc15-1563-4668-a916-e6e46f847818"}]: dispatch 2024-02-11T16:55:17.196 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:55:16 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T16:55:16.630689+0000 mon.smithi088 (mon.0) 263 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "625fdc15-1563-4668-a916-e6e46f847818"}]: dispatch 2024-02-11T16:55:17.197 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:55:16 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T16:55:16.633958+0000 mon.smithi088 (mon.0) 264 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "625fdc15-1563-4668-a916-e6e46f847818"}]': finished 2024-02-11T16:55:17.197 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:55:16 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T16:55:16.634001+0000 mon.smithi088 (mon.0) 265 : cluster [DBG] osdmap e6: 1 total, 0 up, 1 in 2024-02-11T16:55:17.197 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:55:16 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T16:55:16.634096+0000 mon.smithi088 (mon.0) 266 : audit [DBG] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-11T16:55:17.197 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:55:16 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T16:55:16.682363+0000 mon.smithi088 (mon.0) 267 : audit [DBG] from='client.? 172.21.15.88:0/3091333939' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-11T16:55:18.036 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:55:17 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:55:17.150949+0000 mon.smithi088 (mon.0) 268 : audit [INF] from='client.? 172.21.15.88:0/1701265802' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "d0baa6a5-4735-497c-9248-8f6c875dab9b"}]: dispatch 2024-02-11T16:55:18.036 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:55:17 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:55:17.155055+0000 mon.smithi088 (mon.0) 269 : audit [INF] from='client.? 172.21.15.88:0/1701265802' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "d0baa6a5-4735-497c-9248-8f6c875dab9b"}]': finished 2024-02-11T16:55:18.036 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:55:17 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T16:55:17.155096+0000 mon.smithi088 (mon.0) 270 : cluster [DBG] osdmap e7: 2 total, 0 up, 2 in 2024-02-11T16:55:18.036 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:55:17 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:55:17.155189+0000 mon.smithi088 (mon.0) 271 : audit [DBG] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-11T16:55:18.036 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:55:17 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:55:17.155456+0000 mon.smithi088 (mon.0) 272 : audit [DBG] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-11T16:55:18.046 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid eb5e91f4-c8fd-11ee-95b9-87774f69a715 -- ceph osd stat -f json 2024-02-11T16:55:18.196 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:55:17 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T16:55:17.150949+0000 mon.smithi088 (mon.0) 268 : audit [INF] from='client.? 172.21.15.88:0/1701265802' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "d0baa6a5-4735-497c-9248-8f6c875dab9b"}]: dispatch 2024-02-11T16:55:18.196 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:55:17 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T16:55:17.155055+0000 mon.smithi088 (mon.0) 269 : audit [INF] from='client.? 172.21.15.88:0/1701265802' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "d0baa6a5-4735-497c-9248-8f6c875dab9b"}]': finished 2024-02-11T16:55:18.196 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:55:17 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T16:55:17.155096+0000 mon.smithi088 (mon.0) 270 : cluster [DBG] osdmap e7: 2 total, 0 up, 2 in 2024-02-11T16:55:18.196 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:55:17 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T16:55:17.155189+0000 mon.smithi088 (mon.0) 271 : audit [DBG] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-11T16:55:18.196 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:55:17 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T16:55:17.155456+0000 mon.smithi088 (mon.0) 272 : audit [DBG] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-11T16:55:19.035 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:55:18 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T16:55:17.165982+0000 mgr.smithi088.srytvt (mgr.14180) 63 : cluster [DBG] pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T16:55:19.035 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:55:18 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:55:17.915958+0000 mon.smithi148 (mon.1) 3 : audit [DBG] from='client.? 172.21.15.148:0/2770859426' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-02-11T16:55:19.036 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:55:18 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:55:18.431342+0000 mon.smithi088 (mon.0) 273 : audit [DBG] from='client.? 172.21.15.88:0/4226460683' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-02-11T16:55:19.196 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:55:18 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T16:55:17.165982+0000 mgr.smithi088.srytvt (mgr.14180) 63 : cluster [DBG] pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T16:55:19.196 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:55:18 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T16:55:17.915958+0000 mon.smithi148 (mon.1) 3 : audit [DBG] from='client.? 172.21.15.148:0/2770859426' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-02-11T16:55:19.196 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:55:18 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T16:55:18.431342+0000 mon.smithi088 (mon.0) 273 : audit [DBG] from='client.? 172.21.15.88:0/4226460683' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-02-11T16:55:19.421 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-11T16:55:19.785 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:55:19 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:55:19.420730+0000 mon.smithi088 (mon.0) 274 : audit [DBG] from='client.? 172.21.15.88:0/2342845161' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-11T16:55:19.794 INFO:teuthology.orchestra.run.smithi088.stdout:{"epoch":7,"num_osds":2,"num_up_osds":0,"osd_up_since":0,"num_in_osds":2,"osd_in_since":1707670517,"num_remapped_pgs":0} 2024-02-11T16:55:20.196 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:55:19 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T16:55:19.420730+0000 mon.smithi088 (mon.0) 274 : audit [DBG] from='client.? 172.21.15.88:0/2342845161' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-11T16:55:20.795 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid eb5e91f4-c8fd-11ee-95b9-87774f69a715 -- ceph osd stat -f json 2024-02-11T16:55:20.946 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:55:20 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T16:55:19.166204+0000 mgr.smithi088.srytvt (mgr.14180) 64 : cluster [DBG] pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T16:55:20.946 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:55:20 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T16:55:20.448734+0000 mon.smithi148 (mon.1) 4 : audit [INF] from='client.? 172.21.15.148:0/3573631912' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "6f29127d-8aee-4893-949d-46e8b714aeaf"}]: dispatch 2024-02-11T16:55:20.946 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:55:20 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T16:55:20.449332+0000 mon.smithi088 (mon.0) 275 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "6f29127d-8aee-4893-949d-46e8b714aeaf"}]: dispatch 2024-02-11T16:55:20.946 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:55:20 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T16:55:20.452784+0000 mon.smithi088 (mon.0) 276 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "6f29127d-8aee-4893-949d-46e8b714aeaf"}]': finished 2024-02-11T16:55:20.946 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:55:20 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T16:55:20.452829+0000 mon.smithi088 (mon.0) 277 : cluster [DBG] osdmap e8: 3 total, 0 up, 3 in 2024-02-11T16:55:20.946 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:55:20 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T16:55:20.452929+0000 mon.smithi088 (mon.0) 278 : audit [DBG] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-11T16:55:20.946 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:55:20 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T16:55:20.453164+0000 mon.smithi088 (mon.0) 279 : audit [DBG] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-11T16:55:20.947 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:55:20 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T16:55:20.453344+0000 mon.smithi088 (mon.0) 280 : audit [DBG] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-11T16:55:21.036 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:55:20 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T16:55:19.166204+0000 mgr.smithi088.srytvt (mgr.14180) 64 : cluster [DBG] pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T16:55:21.036 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:55:20 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:55:20.448734+0000 mon.smithi148 (mon.1) 4 : audit [INF] from='client.? 172.21.15.148:0/3573631912' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "6f29127d-8aee-4893-949d-46e8b714aeaf"}]: dispatch 2024-02-11T16:55:21.036 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:55:20 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:55:20.449332+0000 mon.smithi088 (mon.0) 275 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "6f29127d-8aee-4893-949d-46e8b714aeaf"}]: dispatch 2024-02-11T16:55:21.036 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:55:20 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:55:20.452784+0000 mon.smithi088 (mon.0) 276 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "6f29127d-8aee-4893-949d-46e8b714aeaf"}]': finished 2024-02-11T16:55:21.036 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:55:20 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T16:55:20.452829+0000 mon.smithi088 (mon.0) 277 : cluster [DBG] osdmap e8: 3 total, 0 up, 3 in 2024-02-11T16:55:21.037 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:55:20 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:55:20.452929+0000 mon.smithi088 (mon.0) 278 : audit [DBG] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-11T16:55:21.037 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:55:20 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:55:20.453164+0000 mon.smithi088 (mon.0) 279 : audit [DBG] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-11T16:55:21.037 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:55:20 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:55:20.453344+0000 mon.smithi088 (mon.0) 280 : audit [DBG] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-11T16:55:22.035 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:55:21 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:55:20.966888+0000 mon.smithi088 (mon.0) 281 : audit [INF] from='client.? 172.21.15.88:0/3244487246' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "695d8941-4008-46cc-b888-460796893044"}]: dispatch 2024-02-11T16:55:22.036 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:55:21 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:55:20.970556+0000 mon.smithi088 (mon.0) 282 : audit [INF] from='client.? 172.21.15.88:0/3244487246' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "695d8941-4008-46cc-b888-460796893044"}]': finished 2024-02-11T16:55:22.036 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:55:21 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T16:55:20.970592+0000 mon.smithi088 (mon.0) 283 : cluster [DBG] osdmap e9: 4 total, 0 up, 4 in 2024-02-11T16:55:22.036 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:55:21 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:55:20.970684+0000 mon.smithi088 (mon.0) 284 : audit [DBG] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-11T16:55:22.036 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:55:21 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:55:20.970966+0000 mon.smithi088 (mon.0) 285 : audit [DBG] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-11T16:55:22.036 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:55:21 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:55:20.971149+0000 mon.smithi088 (mon.0) 286 : audit [DBG] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-11T16:55:22.036 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:55:21 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:55:20.971317+0000 mon.smithi088 (mon.0) 287 : audit [DBG] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-11T16:55:22.036 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:55:21 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:55:21.691757+0000 mon.smithi148 (mon.1) 5 : audit [DBG] from='client.? 172.21.15.148:0/3655855402' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-02-11T16:55:22.196 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:55:21 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T16:55:20.966888+0000 mon.smithi088 (mon.0) 281 : audit [INF] from='client.? 172.21.15.88:0/3244487246' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "695d8941-4008-46cc-b888-460796893044"}]: dispatch 2024-02-11T16:55:22.196 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:55:21 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T16:55:20.970556+0000 mon.smithi088 (mon.0) 282 : audit [INF] from='client.? 172.21.15.88:0/3244487246' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "695d8941-4008-46cc-b888-460796893044"}]': finished 2024-02-11T16:55:22.197 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:55:21 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T16:55:20.970592+0000 mon.smithi088 (mon.0) 283 : cluster [DBG] osdmap e9: 4 total, 0 up, 4 in 2024-02-11T16:55:22.197 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:55:21 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T16:55:20.970684+0000 mon.smithi088 (mon.0) 284 : audit [DBG] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-11T16:55:22.197 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:55:21 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T16:55:20.970966+0000 mon.smithi088 (mon.0) 285 : audit [DBG] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-11T16:55:22.197 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:55:21 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T16:55:20.971149+0000 mon.smithi088 (mon.0) 286 : audit [DBG] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-11T16:55:22.197 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:55:21 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T16:55:20.971317+0000 mon.smithi088 (mon.0) 287 : audit [DBG] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-11T16:55:22.197 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:55:21 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T16:55:21.691757+0000 mon.smithi148 (mon.1) 5 : audit [DBG] from='client.? 172.21.15.148:0/3655855402' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-02-11T16:55:22.466 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-11T16:55:22.759 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:55:22 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T16:55:21.166447+0000 mgr.smithi088.srytvt (mgr.14180) 65 : cluster [DBG] pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T16:55:22.759 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:55:22 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:55:22.465530+0000 mon.smithi088 (mon.0) 288 : audit [DBG] from='client.? 172.21.15.88:0/3275829531' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-11T16:55:22.759 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:55:22 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:55:22.506298+0000 mon.smithi088 (mon.0) 289 : audit [DBG] from='client.? 172.21.15.88:0/2283305207' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-02-11T16:55:22.843 INFO:teuthology.orchestra.run.smithi088.stdout:{"epoch":9,"num_osds":4,"num_up_osds":0,"osd_up_since":0,"num_in_osds":4,"osd_in_since":1707670520,"num_remapped_pgs":0} 2024-02-11T16:55:23.196 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:55:22 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T16:55:21.166447+0000 mgr.smithi088.srytvt (mgr.14180) 65 : cluster [DBG] pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T16:55:23.196 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:55:22 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T16:55:22.465530+0000 mon.smithi088 (mon.0) 288 : audit [DBG] from='client.? 172.21.15.88:0/3275829531' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-11T16:55:23.196 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:55:22 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T16:55:22.506298+0000 mon.smithi088 (mon.0) 289 : audit [DBG] from='client.? 172.21.15.88:0/2283305207' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-02-11T16:55:23.844 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid eb5e91f4-c8fd-11ee-95b9-87774f69a715 -- ceph osd stat -f json 2024-02-11T16:55:24.785 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:55:24 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T16:55:23.166772+0000 mgr.smithi088.srytvt (mgr.14180) 66 : cluster [DBG] pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T16:55:24.785 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:55:24 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:55:24.207885+0000 mon.smithi148 (mon.1) 6 : audit [INF] from='client.? 172.21.15.148:0/1955245980' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "afaa876d-9453-4139-8197-ff6100547f1d"}]: dispatch 2024-02-11T16:55:24.786 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:55:24 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:55:24.208315+0000 mon.smithi088 (mon.0) 290 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "afaa876d-9453-4139-8197-ff6100547f1d"}]: dispatch 2024-02-11T16:55:24.786 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:55:24 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:55:24.212779+0000 mon.smithi088 (mon.0) 291 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "afaa876d-9453-4139-8197-ff6100547f1d"}]': finished 2024-02-11T16:55:24.786 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:55:24 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T16:55:24.212824+0000 mon.smithi088 (mon.0) 292 : cluster [DBG] osdmap e10: 5 total, 0 up, 5 in 2024-02-11T16:55:24.786 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:55:24 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:55:24.212942+0000 mon.smithi088 (mon.0) 293 : audit [DBG] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-11T16:55:24.786 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:55:24 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:55:24.213307+0000 mon.smithi088 (mon.0) 294 : audit [DBG] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-11T16:55:24.786 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:55:24 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:55:24.213527+0000 mon.smithi088 (mon.0) 295 : audit [DBG] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-11T16:55:24.786 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:55:24 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:55:24.213737+0000 mon.smithi088 (mon.0) 296 : audit [DBG] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-11T16:55:24.786 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:55:24 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:55:24.213863+0000 mon.smithi088 (mon.0) 297 : audit [DBG] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-11T16:55:25.196 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:55:24 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T16:55:23.166772+0000 mgr.smithi088.srytvt (mgr.14180) 66 : cluster [DBG] pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T16:55:25.196 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:55:24 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T16:55:24.207885+0000 mon.smithi148 (mon.1) 6 : audit [INF] from='client.? 172.21.15.148:0/1955245980' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "afaa876d-9453-4139-8197-ff6100547f1d"}]: dispatch 2024-02-11T16:55:25.196 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:55:24 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T16:55:24.208315+0000 mon.smithi088 (mon.0) 290 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "afaa876d-9453-4139-8197-ff6100547f1d"}]: dispatch 2024-02-11T16:55:25.197 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:55:24 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T16:55:24.212779+0000 mon.smithi088 (mon.0) 291 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "afaa876d-9453-4139-8197-ff6100547f1d"}]': finished 2024-02-11T16:55:25.197 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:55:24 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T16:55:24.212824+0000 mon.smithi088 (mon.0) 292 : cluster [DBG] osdmap e10: 5 total, 0 up, 5 in 2024-02-11T16:55:25.197 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:55:24 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T16:55:24.212942+0000 mon.smithi088 (mon.0) 293 : audit [DBG] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-11T16:55:25.197 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:55:24 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T16:55:24.213307+0000 mon.smithi088 (mon.0) 294 : audit [DBG] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-11T16:55:25.197 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:55:24 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T16:55:24.213527+0000 mon.smithi088 (mon.0) 295 : audit [DBG] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-11T16:55:25.197 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:55:24 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T16:55:24.213737+0000 mon.smithi088 (mon.0) 296 : audit [DBG] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-11T16:55:25.197 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:55:24 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T16:55:24.213863+0000 mon.smithi088 (mon.0) 297 : audit [DBG] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-11T16:55:25.242 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-11T16:55:25.715 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:55:25 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:55:25.044213+0000 mon.smithi088 (mon.0) 298 : audit [INF] from='client.? 172.21.15.88:0/3860132565' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "e68c1576-2350-4635-a477-84dfc4f9c0eb"}]: dispatch 2024-02-11T16:55:25.715 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:55:25 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:55:25.052100+0000 mon.smithi088 (mon.0) 299 : audit [INF] from='client.? 172.21.15.88:0/3860132565' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "e68c1576-2350-4635-a477-84dfc4f9c0eb"}]': finished 2024-02-11T16:55:25.715 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:55:25 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T16:55:25.052138+0000 mon.smithi088 (mon.0) 300 : cluster [DBG] osdmap e11: 6 total, 0 up, 6 in 2024-02-11T16:55:25.715 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:55:25 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:55:25.052443+0000 mon.smithi088 (mon.0) 301 : audit [DBG] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-11T16:55:25.716 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:55:25 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:55:25.052631+0000 mon.smithi088 (mon.0) 302 : audit [DBG] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-11T16:55:25.716 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:55:25 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:55:25.052819+0000 mon.smithi088 (mon.0) 303 : audit [DBG] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-11T16:55:25.716 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:55:25 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:55:25.052996+0000 mon.smithi088 (mon.0) 304 : audit [DBG] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-11T16:55:25.716 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:55:25 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:55:25.053165+0000 mon.smithi088 (mon.0) 305 : audit [DBG] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-11T16:55:25.716 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:55:25 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:55:25.053356+0000 mon.smithi088 (mon.0) 306 : audit [DBG] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-11T16:55:25.716 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:55:25 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:55:25.240948+0000 mon.smithi088 (mon.0) 307 : audit [DBG] from='client.? 172.21.15.88:0/2428329498' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-11T16:55:25.716 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:55:25 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:55:25.682335+0000 mon.smithi148 (mon.1) 7 : audit [DBG] from='client.? 172.21.15.148:0/3298541709' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-02-11T16:55:25.737 INFO:teuthology.orchestra.run.smithi088.stdout:{"epoch":11,"num_osds":6,"num_up_osds":0,"osd_up_since":0,"num_in_osds":6,"osd_in_since":1707670525,"num_remapped_pgs":0} 2024-02-11T16:55:26.196 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:55:25 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T16:55:25.044213+0000 mon.smithi088 (mon.0) 298 : audit [INF] from='client.? 172.21.15.88:0/3860132565' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "e68c1576-2350-4635-a477-84dfc4f9c0eb"}]: dispatch 2024-02-11T16:55:26.196 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:55:25 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T16:55:25.052100+0000 mon.smithi088 (mon.0) 299 : audit [INF] from='client.? 172.21.15.88:0/3860132565' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "e68c1576-2350-4635-a477-84dfc4f9c0eb"}]': finished 2024-02-11T16:55:26.196 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:55:25 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T16:55:25.052138+0000 mon.smithi088 (mon.0) 300 : cluster [DBG] osdmap e11: 6 total, 0 up, 6 in 2024-02-11T16:55:26.196 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:55:25 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T16:55:25.052443+0000 mon.smithi088 (mon.0) 301 : audit [DBG] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-11T16:55:26.196 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:55:25 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T16:55:25.052631+0000 mon.smithi088 (mon.0) 302 : audit [DBG] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-11T16:55:26.197 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:55:25 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T16:55:25.052819+0000 mon.smithi088 (mon.0) 303 : audit [DBG] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-11T16:55:26.197 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:55:25 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T16:55:25.052996+0000 mon.smithi088 (mon.0) 304 : audit [DBG] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-11T16:55:26.197 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:55:25 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T16:55:25.053165+0000 mon.smithi088 (mon.0) 305 : audit [DBG] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-11T16:55:26.197 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:55:25 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T16:55:25.053356+0000 mon.smithi088 (mon.0) 306 : audit [DBG] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-11T16:55:26.197 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:55:25 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T16:55:25.240948+0000 mon.smithi088 (mon.0) 307 : audit [DBG] from='client.? 172.21.15.88:0/2428329498' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-11T16:55:26.197 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:55:25 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T16:55:25.682335+0000 mon.smithi148 (mon.1) 7 : audit [DBG] from='client.? 172.21.15.148:0/3298541709' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-02-11T16:55:26.738 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid eb5e91f4-c8fd-11ee-95b9-87774f69a715 -- ceph osd stat -f json 2024-02-11T16:55:27.035 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:55:26 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T16:55:25.167060+0000 mgr.smithi088.srytvt (mgr.14180) 67 : cluster [DBG] pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T16:55:27.035 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:55:26 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:55:26.395022+0000 mon.smithi088 (mon.0) 308 : audit [DBG] from='client.? 172.21.15.88:0/2604558885' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-02-11T16:55:27.196 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:55:26 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T16:55:25.167060+0000 mgr.smithi088.srytvt (mgr.14180) 67 : cluster [DBG] pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T16:55:27.196 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:55:26 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T16:55:26.395022+0000 mon.smithi088 (mon.0) 308 : audit [DBG] from='client.? 172.21.15.88:0/2604558885' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-02-11T16:55:28.085 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-11T16:55:28.458 INFO:teuthology.orchestra.run.smithi088.stdout:{"epoch":11,"num_osds":6,"num_up_osds":0,"osd_up_since":0,"num_in_osds":6,"osd_in_since":1707670525,"num_remapped_pgs":0} 2024-02-11T16:55:29.035 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:55:28 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T16:55:27.167397+0000 mgr.smithi088.srytvt (mgr.14180) 68 : cluster [DBG] pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T16:55:29.036 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:55:28 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:55:28.084682+0000 mon.smithi088 (mon.0) 309 : audit [DBG] from='client.? 172.21.15.88:0/1623010998' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-11T16:55:29.036 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:55:28 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:55:28.196745+0000 mon.smithi148 (mon.1) 8 : audit [INF] from='client.? 172.21.15.148:0/2768584057' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "288b81e6-7db3-47bd-89a5-fbab9def4b3c"}]: dispatch 2024-02-11T16:55:29.036 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:55:28 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:55:28.197251+0000 mon.smithi088 (mon.0) 310 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "288b81e6-7db3-47bd-89a5-fbab9def4b3c"}]: dispatch 2024-02-11T16:55:29.036 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:55:28 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:55:28.203565+0000 mon.smithi088 (mon.0) 311 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "288b81e6-7db3-47bd-89a5-fbab9def4b3c"}]': finished 2024-02-11T16:55:29.036 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:55:28 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T16:55:28.203606+0000 mon.smithi088 (mon.0) 312 : cluster [DBG] osdmap e12: 7 total, 0 up, 7 in 2024-02-11T16:55:29.036 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:55:28 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:55:28.203690+0000 mon.smithi088 (mon.0) 313 : audit [DBG] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-11T16:55:29.036 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:55:28 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:55:28.203873+0000 mon.smithi088 (mon.0) 314 : audit [DBG] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-11T16:55:29.036 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:55:28 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:55:28.204008+0000 mon.smithi088 (mon.0) 315 : audit [DBG] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-11T16:55:29.036 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:55:28 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:55:28.204133+0000 mon.smithi088 (mon.0) 316 : audit [DBG] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-11T16:55:29.036 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:55:28 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:55:28.204262+0000 mon.smithi088 (mon.0) 317 : audit [DBG] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-11T16:55:29.036 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:55:28 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:55:28.204387+0000 mon.smithi088 (mon.0) 318 : audit [DBG] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-11T16:55:29.036 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:55:28 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:55:28.204506+0000 mon.smithi088 (mon.0) 319 : audit [DBG] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-11T16:55:29.196 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:55:28 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T16:55:27.167397+0000 mgr.smithi088.srytvt (mgr.14180) 68 : cluster [DBG] pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T16:55:29.196 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:55:28 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T16:55:28.084682+0000 mon.smithi088 (mon.0) 309 : audit [DBG] from='client.? 172.21.15.88:0/1623010998' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-11T16:55:29.196 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:55:28 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T16:55:28.196745+0000 mon.smithi148 (mon.1) 8 : audit [INF] from='client.? 172.21.15.148:0/2768584057' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "288b81e6-7db3-47bd-89a5-fbab9def4b3c"}]: dispatch 2024-02-11T16:55:29.196 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:55:28 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T16:55:28.197251+0000 mon.smithi088 (mon.0) 310 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "288b81e6-7db3-47bd-89a5-fbab9def4b3c"}]: dispatch 2024-02-11T16:55:29.196 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:55:28 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T16:55:28.203565+0000 mon.smithi088 (mon.0) 311 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "288b81e6-7db3-47bd-89a5-fbab9def4b3c"}]': finished 2024-02-11T16:55:29.196 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:55:28 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T16:55:28.203606+0000 mon.smithi088 (mon.0) 312 : cluster [DBG] osdmap e12: 7 total, 0 up, 7 in 2024-02-11T16:55:29.196 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:55:28 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T16:55:28.203690+0000 mon.smithi088 (mon.0) 313 : audit [DBG] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-11T16:55:29.196 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:55:28 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T16:55:28.203873+0000 mon.smithi088 (mon.0) 314 : audit [DBG] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-11T16:55:29.197 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:55:28 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T16:55:28.204008+0000 mon.smithi088 (mon.0) 315 : audit [DBG] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-11T16:55:29.197 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:55:28 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T16:55:28.204133+0000 mon.smithi088 (mon.0) 316 : audit [DBG] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-11T16:55:29.197 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:55:28 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T16:55:28.204262+0000 mon.smithi088 (mon.0) 317 : audit [DBG] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-11T16:55:29.197 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:55:28 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T16:55:28.204387+0000 mon.smithi088 (mon.0) 318 : audit [DBG] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-11T16:55:29.197 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:55:28 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T16:55:28.204506+0000 mon.smithi088 (mon.0) 319 : audit [DBG] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-11T16:55:29.460 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid eb5e91f4-c8fd-11ee-95b9-87774f69a715 -- ceph osd stat -f json 2024-02-11T16:55:29.785 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:55:29 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:55:28.926450+0000 mon.smithi088 (mon.0) 320 : audit [INF] from='client.? 172.21.15.88:0/2563848320' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "ef5c43ff-448a-4504-8013-4d327b0c4536"}]: dispatch 2024-02-11T16:55:29.786 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:55:29 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:55:28.931944+0000 mon.smithi088 (mon.0) 321 : audit [INF] from='client.? 172.21.15.88:0/2563848320' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "ef5c43ff-448a-4504-8013-4d327b0c4536"}]': finished 2024-02-11T16:55:29.786 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:55:29 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T16:55:28.931983+0000 mon.smithi088 (mon.0) 322 : cluster [DBG] osdmap e13: 8 total, 0 up, 8 in 2024-02-11T16:55:29.786 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:55:29 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:55:28.932077+0000 mon.smithi088 (mon.0) 323 : audit [DBG] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-11T16:55:29.786 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:55:29 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:55:28.932404+0000 mon.smithi088 (mon.0) 324 : audit [DBG] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-11T16:55:29.786 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:55:29 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:55:28.932607+0000 mon.smithi088 (mon.0) 325 : audit [DBG] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-11T16:55:29.786 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:55:29 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:55:28.932803+0000 mon.smithi088 (mon.0) 326 : audit [DBG] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-11T16:55:29.786 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:55:29 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:55:28.933018+0000 mon.smithi088 (mon.0) 327 : audit [DBG] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-11T16:55:29.786 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:55:29 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:55:28.933210+0000 mon.smithi088 (mon.0) 328 : audit [DBG] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-11T16:55:29.786 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:55:29 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:55:28.933404+0000 mon.smithi088 (mon.0) 329 : audit [DBG] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-11T16:55:29.786 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:55:29 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:55:28.933599+0000 mon.smithi088 (mon.0) 330 : audit [DBG] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-11T16:55:29.786 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:55:29 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:55:29.539868+0000 mon.smithi148 (mon.1) 9 : audit [DBG] from='client.? 172.21.15.148:0/2018996999' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-02-11T16:55:30.196 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:55:29 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T16:55:28.926450+0000 mon.smithi088 (mon.0) 320 : audit [INF] from='client.? 172.21.15.88:0/2563848320' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "ef5c43ff-448a-4504-8013-4d327b0c4536"}]: dispatch 2024-02-11T16:55:30.196 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:55:29 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T16:55:28.931944+0000 mon.smithi088 (mon.0) 321 : audit [INF] from='client.? 172.21.15.88:0/2563848320' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "ef5c43ff-448a-4504-8013-4d327b0c4536"}]': finished 2024-02-11T16:55:30.196 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:55:29 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T16:55:28.931983+0000 mon.smithi088 (mon.0) 322 : cluster [DBG] osdmap e13: 8 total, 0 up, 8 in 2024-02-11T16:55:30.196 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:55:29 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T16:55:28.932077+0000 mon.smithi088 (mon.0) 323 : audit [DBG] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-11T16:55:30.196 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:55:29 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T16:55:28.932404+0000 mon.smithi088 (mon.0) 324 : audit [DBG] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-11T16:55:30.196 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:55:29 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T16:55:28.932607+0000 mon.smithi088 (mon.0) 325 : audit [DBG] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-11T16:55:30.197 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:55:29 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T16:55:28.932803+0000 mon.smithi088 (mon.0) 326 : audit [DBG] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-11T16:55:30.197 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:55:29 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T16:55:28.933018+0000 mon.smithi088 (mon.0) 327 : audit [DBG] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-11T16:55:30.197 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:55:29 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T16:55:28.933210+0000 mon.smithi088 (mon.0) 328 : audit [DBG] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-11T16:55:30.197 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:55:29 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T16:55:28.933404+0000 mon.smithi088 (mon.0) 329 : audit [DBG] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-11T16:55:30.197 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:55:29 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T16:55:28.933599+0000 mon.smithi088 (mon.0) 330 : audit [DBG] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-11T16:55:30.197 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:55:29 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T16:55:29.539868+0000 mon.smithi148 (mon.1) 9 : audit [DBG] from='client.? 172.21.15.148:0/2018996999' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-02-11T16:55:31.035 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:55:30 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T16:55:29.167657+0000 mgr.smithi088.srytvt (mgr.14180) 69 : cluster [DBG] pgmap v36: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T16:55:31.147 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-11T16:55:31.195 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:55:30 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T16:55:29.167657+0000 mgr.smithi088.srytvt (mgr.14180) 69 : cluster [DBG] pgmap v36: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T16:55:31.507 INFO:teuthology.orchestra.run.smithi088.stdout:{"epoch":13,"num_osds":8,"num_up_osds":0,"osd_up_since":0,"num_in_osds":8,"osd_in_since":1707670528,"num_remapped_pgs":0} 2024-02-11T16:55:31.785 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:55:31 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:55:31.023316+0000 mon.smithi088 (mon.0) 331 : audit [DBG] from='client.? 172.21.15.88:0/1087440134' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-02-11T16:55:31.785 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:55:31 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:55:31.146630+0000 mon.smithi088 (mon.0) 332 : audit [DBG] from='client.? 172.21.15.88:0/1490726709' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-11T16:55:32.062 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:55:31 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T16:55:31.023316+0000 mon.smithi088 (mon.0) 331 : audit [DBG] from='client.? 172.21.15.88:0/1087440134' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-02-11T16:55:32.062 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:55:31 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T16:55:31.146630+0000 mon.smithi088 (mon.0) 332 : audit [DBG] from='client.? 172.21.15.88:0/1490726709' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-11T16:55:32.509 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid eb5e91f4-c8fd-11ee-95b9-87774f69a715 -- ceph osd stat -f json 2024-02-11T16:55:32.853 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:55:32 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T16:55:31.167895+0000 mgr.smithi088.srytvt (mgr.14180) 70 : cluster [DBG] pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T16:55:33.100 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:55:32 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T16:55:31.167895+0000 mgr.smithi088.srytvt (mgr.14180) 70 : cluster [DBG] pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T16:55:34.085 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-11T16:55:34.774 INFO:teuthology.orchestra.run.smithi088.stdout:{"epoch":13,"num_osds":8,"num_up_osds":0,"osd_up_since":0,"num_in_osds":8,"osd_in_since":1707670528,"num_remapped_pgs":0} 2024-02-11T16:55:34.807 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:55:34 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T16:55:33.168160+0000 mgr.smithi088.srytvt (mgr.14180) 71 : cluster [DBG] pgmap v38: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T16:55:34.807 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:55:34 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T16:55:33.871745+0000 mon.smithi088 (mon.0) 333 : audit [INF] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-02-11T16:55:34.807 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:55:34 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T16:55:33.872494+0000 mon.smithi088 (mon.0) 334 : audit [DBG] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-11T16:55:34.807 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:55:34 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cephadm 2024-02-11T16:55:33.873143+0000 mgr.smithi088.srytvt (mgr.14180) 72 : cephadm [INF] Deploying daemon osd.0 on smithi148 2024-02-11T16:55:34.808 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:55:34 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T16:55:34.084611+0000 mon.smithi088 (mon.0) 335 : audit [DBG] from='client.? 172.21.15.88:0/134594858' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-11T16:55:35.035 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:55:34 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T16:55:33.168160+0000 mgr.smithi088.srytvt (mgr.14180) 71 : cluster [DBG] pgmap v38: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T16:55:35.035 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:55:34 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:55:33.871745+0000 mon.smithi088 (mon.0) 333 : audit [INF] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-02-11T16:55:35.035 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:55:34 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:55:33.872494+0000 mon.smithi088 (mon.0) 334 : audit [DBG] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-11T16:55:35.036 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:55:34 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cephadm 2024-02-11T16:55:33.873143+0000 mgr.smithi088.srytvt (mgr.14180) 72 : cephadm [INF] Deploying daemon osd.0 on smithi148 2024-02-11T16:55:35.036 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:55:34 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:55:34.084611+0000 mon.smithi088 (mon.0) 335 : audit [DBG] from='client.? 172.21.15.88:0/134594858' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-11T16:55:35.775 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid eb5e91f4-c8fd-11ee-95b9-87774f69a715 -- ceph osd stat -f json 2024-02-11T16:55:36.014 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:55:35 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:55:35.625571+0000 mon.smithi088 (mon.0) 336 : audit [INF] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-02-11T16:55:36.015 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:55:35 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:55:35.626218+0000 mon.smithi088 (mon.0) 337 : audit [DBG] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-11T16:55:36.196 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:55:35 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T16:55:35.625571+0000 mon.smithi088 (mon.0) 336 : audit [INF] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-02-11T16:55:36.196 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:55:35 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T16:55:35.626218+0000 mon.smithi088 (mon.0) 337 : audit [DBG] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-11T16:55:37.024 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:55:36 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T16:55:35.168493+0000 mgr.smithi088.srytvt (mgr.14180) 73 : cluster [DBG] pgmap v39: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T16:55:37.024 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:55:36 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cephadm 2024-02-11T16:55:35.626761+0000 mgr.smithi088.srytvt (mgr.14180) 74 : cephadm [INF] Deploying daemon osd.1 on smithi088 2024-02-11T16:55:37.079 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:55:36 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T16:55:35.168493+0000 mgr.smithi088.srytvt (mgr.14180) 73 : cluster [DBG] pgmap v39: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T16:55:37.080 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:55:36 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cephadm 2024-02-11T16:55:35.626761+0000 mgr.smithi088.srytvt (mgr.14180) 74 : cephadm [INF] Deploying daemon osd.1 on smithi088 2024-02-11T16:55:37.500 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-11T16:55:38.124 INFO:teuthology.orchestra.run.smithi088.stdout:{"epoch":13,"num_osds":8,"num_up_osds":0,"osd_up_since":0,"num_in_osds":8,"osd_in_since":1707670528,"num_remapped_pgs":0} 2024-02-11T16:55:38.356 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:55:38 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:55:37.165391+0000 mon.smithi088 (mon.0) 338 : audit [INF] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' 2024-02-11T16:55:38.356 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:55:38 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:55:37.166021+0000 mon.smithi088 (mon.0) 339 : audit [INF] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-02-11T16:55:38.356 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:55:38 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:55:37.166627+0000 mon.smithi088 (mon.0) 340 : audit [DBG] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-11T16:55:38.356 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:55:38 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cephadm 2024-02-11T16:55:37.167140+0000 mgr.smithi088.srytvt (mgr.14180) 75 : cephadm [INF] Deploying daemon osd.2 on smithi148 2024-02-11T16:55:38.356 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:55:38 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T16:55:37.168692+0000 mgr.smithi088.srytvt (mgr.14180) 76 : cluster [DBG] pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T16:55:38.356 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:55:38 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:55:37.500332+0000 mon.smithi088 (mon.0) 341 : audit [DBG] from='client.? 172.21.15.88:0/2480639097' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-11T16:55:38.446 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:55:38 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T16:55:37.165391+0000 mon.smithi088 (mon.0) 338 : audit [INF] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' 2024-02-11T16:55:38.446 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:55:38 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T16:55:37.166021+0000 mon.smithi088 (mon.0) 339 : audit [INF] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-02-11T16:55:38.446 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:55:38 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T16:55:37.166627+0000 mon.smithi088 (mon.0) 340 : audit [DBG] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-11T16:55:38.447 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:55:38 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cephadm 2024-02-11T16:55:37.167140+0000 mgr.smithi088.srytvt (mgr.14180) 75 : cephadm [INF] Deploying daemon osd.2 on smithi148 2024-02-11T16:55:38.447 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:55:38 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T16:55:37.168692+0000 mgr.smithi088.srytvt (mgr.14180) 76 : cluster [DBG] pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T16:55:38.447 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:55:38 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T16:55:37.500332+0000 mon.smithi088 (mon.0) 341 : audit [DBG] from='client.? 172.21.15.88:0/2480639097' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-11T16:55:39.127 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid eb5e91f4-c8fd-11ee-95b9-87774f69a715 -- ceph osd stat -f json 2024-02-11T16:55:40.760 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-11T16:55:40.904 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:55:40 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T16:55:39.168955+0000 mgr.smithi088.srytvt (mgr.14180) 77 : cluster [DBG] pgmap v41: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T16:55:40.905 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:55:40 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:55:39.781494+0000 mon.smithi088 (mon.0) 342 : audit [INF] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' 2024-02-11T16:55:40.905 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:55:40 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:55:39.782136+0000 mon.smithi088 (mon.0) 343 : audit [INF] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2024-02-11T16:55:40.905 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:55:40 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:55:39.782632+0000 mon.smithi088 (mon.0) 344 : audit [DBG] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-11T16:55:40.905 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:55:40 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cephadm 2024-02-11T16:55:39.783069+0000 mgr.smithi088.srytvt (mgr.14180) 78 : cephadm [INF] Deploying daemon osd.3 on smithi088 2024-02-11T16:55:40.905 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:55:40 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:55:40.383367+0000 mon.smithi148 (mon.1) 10 : audit [INF] from='osd.0 [v2:172.21.15.148:6800/2709710974,v1:172.21.15.148:6801/2709710974]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-02-11T16:55:40.905 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:55:40 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:55:40.383878+0000 mon.smithi088 (mon.0) 345 : audit [INF] from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-02-11T16:55:40.905 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:55:40 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:55:40.566974+0000 mon.smithi088 (mon.0) 346 : audit [INF] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' 2024-02-11T16:55:40.905 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:55:40 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:55:40.567631+0000 mon.smithi088 (mon.0) 347 : audit [INF] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2024-02-11T16:55:40.905 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:55:40 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:55:40.568269+0000 mon.smithi088 (mon.0) 348 : audit [DBG] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-11T16:55:40.905 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:55:40 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:55:40.759820+0000 mon.smithi088 (mon.0) 349 : audit [DBG] from='client.? 172.21.15.88:0/1971964992' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-11T16:55:41.128 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:55:40 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T16:55:39.168955+0000 mgr.smithi088.srytvt (mgr.14180) 77 : cluster [DBG] pgmap v41: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T16:55:41.143 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:55:40 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T16:55:39.781494+0000 mon.smithi088 (mon.0) 342 : audit [INF] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' 2024-02-11T16:55:41.143 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:55:40 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T16:55:39.782136+0000 mon.smithi088 (mon.0) 343 : audit [INF] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2024-02-11T16:55:41.143 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:55:40 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T16:55:39.782632+0000 mon.smithi088 (mon.0) 344 : audit [DBG] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-11T16:55:41.143 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:55:40 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cephadm 2024-02-11T16:55:39.783069+0000 mgr.smithi088.srytvt (mgr.14180) 78 : cephadm [INF] Deploying daemon osd.3 on smithi088 2024-02-11T16:55:41.143 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:55:40 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T16:55:40.383367+0000 mon.smithi148 (mon.1) 10 : audit [INF] from='osd.0 [v2:172.21.15.148:6800/2709710974,v1:172.21.15.148:6801/2709710974]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-02-11T16:55:41.143 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:55:40 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T16:55:40.383878+0000 mon.smithi088 (mon.0) 345 : audit [INF] from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-02-11T16:55:41.143 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:55:40 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T16:55:40.566974+0000 mon.smithi088 (mon.0) 346 : audit [INF] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' 2024-02-11T16:55:41.143 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:55:40 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T16:55:40.567631+0000 mon.smithi088 (mon.0) 347 : audit [INF] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2024-02-11T16:55:41.143 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:55:40 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T16:55:40.568269+0000 mon.smithi088 (mon.0) 348 : audit [DBG] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-11T16:55:41.143 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:55:40 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T16:55:40.759820+0000 mon.smithi088 (mon.0) 349 : audit [DBG] from='client.? 172.21.15.88:0/1971964992' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-11T16:55:41.439 INFO:teuthology.orchestra.run.smithi088.stdout:{"epoch":13,"num_osds":8,"num_up_osds":0,"osd_up_since":0,"num_in_osds":8,"osd_in_since":1707670528,"num_remapped_pgs":0} 2024-02-11T16:55:41.906 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:55:41 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cephadm 2024-02-11T16:55:40.568822+0000 mgr.smithi088.srytvt (mgr.14180) 79 : cephadm [INF] Deploying daemon osd.4 on smithi148 2024-02-11T16:55:41.906 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:55:41 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T16:55:40.792014+0000 mon.smithi088 (mon.0) 350 : audit [INF] from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-02-11T16:55:41.907 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:55:41 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T16:55:40.792065+0000 mon.smithi088 (mon.0) 351 : cluster [DBG] osdmap e14: 8 total, 0 up, 8 in 2024-02-11T16:55:41.907 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:55:41 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T16:55:40.792154+0000 mon.smithi088 (mon.0) 352 : audit [DBG] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-11T16:55:41.907 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:55:41 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T16:55:40.792425+0000 mon.smithi088 (mon.0) 353 : audit [DBG] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-11T16:55:41.907 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:55:41 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T16:55:40.792572+0000 mon.smithi088 (mon.0) 354 : audit [DBG] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-11T16:55:41.907 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:55:41 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T16:55:40.792602+0000 mon.smithi148 (mon.1) 11 : audit [INF] from='osd.0 [v2:172.21.15.148:6800/2709710974,v1:172.21.15.148:6801/2709710974]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi148", "root=default"]}]: dispatch 2024-02-11T16:55:41.907 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:55:41 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T16:55:40.792712+0000 mon.smithi088 (mon.0) 355 : audit [DBG] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-11T16:55:41.907 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:55:41 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T16:55:40.792890+0000 mon.smithi088 (mon.0) 356 : audit [DBG] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-11T16:55:41.907 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:55:41 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T16:55:40.793144+0000 mon.smithi088 (mon.0) 357 : audit [INF] from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi148", "root=default"]}]: dispatch 2024-02-11T16:55:41.907 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:55:41 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T16:55:40.793322+0000 mon.smithi088 (mon.0) 358 : audit [DBG] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-11T16:55:41.907 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:55:41 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T16:55:40.793446+0000 mon.smithi088 (mon.0) 359 : audit [DBG] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-11T16:55:41.907 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:55:41 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T16:55:40.793568+0000 mon.smithi088 (mon.0) 360 : audit [DBG] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-11T16:55:42.035 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:55:41 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cephadm 2024-02-11T16:55:40.568822+0000 mgr.smithi088.srytvt (mgr.14180) 79 : cephadm [INF] Deploying daemon osd.4 on smithi148 2024-02-11T16:55:42.036 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:55:41 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:55:40.792014+0000 mon.smithi088 (mon.0) 350 : audit [INF] from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-02-11T16:55:42.036 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:55:41 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T16:55:40.792065+0000 mon.smithi088 (mon.0) 351 : cluster [DBG] osdmap e14: 8 total, 0 up, 8 in 2024-02-11T16:55:42.036 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:55:41 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:55:40.792154+0000 mon.smithi088 (mon.0) 352 : audit [DBG] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-11T16:55:42.036 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:55:41 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:55:40.792425+0000 mon.smithi088 (mon.0) 353 : audit [DBG] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-11T16:55:42.036 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:55:41 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:55:40.792572+0000 mon.smithi088 (mon.0) 354 : audit [DBG] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-11T16:55:42.037 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:55:41 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:55:40.792602+0000 mon.smithi148 (mon.1) 11 : audit [INF] from='osd.0 [v2:172.21.15.148:6800/2709710974,v1:172.21.15.148:6801/2709710974]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi148", "root=default"]}]: dispatch 2024-02-11T16:55:42.037 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:55:41 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:55:40.792712+0000 mon.smithi088 (mon.0) 355 : audit [DBG] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-11T16:55:42.037 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:55:41 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:55:40.792890+0000 mon.smithi088 (mon.0) 356 : audit [DBG] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-11T16:55:42.037 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:55:41 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:55:40.793144+0000 mon.smithi088 (mon.0) 357 : audit [INF] from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi148", "root=default"]}]: dispatch 2024-02-11T16:55:42.037 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:55:41 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:55:40.793322+0000 mon.smithi088 (mon.0) 358 : audit [DBG] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-11T16:55:42.037 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:55:41 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:55:40.793446+0000 mon.smithi088 (mon.0) 359 : audit [DBG] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-11T16:55:42.038 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:55:41 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:55:40.793568+0000 mon.smithi088 (mon.0) 360 : audit [DBG] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-11T16:55:42.440 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid eb5e91f4-c8fd-11ee-95b9-87774f69a715 -- ceph osd stat -f json 2024-02-11T16:55:43.070 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:55:42 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T16:55:41.169217+0000 mgr.smithi088.srytvt (mgr.14180) 80 : cluster [DBG] pgmap v43: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T16:55:43.070 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:55:42 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:55:41.794465+0000 mon.smithi088 (mon.0) 361 : audit [INF] from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi148", "root=default"]}]': finished 2024-02-11T16:55:43.071 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:55:42 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T16:55:41.794519+0000 mon.smithi088 (mon.0) 362 : cluster [DBG] osdmap e15: 8 total, 0 up, 8 in 2024-02-11T16:55:43.071 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:55:42 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:55:41.794857+0000 mon.smithi088 (mon.0) 363 : audit [DBG] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-11T16:55:43.071 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:55:42 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:55:41.795075+0000 mon.smithi088 (mon.0) 364 : audit [DBG] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-11T16:55:43.071 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:55:42 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:55:41.795211+0000 mon.smithi088 (mon.0) 365 : audit [DBG] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-11T16:55:43.071 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:55:42 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:55:41.795379+0000 mon.smithi088 (mon.0) 366 : audit [DBG] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-11T16:55:43.071 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:55:42 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:55:41.795516+0000 mon.smithi088 (mon.0) 367 : audit [DBG] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-11T16:55:43.071 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:55:42 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:55:41.795646+0000 mon.smithi088 (mon.0) 368 : audit [DBG] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-11T16:55:43.071 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:55:42 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:55:41.795780+0000 mon.smithi088 (mon.0) 369 : audit [DBG] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-11T16:55:43.071 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:55:42 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:55:41.795909+0000 mon.smithi088 (mon.0) 370 : audit [DBG] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-11T16:55:43.071 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:55:42 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:55:41.800191+0000 mon.smithi088 (mon.0) 371 : audit [DBG] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-11T16:55:43.196 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:55:42 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T16:55:41.169217+0000 mgr.smithi088.srytvt (mgr.14180) 80 : cluster [DBG] pgmap v43: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T16:55:43.197 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:55:42 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T16:55:41.794465+0000 mon.smithi088 (mon.0) 361 : audit [INF] from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi148", "root=default"]}]': finished 2024-02-11T16:55:43.197 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:55:42 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T16:55:41.794519+0000 mon.smithi088 (mon.0) 362 : cluster [DBG] osdmap e15: 8 total, 0 up, 8 in 2024-02-11T16:55:43.197 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:55:42 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T16:55:41.794857+0000 mon.smithi088 (mon.0) 363 : audit [DBG] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-11T16:55:43.197 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:55:42 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T16:55:41.795075+0000 mon.smithi088 (mon.0) 364 : audit [DBG] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-11T16:55:43.197 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:55:42 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T16:55:41.795211+0000 mon.smithi088 (mon.0) 365 : audit [DBG] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-11T16:55:43.197 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:55:42 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T16:55:41.795379+0000 mon.smithi088 (mon.0) 366 : audit [DBG] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-11T16:55:43.197 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:55:42 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T16:55:41.795516+0000 mon.smithi088 (mon.0) 367 : audit [DBG] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-11T16:55:43.197 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:55:42 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T16:55:41.795646+0000 mon.smithi088 (mon.0) 368 : audit [DBG] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-11T16:55:43.197 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:55:42 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T16:55:41.795780+0000 mon.smithi088 (mon.0) 369 : audit [DBG] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-11T16:55:43.197 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:55:42 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T16:55:41.795909+0000 mon.smithi088 (mon.0) 370 : audit [DBG] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-11T16:55:43.198 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:55:42 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T16:55:41.800191+0000 mon.smithi088 (mon.0) 371 : audit [DBG] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-11T16:55:44.144 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:55:43 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T16:55:41.382571+0000 osd.0 (osd.0) 1 : cluster [DBG] purged_snaps scrub starts 2024-02-11T16:55:44.144 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:55:43 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T16:55:41.382616+0000 osd.0 (osd.0) 2 : cluster [DBG] purged_snaps scrub ok 2024-02-11T16:55:44.144 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:55:43 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:55:42.798316+0000 mon.smithi088 (mon.0) 372 : audit [DBG] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-11T16:55:44.144 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:55:43 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T16:55:42.804003+0000 mon.smithi088 (mon.0) 373 : cluster [INF] osd.0 [v2:172.21.15.148:6800/2709710974,v1:172.21.15.148:6801/2709710974] boot 2024-02-11T16:55:44.144 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:55:43 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T16:55:42.804048+0000 mon.smithi088 (mon.0) 374 : cluster [DBG] osdmap e16: 8 total, 1 up, 8 in 2024-02-11T16:55:44.144 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:55:43 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:55:42.804824+0000 mon.smithi088 (mon.0) 375 : audit [DBG] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-11T16:55:44.144 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:55:43 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:55:42.804990+0000 mon.smithi088 (mon.0) 376 : audit [DBG] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-11T16:55:44.144 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:55:43 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:55:42.805125+0000 mon.smithi088 (mon.0) 377 : audit [DBG] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-11T16:55:44.144 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:55:43 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:55:42.805345+0000 mon.smithi088 (mon.0) 378 : audit [DBG] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-11T16:55:44.145 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:55:43 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:55:42.805541+0000 mon.smithi088 (mon.0) 379 : audit [DBG] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-11T16:55:44.145 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:55:43 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:55:42.805724+0000 mon.smithi088 (mon.0) 380 : audit [DBG] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-11T16:55:44.145 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:55:43 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:55:42.805881+0000 mon.smithi088 (mon.0) 381 : audit [DBG] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-11T16:55:44.145 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:55:43 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:55:42.806039+0000 mon.smithi088 (mon.0) 382 : audit [DBG] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-11T16:55:44.145 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:55:43 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:55:42.984967+0000 mon.smithi088 (mon.0) 383 : audit [INF] from='osd.1 [v2:172.21.15.88:6802/1749839983,v1:172.21.15.88:6803/1749839983]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-02-11T16:55:44.145 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:55:43 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:55:43.780135+0000 mon.smithi148 (mon.1) 12 : audit [INF] from='osd.2 [v2:172.21.15.148:6808/3180159350,v1:172.21.15.148:6809/3180159350]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-02-11T16:55:44.145 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:55:43 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:55:43.780546+0000 mon.smithi088 (mon.0) 384 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-02-11T16:55:44.157 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-11T16:55:44.196 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:55:43 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T16:55:41.382571+0000 osd.0 (osd.0) 1 : cluster [DBG] purged_snaps scrub starts 2024-02-11T16:55:44.196 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:55:43 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T16:55:41.382616+0000 osd.0 (osd.0) 2 : cluster [DBG] purged_snaps scrub ok 2024-02-11T16:55:44.197 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:55:43 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T16:55:42.798316+0000 mon.smithi088 (mon.0) 372 : audit [DBG] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-11T16:55:44.197 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:55:43 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T16:55:42.804003+0000 mon.smithi088 (mon.0) 373 : cluster [INF] osd.0 [v2:172.21.15.148:6800/2709710974,v1:172.21.15.148:6801/2709710974] boot 2024-02-11T16:55:44.197 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:55:43 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T16:55:42.804048+0000 mon.smithi088 (mon.0) 374 : cluster [DBG] osdmap e16: 8 total, 1 up, 8 in 2024-02-11T16:55:44.197 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:55:43 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T16:55:42.804824+0000 mon.smithi088 (mon.0) 375 : audit [DBG] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-11T16:55:44.197 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:55:43 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T16:55:42.804990+0000 mon.smithi088 (mon.0) 376 : audit [DBG] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-11T16:55:44.197 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:55:43 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T16:55:42.805125+0000 mon.smithi088 (mon.0) 377 : audit [DBG] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-11T16:55:44.198 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:55:43 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T16:55:42.805345+0000 mon.smithi088 (mon.0) 378 : audit [DBG] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-11T16:55:44.198 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:55:43 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T16:55:42.805541+0000 mon.smithi088 (mon.0) 379 : audit [DBG] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-11T16:55:44.198 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:55:43 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T16:55:42.805724+0000 mon.smithi088 (mon.0) 380 : audit [DBG] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-11T16:55:44.198 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:55:43 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T16:55:42.805881+0000 mon.smithi088 (mon.0) 381 : audit [DBG] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-11T16:55:44.198 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:55:43 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T16:55:42.806039+0000 mon.smithi088 (mon.0) 382 : audit [DBG] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-11T16:55:44.198 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:55:43 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T16:55:42.984967+0000 mon.smithi088 (mon.0) 383 : audit [INF] from='osd.1 [v2:172.21.15.88:6802/1749839983,v1:172.21.15.88:6803/1749839983]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-02-11T16:55:44.198 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:55:43 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T16:55:43.780135+0000 mon.smithi148 (mon.1) 12 : audit [INF] from='osd.2 [v2:172.21.15.148:6808/3180159350,v1:172.21.15.148:6809/3180159350]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-02-11T16:55:44.198 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:55:43 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T16:55:43.780546+0000 mon.smithi088 (mon.0) 384 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-02-11T16:55:44.627 INFO:teuthology.orchestra.run.smithi088.stdout:{"epoch":17,"num_osds":8,"num_up_osds":1,"osd_up_since":1707670542,"num_in_osds":8,"osd_in_since":1707670528,"num_remapped_pgs":0} 2024-02-11T16:55:45.051 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:55:44 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T16:55:43.169446+0000 mgr.smithi088.srytvt (mgr.14180) 81 : cluster [DBG] pgmap v46: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T16:55:45.052 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:55:44 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T16:55:43.819027+0000 mon.smithi088 (mon.0) 385 : audit [INF] from='osd.1 [v2:172.21.15.88:6802/1749839983,v1:172.21.15.88:6803/1749839983]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-02-11T16:55:45.052 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:55:44 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T16:55:43.819075+0000 mon.smithi088 (mon.0) 386 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-02-11T16:55:45.052 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:55:44 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T16:55:43.819111+0000 mon.smithi088 (mon.0) 387 : cluster [DBG] osdmap e17: 8 total, 1 up, 8 in 2024-02-11T16:55:45.052 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:55:44 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T16:55:43.819407+0000 mon.smithi088 (mon.0) 388 : audit [DBG] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-11T16:55:45.052 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:55:44 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T16:55:43.819640+0000 mon.smithi148 (mon.1) 13 : audit [INF] from='osd.2 [v2:172.21.15.148:6808/3180159350,v1:172.21.15.148:6809/3180159350]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi148", "root=default"]}]: dispatch 2024-02-11T16:55:45.052 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:55:44 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T16:55:43.819784+0000 mon.smithi088 (mon.0) 389 : audit [DBG] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-11T16:55:45.052 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:55:44 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T16:55:43.819993+0000 mon.smithi088 (mon.0) 390 : audit [DBG] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-11T16:55:45.052 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:55:44 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T16:55:43.820201+0000 mon.smithi088 (mon.0) 391 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi148", "root=default"]}]: dispatch 2024-02-11T16:55:45.052 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:55:44 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T16:55:43.820381+0000 mon.smithi088 (mon.0) 392 : audit [INF] from='osd.1 [v2:172.21.15.88:6802/1749839983,v1:172.21.15.88:6803/1749839983]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi088", "root=default"]}]: dispatch 2024-02-11T16:55:45.052 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:55:44 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T16:55:43.820554+0000 mon.smithi088 (mon.0) 393 : audit [DBG] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-11T16:55:45.052 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:55:44 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T16:55:43.820789+0000 mon.smithi088 (mon.0) 394 : audit [DBG] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-11T16:55:45.052 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:55:44 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T16:55:43.820953+0000 mon.smithi088 (mon.0) 395 : audit [DBG] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-11T16:55:45.053 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:55:44 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T16:55:43.821116+0000 mon.smithi088 (mon.0) 396 : audit [DBG] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-11T16:55:45.053 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:55:44 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T16:55:43.982976+0000 mon.smithi088 (mon.0) 397 : audit [INF] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' 2024-02-11T16:55:45.053 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:55:44 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T16:55:43.987617+0000 mon.smithi088 (mon.0) 398 : audit [INF] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2024-02-11T16:55:45.053 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:55:44 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T16:55:43.988257+0000 mon.smithi088 (mon.0) 399 : audit [DBG] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-11T16:55:45.053 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:55:44 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T16:55:44.157214+0000 mon.smithi088 (mon.0) 400 : audit [DBG] from='client.? 172.21.15.88:0/1380527373' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-11T16:55:45.053 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:55:44 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T16:55:44.288274+0000 mon.smithi088 (mon.0) 401 : audit [INF] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' 2024-02-11T16:55:45.053 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:55:44 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T16:55:44.288909+0000 mon.smithi088 (mon.0) 402 : audit [INF] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2024-02-11T16:55:45.053 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:55:44 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T16:55:44.289407+0000 mon.smithi088 (mon.0) 403 : audit [DBG] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-11T16:55:45.076 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:55:44 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T16:55:43.169446+0000 mgr.smithi088.srytvt (mgr.14180) 81 : cluster [DBG] pgmap v46: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T16:55:45.076 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:55:44 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:55:43.819027+0000 mon.smithi088 (mon.0) 385 : audit [INF] from='osd.1 [v2:172.21.15.88:6802/1749839983,v1:172.21.15.88:6803/1749839983]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-02-11T16:55:45.076 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:55:44 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:55:43.819075+0000 mon.smithi088 (mon.0) 386 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-02-11T16:55:45.076 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:55:44 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T16:55:43.819111+0000 mon.smithi088 (mon.0) 387 : cluster [DBG] osdmap e17: 8 total, 1 up, 8 in 2024-02-11T16:55:45.076 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:55:44 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:55:43.819407+0000 mon.smithi088 (mon.0) 388 : audit [DBG] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-11T16:55:45.076 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:55:44 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:55:43.819640+0000 mon.smithi148 (mon.1) 13 : audit [INF] from='osd.2 [v2:172.21.15.148:6808/3180159350,v1:172.21.15.148:6809/3180159350]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi148", "root=default"]}]: dispatch 2024-02-11T16:55:45.076 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:55:44 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:55:43.819784+0000 mon.smithi088 (mon.0) 389 : audit [DBG] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-11T16:55:45.076 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:55:44 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:55:43.819993+0000 mon.smithi088 (mon.0) 390 : audit [DBG] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-11T16:55:45.076 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:55:44 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:55:43.820201+0000 mon.smithi088 (mon.0) 391 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi148", "root=default"]}]: dispatch 2024-02-11T16:55:45.076 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:55:44 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:55:43.820381+0000 mon.smithi088 (mon.0) 392 : audit [INF] from='osd.1 [v2:172.21.15.88:6802/1749839983,v1:172.21.15.88:6803/1749839983]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi088", "root=default"]}]: dispatch 2024-02-11T16:55:45.076 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:55:44 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:55:43.820554+0000 mon.smithi088 (mon.0) 393 : audit [DBG] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-11T16:55:45.077 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:55:44 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:55:43.820789+0000 mon.smithi088 (mon.0) 394 : audit [DBG] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-11T16:55:45.077 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:55:44 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:55:43.820953+0000 mon.smithi088 (mon.0) 395 : audit [DBG] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-11T16:55:45.077 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:55:44 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:55:43.821116+0000 mon.smithi088 (mon.0) 396 : audit [DBG] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-11T16:55:45.077 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:55:44 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:55:43.982976+0000 mon.smithi088 (mon.0) 397 : audit [INF] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' 2024-02-11T16:55:45.077 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:55:44 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:55:43.987617+0000 mon.smithi088 (mon.0) 398 : audit [INF] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2024-02-11T16:55:45.077 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:55:44 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:55:43.988257+0000 mon.smithi088 (mon.0) 399 : audit [DBG] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-11T16:55:45.077 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:55:44 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:55:44.157214+0000 mon.smithi088 (mon.0) 400 : audit [DBG] from='client.? 172.21.15.88:0/1380527373' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-11T16:55:45.077 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:55:44 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:55:44.288274+0000 mon.smithi088 (mon.0) 401 : audit [INF] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' 2024-02-11T16:55:45.077 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:55:44 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:55:44.288909+0000 mon.smithi088 (mon.0) 402 : audit [INF] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2024-02-11T16:55:45.077 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:55:44 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:55:44.289407+0000 mon.smithi088 (mon.0) 403 : audit [DBG] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-11T16:55:45.629 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid eb5e91f4-c8fd-11ee-95b9-87774f69a715 -- ceph osd stat -f json 2024-02-11T16:55:46.020 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:55:45 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cephadm 2024-02-11T16:55:43.988779+0000 mgr.smithi088.srytvt (mgr.14180) 82 : cephadm [INF] Deploying daemon osd.6 on smithi148 2024-02-11T16:55:46.021 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:55:45 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cephadm 2024-02-11T16:55:44.289823+0000 mgr.smithi088.srytvt (mgr.14180) 83 : cephadm [INF] Deploying daemon osd.5 on smithi088 2024-02-11T16:55:46.021 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:55:45 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:55:44.817869+0000 mon.smithi088 (mon.0) 404 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi148", "root=default"]}]': finished 2024-02-11T16:55:46.021 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:55:45 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:55:44.817933+0000 mon.smithi088 (mon.0) 405 : audit [INF] from='osd.1 [v2:172.21.15.88:6802/1749839983,v1:172.21.15.88:6803/1749839983]' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi088", "root=default"]}]': finished 2024-02-11T16:55:46.021 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:55:45 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T16:55:44.817968+0000 mon.smithi088 (mon.0) 406 : cluster [DBG] osdmap e18: 8 total, 1 up, 8 in 2024-02-11T16:55:46.021 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:55:45 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:55:44.818303+0000 mon.smithi088 (mon.0) 407 : audit [DBG] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-11T16:55:46.022 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:55:45 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:55:44.818541+0000 mon.smithi088 (mon.0) 408 : audit [DBG] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-11T16:55:46.022 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:55:45 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:55:44.818907+0000 mon.smithi088 (mon.0) 409 : audit [DBG] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-11T16:55:46.022 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:55:45 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:55:44.819067+0000 mon.smithi088 (mon.0) 410 : audit [DBG] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-11T16:55:46.022 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:55:45 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:55:44.819179+0000 mon.smithi088 (mon.0) 411 : audit [DBG] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-11T16:55:46.022 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:55:45 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:55:44.819394+0000 mon.smithi088 (mon.0) 412 : audit [DBG] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-11T16:55:46.022 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:55:45 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:55:44.819579+0000 mon.smithi088 (mon.0) 413 : audit [DBG] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-11T16:55:46.022 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:55:45 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:55:44.823609+0000 mon.smithi088 (mon.0) 414 : audit [DBG] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-11T16:55:46.022 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:55:45 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:55:44.823810+0000 mon.smithi088 (mon.0) 415 : audit [DBG] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-11T16:55:46.024 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:55:45 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cephadm 2024-02-11T16:55:43.988779+0000 mgr.smithi088.srytvt (mgr.14180) 82 : cephadm [INF] Deploying daemon osd.6 on smithi148 2024-02-11T16:55:46.025 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:55:45 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cephadm 2024-02-11T16:55:44.289823+0000 mgr.smithi088.srytvt (mgr.14180) 83 : cephadm [INF] Deploying daemon osd.5 on smithi088 2024-02-11T16:55:46.025 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:55:45 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T16:55:44.817869+0000 mon.smithi088 (mon.0) 404 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi148", "root=default"]}]': finished 2024-02-11T16:55:46.025 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:55:45 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T16:55:44.817933+0000 mon.smithi088 (mon.0) 405 : audit [INF] from='osd.1 [v2:172.21.15.88:6802/1749839983,v1:172.21.15.88:6803/1749839983]' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi088", "root=default"]}]': finished 2024-02-11T16:55:46.025 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:55:45 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T16:55:44.817968+0000 mon.smithi088 (mon.0) 406 : cluster [DBG] osdmap e18: 8 total, 1 up, 8 in 2024-02-11T16:55:46.025 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:55:45 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T16:55:44.818303+0000 mon.smithi088 (mon.0) 407 : audit [DBG] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-11T16:55:46.025 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:55:45 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T16:55:44.818541+0000 mon.smithi088 (mon.0) 408 : audit [DBG] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-11T16:55:46.025 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:55:45 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T16:55:44.818907+0000 mon.smithi088 (mon.0) 409 : audit [DBG] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-11T16:55:46.025 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:55:45 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T16:55:44.819067+0000 mon.smithi088 (mon.0) 410 : audit [DBG] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-11T16:55:46.025 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:55:45 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T16:55:44.819179+0000 mon.smithi088 (mon.0) 411 : audit [DBG] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-11T16:55:46.025 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:55:45 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T16:55:44.819394+0000 mon.smithi088 (mon.0) 412 : audit [DBG] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-11T16:55:46.025 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:55:45 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T16:55:44.819579+0000 mon.smithi088 (mon.0) 413 : audit [DBG] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-11T16:55:46.025 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:55:45 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T16:55:44.823609+0000 mon.smithi088 (mon.0) 414 : audit [DBG] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-11T16:55:46.025 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:55:45 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T16:55:44.823810+0000 mon.smithi088 (mon.0) 415 : audit [DBG] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-11T16:55:46.952 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:55:46 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T16:55:43.980590+0000 osd.1 (osd.1) 1 : cluster [DBG] purged_snaps scrub starts 2024-02-11T16:55:46.952 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:55:46 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T16:55:43.980636+0000 osd.1 (osd.1) 2 : cluster [DBG] purged_snaps scrub ok 2024-02-11T16:55:46.953 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:55:46 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T16:55:44.806815+0000 osd.2 (osd.2) 1 : cluster [DBG] purged_snaps scrub starts 2024-02-11T16:55:46.953 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:55:46 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T16:55:44.806860+0000 osd.2 (osd.2) 2 : cluster [DBG] purged_snaps scrub ok 2024-02-11T16:55:46.953 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:55:46 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T16:55:45.169730+0000 mgr.smithi088.srytvt (mgr.14180) 84 : cluster [DBG] pgmap v49: 0 pgs: ; 0 B data, 290 MiB used, 89 GiB / 89 GiB avail 2024-02-11T16:55:46.953 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:55:46 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:55:45.823599+0000 mon.smithi088 (mon.0) 416 : audit [DBG] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-11T16:55:46.953 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:55:46 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:55:45.823801+0000 mon.smithi088 (mon.0) 417 : audit [DBG] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-11T16:55:46.953 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:55:46 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T16:55:45.829113+0000 mon.smithi088 (mon.0) 418 : cluster [INF] osd.2 [v2:172.21.15.148:6808/3180159350,v1:172.21.15.148:6809/3180159350] boot 2024-02-11T16:55:46.953 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:55:46 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T16:55:45.829150+0000 mon.smithi088 (mon.0) 419 : cluster [INF] osd.1 [v2:172.21.15.88:6802/1749839983,v1:172.21.15.88:6803/1749839983] boot 2024-02-11T16:55:46.953 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:55:46 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T16:55:45.829170+0000 mon.smithi088 (mon.0) 420 : cluster [DBG] osdmap e19: 8 total, 3 up, 8 in 2024-02-11T16:55:46.953 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:55:46 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:55:45.829514+0000 mon.smithi088 (mon.0) 421 : audit [DBG] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-11T16:55:46.954 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:55:46 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:55:45.830112+0000 mon.smithi088 (mon.0) 422 : audit [DBG] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-11T16:55:46.954 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:55:46 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:55:45.830378+0000 mon.smithi088 (mon.0) 423 : audit [DBG] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-11T16:55:46.954 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:55:46 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:55:45.830603+0000 mon.smithi088 (mon.0) 424 : audit [DBG] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-11T16:55:46.954 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:55:46 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:55:45.830800+0000 mon.smithi088 (mon.0) 425 : audit [DBG] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-11T16:55:46.954 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:55:46 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:55:45.831000+0000 mon.smithi088 (mon.0) 426 : audit [DBG] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-11T16:55:46.954 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:55:46 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:55:45.831196+0000 mon.smithi088 (mon.0) 427 : audit [DBG] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-11T16:55:46.955 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:55:46 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:55:45.831442+0000 mon.smithi088 (mon.0) 428 : audit [INF] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' 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-11T16:55:47.197 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:55:46 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T16:55:43.980590+0000 osd.1 (osd.1) 1 : cluster [DBG] purged_snaps scrub starts 2024-02-11T16:55:47.197 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:55:46 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T16:55:43.980636+0000 osd.1 (osd.1) 2 : cluster [DBG] purged_snaps scrub ok 2024-02-11T16:55:47.197 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:55:46 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T16:55:44.806815+0000 osd.2 (osd.2) 1 : cluster [DBG] purged_snaps scrub starts 2024-02-11T16:55:47.197 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:55:46 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T16:55:44.806860+0000 osd.2 (osd.2) 2 : cluster [DBG] purged_snaps scrub ok 2024-02-11T16:55:47.197 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:55:46 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T16:55:45.169730+0000 mgr.smithi088.srytvt (mgr.14180) 84 : cluster [DBG] pgmap v49: 0 pgs: ; 0 B data, 290 MiB used, 89 GiB / 89 GiB avail 2024-02-11T16:55:47.197 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:55:46 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T16:55:45.823599+0000 mon.smithi088 (mon.0) 416 : audit [DBG] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-11T16:55:47.197 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:55:46 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T16:55:45.823801+0000 mon.smithi088 (mon.0) 417 : audit [DBG] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-11T16:55:47.198 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:55:46 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T16:55:45.829113+0000 mon.smithi088 (mon.0) 418 : cluster [INF] osd.2 [v2:172.21.15.148:6808/3180159350,v1:172.21.15.148:6809/3180159350] boot 2024-02-11T16:55:47.198 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:55:46 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T16:55:45.829150+0000 mon.smithi088 (mon.0) 419 : cluster [INF] osd.1 [v2:172.21.15.88:6802/1749839983,v1:172.21.15.88:6803/1749839983] boot 2024-02-11T16:55:47.198 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:55:46 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T16:55:45.829170+0000 mon.smithi088 (mon.0) 420 : cluster [DBG] osdmap e19: 8 total, 3 up, 8 in 2024-02-11T16:55:47.198 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:55:46 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T16:55:45.829514+0000 mon.smithi088 (mon.0) 421 : audit [DBG] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-11T16:55:47.198 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:55:46 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T16:55:45.830112+0000 mon.smithi088 (mon.0) 422 : audit [DBG] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-11T16:55:47.198 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:55:46 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T16:55:45.830378+0000 mon.smithi088 (mon.0) 423 : audit [DBG] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-11T16:55:47.198 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:55:46 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T16:55:45.830603+0000 mon.smithi088 (mon.0) 424 : audit [DBG] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-11T16:55:47.198 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:55:46 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T16:55:45.830800+0000 mon.smithi088 (mon.0) 425 : audit [DBG] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-11T16:55:47.198 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:55:46 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T16:55:45.831000+0000 mon.smithi088 (mon.0) 426 : audit [DBG] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-11T16:55:47.198 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:55:46 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T16:55:45.831196+0000 mon.smithi088 (mon.0) 427 : audit [DBG] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-11T16:55:47.198 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:55:46 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T16:55:45.831442+0000 mon.smithi088 (mon.0) 428 : audit [INF] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' 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-11T16:55:47.363 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-11T16:55:47.723 INFO:teuthology.orchestra.run.smithi088.stdout:{"epoch":20,"num_osds":8,"num_up_osds":3,"osd_up_since":1707670545,"num_in_osds":8,"osd_in_since":1707670528,"num_remapped_pgs":0} 2024-02-11T16:55:48.035 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:55:47 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:55:46.834315+0000 mon.smithi088 (mon.0) 429 : audit [INF] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' 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-11T16:55:48.036 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:55:47 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T16:55:46.834366+0000 mon.smithi088 (mon.0) 430 : cluster [DBG] osdmap e20: 8 total, 3 up, 8 in 2024-02-11T16:55:48.036 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:55:47 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:55:46.834628+0000 mon.smithi088 (mon.0) 431 : audit [DBG] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-11T16:55:48.036 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:55:47 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:55:46.835000+0000 mon.smithi088 (mon.0) 432 : audit [DBG] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-11T16:55:48.036 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:55:47 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:55:46.835210+0000 mon.smithi088 (mon.0) 433 : audit [DBG] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-11T16:55:48.036 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:55:47 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:55:46.835358+0000 mon.smithi088 (mon.0) 434 : audit [DBG] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-11T16:55:48.036 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:55:47 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:55:46.835493+0000 mon.smithi088 (mon.0) 435 : audit [DBG] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-11T16:55:48.036 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:55:47 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:55:46.836225+0000 mon.smithi088 (mon.0) 436 : audit [INF] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]: dispatch 2024-02-11T16:55:48.036 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:55:47 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:55:47.213570+0000 mon.smithi148 (mon.1) 14 : audit [INF] from='osd.4 [v2:172.21.15.148:6816/4218891513,v1:172.21.15.148:6817/4218891513]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-02-11T16:55:48.036 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:55:47 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:55:47.214106+0000 mon.smithi088 (mon.0) 437 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-02-11T16:55:48.036 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:55:47 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:55:47.362052+0000 mon.smithi088 (mon.0) 438 : audit [DBG] from='client.? 172.21.15.88:0/3894792785' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-11T16:55:48.036 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:55:47 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:55:47.447615+0000 mon.smithi088 (mon.0) 439 : audit [INF] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' 2024-02-11T16:55:48.036 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:55:47 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:55:47.480873+0000 mon.smithi088 (mon.0) 440 : audit [INF] from='osd.3 [v2:172.21.15.88:6810/4047652259,v1:172.21.15.88:6811/4047652259]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2024-02-11T16:55:48.196 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:55:47 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T16:55:46.834315+0000 mon.smithi088 (mon.0) 429 : audit [INF] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' 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-11T16:55:48.196 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:55:47 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T16:55:46.834366+0000 mon.smithi088 (mon.0) 430 : cluster [DBG] osdmap e20: 8 total, 3 up, 8 in 2024-02-11T16:55:48.196 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:55:47 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T16:55:46.834628+0000 mon.smithi088 (mon.0) 431 : audit [DBG] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-11T16:55:48.196 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:55:47 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T16:55:46.835000+0000 mon.smithi088 (mon.0) 432 : audit [DBG] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-11T16:55:48.196 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:55:47 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T16:55:46.835210+0000 mon.smithi088 (mon.0) 433 : audit [DBG] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-11T16:55:48.196 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:55:47 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T16:55:46.835358+0000 mon.smithi088 (mon.0) 434 : audit [DBG] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-11T16:55:48.197 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:55:47 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T16:55:46.835493+0000 mon.smithi088 (mon.0) 435 : audit [DBG] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-11T16:55:48.197 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:55:47 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T16:55:46.836225+0000 mon.smithi088 (mon.0) 436 : audit [INF] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]: dispatch 2024-02-11T16:55:48.197 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:55:47 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T16:55:47.213570+0000 mon.smithi148 (mon.1) 14 : audit [INF] from='osd.4 [v2:172.21.15.148:6816/4218891513,v1:172.21.15.148:6817/4218891513]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-02-11T16:55:48.197 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:55:47 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T16:55:47.214106+0000 mon.smithi088 (mon.0) 437 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-02-11T16:55:48.197 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:55:47 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T16:55:47.362052+0000 mon.smithi088 (mon.0) 438 : audit [DBG] from='client.? 172.21.15.88:0/3894792785' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-11T16:55:48.197 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:55:47 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T16:55:47.447615+0000 mon.smithi088 (mon.0) 439 : audit [INF] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' 2024-02-11T16:55:48.197 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:55:47 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T16:55:47.480873+0000 mon.smithi088 (mon.0) 440 : audit [INF] from='osd.3 [v2:172.21.15.88:6810/4047652259,v1:172.21.15.88:6811/4047652259]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2024-02-11T16:55:48.724 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid eb5e91f4-c8fd-11ee-95b9-87774f69a715 -- ceph osd stat -f json 2024-02-11T16:55:49.036 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:55:48 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T16:55:47.170029+0000 mgr.smithi088.srytvt (mgr.14180) 85 : cluster [DBG] pgmap v52: 1 pgs: 1 unknown; 0 B data, 871 MiB used, 267 GiB / 268 GiB avail 2024-02-11T16:55:49.036 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:55:48 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:55:47.839660+0000 mon.smithi088 (mon.0) 441 : audit [INF] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]': finished 2024-02-11T16:55:49.036 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:55:48 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:55:47.839736+0000 mon.smithi088 (mon.0) 442 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2024-02-11T16:55:49.036 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:55:48 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:55:47.839795+0000 mon.smithi088 (mon.0) 443 : audit [INF] from='osd.3 [v2:172.21.15.88:6810/4047652259,v1:172.21.15.88:6811/4047652259]' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2024-02-11T16:55:49.036 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:55:48 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T16:55:47.839831+0000 mon.smithi088 (mon.0) 444 : cluster [DBG] osdmap e21: 8 total, 3 up, 8 in 2024-02-11T16:55:49.036 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:55:48 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:55:47.840189+0000 mon.smithi088 (mon.0) 445 : audit [DBG] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-11T16:55:49.037 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:55:48 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:55:47.840680+0000 mon.smithi088 (mon.0) 446 : audit [DBG] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-11T16:55:49.037 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:55:48 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:55:47.840899+0000 mon.smithi088 (mon.0) 447 : audit [INF] from='osd.3 [v2:172.21.15.88:6810/4047652259,v1:172.21.15.88:6811/4047652259]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi088", "root=default"]}]: dispatch 2024-02-11T16:55:49.037 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:55:48 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:55:47.841121+0000 mon.smithi088 (mon.0) 448 : audit [DBG] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-11T16:55:49.037 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:55:48 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:55:47.841246+0000 mon.smithi088 (mon.0) 449 : audit [DBG] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-11T16:55:49.037 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:55:48 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:55:47.841419+0000 mon.smithi088 (mon.0) 450 : audit [DBG] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-11T16:55:49.037 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:55:48 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:55:47.841637+0000 mon.smithi148 (mon.1) 15 : audit [INF] from='osd.4 [v2:172.21.15.148:6816/4218891513,v1:172.21.15.148:6817/4218891513]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi148", "root=default"]}]: dispatch 2024-02-11T16:55:49.037 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:55:48 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:55:47.841927+0000 mon.smithi088 (mon.0) 451 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi148", "root=default"]}]: dispatch 2024-02-11T16:55:49.037 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:55:48 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:55:48.476094+0000 mon.smithi088 (mon.0) 452 : audit [INF] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' 2024-02-11T16:55:49.037 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:55:48 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:55:48.476772+0000 mon.smithi088 (mon.0) 453 : audit [INF] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2024-02-11T16:55:49.037 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:55:48 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:55:48.477307+0000 mon.smithi088 (mon.0) 454 : audit [DBG] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-11T16:55:49.122 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:55:48 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T16:55:47.170029+0000 mgr.smithi088.srytvt (mgr.14180) 85 : cluster [DBG] pgmap v52: 1 pgs: 1 unknown; 0 B data, 871 MiB used, 267 GiB / 268 GiB avail 2024-02-11T16:55:49.122 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:55:48 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T16:55:47.839660+0000 mon.smithi088 (mon.0) 441 : audit [INF] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]': finished 2024-02-11T16:55:49.122 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:55:48 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T16:55:47.839736+0000 mon.smithi088 (mon.0) 442 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2024-02-11T16:55:49.122 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:55:48 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T16:55:47.839795+0000 mon.smithi088 (mon.0) 443 : audit [INF] from='osd.3 [v2:172.21.15.88:6810/4047652259,v1:172.21.15.88:6811/4047652259]' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2024-02-11T16:55:49.122 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:55:48 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T16:55:47.839831+0000 mon.smithi088 (mon.0) 444 : cluster [DBG] osdmap e21: 8 total, 3 up, 8 in 2024-02-11T16:55:49.122 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:55:48 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T16:55:47.840189+0000 mon.smithi088 (mon.0) 445 : audit [DBG] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-11T16:55:49.122 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:55:48 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T16:55:47.840680+0000 mon.smithi088 (mon.0) 446 : audit [DBG] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-11T16:55:49.122 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:55:48 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T16:55:47.840899+0000 mon.smithi088 (mon.0) 447 : audit [INF] from='osd.3 [v2:172.21.15.88:6810/4047652259,v1:172.21.15.88:6811/4047652259]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi088", "root=default"]}]: dispatch 2024-02-11T16:55:49.122 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:55:48 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T16:55:47.841121+0000 mon.smithi088 (mon.0) 448 : audit [DBG] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-11T16:55:49.122 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:55:48 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T16:55:47.841246+0000 mon.smithi088 (mon.0) 449 : audit [DBG] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-11T16:55:49.122 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:55:48 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T16:55:47.841419+0000 mon.smithi088 (mon.0) 450 : audit [DBG] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-11T16:55:49.122 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:55:48 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T16:55:47.841637+0000 mon.smithi148 (mon.1) 15 : audit [INF] from='osd.4 [v2:172.21.15.148:6816/4218891513,v1:172.21.15.148:6817/4218891513]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi148", "root=default"]}]: dispatch 2024-02-11T16:55:49.123 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:55:48 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T16:55:47.841927+0000 mon.smithi088 (mon.0) 451 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi148", "root=default"]}]: dispatch 2024-02-11T16:55:49.123 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:55:48 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T16:55:48.476094+0000 mon.smithi088 (mon.0) 452 : audit [INF] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' 2024-02-11T16:55:49.123 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:55:48 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T16:55:48.476772+0000 mon.smithi088 (mon.0) 453 : audit [INF] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2024-02-11T16:55:49.123 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:55:48 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T16:55:48.477307+0000 mon.smithi088 (mon.0) 454 : audit [DBG] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-11T16:55:49.906 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:55:49 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cephadm 2024-02-11T16:55:48.477752+0000 mgr.smithi088.srytvt (mgr.14180) 86 : cephadm [INF] Deploying daemon osd.7 on smithi088 2024-02-11T16:55:49.906 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:55:49 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:55:48.840258+0000 mon.smithi088 (mon.0) 455 : audit [INF] from='osd.3 [v2:172.21.15.88:6810/4047652259,v1:172.21.15.88:6811/4047652259]' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi088", "root=default"]}]': finished 2024-02-11T16:55:49.906 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:55:49 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:55:48.840322+0000 mon.smithi088 (mon.0) 456 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi148", "root=default"]}]': finished 2024-02-11T16:55:49.906 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:55:49 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T16:55:48.840367+0000 mon.smithi088 (mon.0) 457 : cluster [DBG] osdmap e22: 8 total, 3 up, 8 in 2024-02-11T16:55:49.906 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:55:49 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:55:48.840764+0000 mon.smithi088 (mon.0) 458 : audit [DBG] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-11T16:55:49.906 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:55:49 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:55:48.841094+0000 mon.smithi088 (mon.0) 459 : audit [DBG] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-11T16:55:49.906 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:55:49 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:55:48.845136+0000 mon.smithi088 (mon.0) 460 : audit [DBG] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-11T16:55:49.906 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:55:49 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:55:48.845500+0000 mon.smithi088 (mon.0) 461 : audit [DBG] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-11T16:55:49.906 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:55:49 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:55:48.845655+0000 mon.smithi088 (mon.0) 462 : audit [DBG] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-11T16:55:49.906 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:55:49 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:55:48.845954+0000 mon.smithi088 (mon.0) 463 : audit [DBG] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-11T16:55:49.906 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:55:49 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:55:48.846117+0000 mon.smithi088 (mon.0) 464 : audit [DBG] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-11T16:55:49.906 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:55:49 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:55:49.329679+0000 mon.smithi088 (mon.0) 465 : audit [INF] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' 2024-02-11T16:55:50.196 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:55:49 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cephadm 2024-02-11T16:55:48.477752+0000 mgr.smithi088.srytvt (mgr.14180) 86 : cephadm [INF] Deploying daemon osd.7 on smithi088 2024-02-11T16:55:50.196 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:55:49 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T16:55:48.840258+0000 mon.smithi088 (mon.0) 455 : audit [INF] from='osd.3 [v2:172.21.15.88:6810/4047652259,v1:172.21.15.88:6811/4047652259]' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi088", "root=default"]}]': finished 2024-02-11T16:55:50.196 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:55:49 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T16:55:48.840322+0000 mon.smithi088 (mon.0) 456 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi148", "root=default"]}]': finished 2024-02-11T16:55:50.196 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:55:49 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T16:55:48.840367+0000 mon.smithi088 (mon.0) 457 : cluster [DBG] osdmap e22: 8 total, 3 up, 8 in 2024-02-11T16:55:50.196 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:55:49 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T16:55:48.840764+0000 mon.smithi088 (mon.0) 458 : audit [DBG] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-11T16:55:50.197 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:55:49 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T16:55:48.841094+0000 mon.smithi088 (mon.0) 459 : audit [DBG] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-11T16:55:50.197 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:55:49 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T16:55:48.845136+0000 mon.smithi088 (mon.0) 460 : audit [DBG] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-11T16:55:50.197 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:55:49 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T16:55:48.845500+0000 mon.smithi088 (mon.0) 461 : audit [DBG] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-11T16:55:50.197 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:55:49 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T16:55:48.845655+0000 mon.smithi088 (mon.0) 462 : audit [DBG] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-11T16:55:50.197 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:55:49 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T16:55:48.845954+0000 mon.smithi088 (mon.0) 463 : audit [DBG] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-11T16:55:50.197 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:55:49 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T16:55:48.846117+0000 mon.smithi088 (mon.0) 464 : audit [DBG] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-11T16:55:50.197 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:55:49 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T16:55:49.329679+0000 mon.smithi088 (mon.0) 465 : audit [INF] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' 2024-02-11T16:55:50.813 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-11T16:55:51.035 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:55:50 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T16:55:48.185214+0000 osd.4 (osd.4) 1 : cluster [DBG] purged_snaps scrub starts 2024-02-11T16:55:51.035 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:55:50 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T16:55:48.185292+0000 osd.4 (osd.4) 2 : cluster [DBG] purged_snaps scrub ok 2024-02-11T16:55:51.035 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:55:50 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T16:55:48.451502+0000 osd.3 (osd.3) 1 : cluster [DBG] purged_snaps scrub starts 2024-02-11T16:55:51.035 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:55:50 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T16:55:48.451543+0000 osd.3 (osd.3) 2 : cluster [DBG] purged_snaps scrub ok 2024-02-11T16:55:51.035 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:55:50 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T16:55:49.170294+0000 mgr.smithi088.srytvt (mgr.14180) 87 : cluster [DBG] pgmap v55: 1 pgs: 1 unknown; 0 B data, 871 MiB used, 267 GiB / 268 GiB avail 2024-02-11T16:55:51.035 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:55:50 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T16:55:49.841808+0000 mon.smithi088 (mon.0) 466 : cluster [INF] osd.4 [v2:172.21.15.148:6816/4218891513,v1:172.21.15.148:6817/4218891513] boot 2024-02-11T16:55:51.035 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:55:50 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T16:55:49.841859+0000 mon.smithi088 (mon.0) 467 : cluster [INF] osd.3 [v2:172.21.15.88:6810/4047652259,v1:172.21.15.88:6811/4047652259] boot 2024-02-11T16:55:51.036 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:55:50 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T16:55:49.841887+0000 mon.smithi088 (mon.0) 468 : cluster [DBG] osdmap e23: 8 total, 5 up, 8 in 2024-02-11T16:55:51.036 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:55:50 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:55:49.842427+0000 mon.smithi088 (mon.0) 469 : audit [DBG] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-11T16:55:51.036 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:55:50 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:55:49.842748+0000 mon.smithi088 (mon.0) 470 : audit [DBG] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-11T16:55:51.036 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:55:50 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:55:49.843001+0000 mon.smithi088 (mon.0) 471 : audit [DBG] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-11T16:55:51.036 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:55:50 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:55:49.843220+0000 mon.smithi088 (mon.0) 472 : audit [DBG] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-11T16:55:51.036 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:55:50 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:55:49.843464+0000 mon.smithi088 (mon.0) 473 : audit [DBG] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-11T16:55:51.036 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:55:50 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:55:50.599835+0000 mon.smithi148 (mon.1) 16 : audit [INF] from='osd.6 [v2:172.21.15.148:6824/2805233617,v1:172.21.15.148:6825/2805233617]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-02-11T16:55:51.036 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:55:50 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:55:50.600246+0000 mon.smithi088 (mon.0) 474 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-02-11T16:55:51.036 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:55:50 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:55:50.811244+0000 mon.smithi088 (mon.0) 475 : audit [DBG] from='client.? 172.21.15.88:0/671210415' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-11T16:55:51.196 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:55:50 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T16:55:48.185214+0000 osd.4 (osd.4) 1 : cluster [DBG] purged_snaps scrub starts 2024-02-11T16:55:51.196 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:55:50 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T16:55:48.185292+0000 osd.4 (osd.4) 2 : cluster [DBG] purged_snaps scrub ok 2024-02-11T16:55:51.196 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:55:50 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T16:55:48.451502+0000 osd.3 (osd.3) 1 : cluster [DBG] purged_snaps scrub starts 2024-02-11T16:55:51.196 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:55:50 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T16:55:48.451543+0000 osd.3 (osd.3) 2 : cluster [DBG] purged_snaps scrub ok 2024-02-11T16:55:51.196 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:55:50 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T16:55:49.170294+0000 mgr.smithi088.srytvt (mgr.14180) 87 : cluster [DBG] pgmap v55: 1 pgs: 1 unknown; 0 B data, 871 MiB used, 267 GiB / 268 GiB avail 2024-02-11T16:55:51.197 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:55:50 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T16:55:49.841808+0000 mon.smithi088 (mon.0) 466 : cluster [INF] osd.4 [v2:172.21.15.148:6816/4218891513,v1:172.21.15.148:6817/4218891513] boot 2024-02-11T16:55:51.197 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:55:50 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T16:55:49.841859+0000 mon.smithi088 (mon.0) 467 : cluster [INF] osd.3 [v2:172.21.15.88:6810/4047652259,v1:172.21.15.88:6811/4047652259] boot 2024-02-11T16:55:51.197 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:55:50 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T16:55:49.841887+0000 mon.smithi088 (mon.0) 468 : cluster [DBG] osdmap e23: 8 total, 5 up, 8 in 2024-02-11T16:55:51.197 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:55:50 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T16:55:49.842427+0000 mon.smithi088 (mon.0) 469 : audit [DBG] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-11T16:55:51.197 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:55:50 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T16:55:49.842748+0000 mon.smithi088 (mon.0) 470 : audit [DBG] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-11T16:55:51.197 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:55:50 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T16:55:49.843001+0000 mon.smithi088 (mon.0) 471 : audit [DBG] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-11T16:55:51.197 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:55:50 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T16:55:49.843220+0000 mon.smithi088 (mon.0) 472 : audit [DBG] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-11T16:55:51.197 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:55:50 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T16:55:49.843464+0000 mon.smithi088 (mon.0) 473 : audit [DBG] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-11T16:55:51.197 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:55:50 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T16:55:50.599835+0000 mon.smithi148 (mon.1) 16 : audit [INF] from='osd.6 [v2:172.21.15.148:6824/2805233617,v1:172.21.15.148:6825/2805233617]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-02-11T16:55:51.197 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:55:50 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T16:55:50.600246+0000 mon.smithi088 (mon.0) 474 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-02-11T16:55:51.197 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:55:50 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T16:55:50.811244+0000 mon.smithi088 (mon.0) 475 : audit [DBG] from='client.? 172.21.15.88:0/671210415' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-11T16:55:51.280 INFO:teuthology.orchestra.run.smithi088.stdout:{"epoch":23,"num_osds":8,"num_up_osds":5,"osd_up_since":1707670549,"num_in_osds":8,"osd_in_since":1707670528,"num_remapped_pgs":1} 2024-02-11T16:55:52.196 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:55:51 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T16:55:50.848283+0000 mon.smithi088 (mon.0) 476 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2024-02-11T16:55:52.196 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:55:51 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T16:55:50.848358+0000 mon.smithi088 (mon.0) 477 : cluster [DBG] osdmap e24: 8 total, 5 up, 8 in 2024-02-11T16:55:52.196 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:55:51 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T16:55:50.848470+0000 mon.smithi088 (mon.0) 478 : audit [DBG] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-11T16:55:52.196 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:55:51 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T16:55:50.849070+0000 mon.smithi088 (mon.0) 479 : audit [DBG] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-11T16:55:52.196 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:55:51 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T16:55:50.849260+0000 mon.smithi088 (mon.0) 480 : audit [DBG] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-11T16:55:52.197 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:55:51 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T16:55:50.851518+0000 mon.smithi148 (mon.1) 17 : audit [INF] from='osd.6 [v2:172.21.15.148:6824/2805233617,v1:172.21.15.148:6825/2805233617]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi148", "root=default"]}]: dispatch 2024-02-11T16:55:52.197 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:55:51 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T16:55:50.855162+0000 mon.smithi088 (mon.0) 481 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi148", "root=default"]}]: dispatch 2024-02-11T16:55:52.197 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:55:51 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T16:55:51.662917+0000 mon.smithi088 (mon.0) 482 : audit [INF] from='osd.5 [v2:172.21.15.88:6818/68375234,v1:172.21.15.88:6819/68375234]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-02-11T16:55:52.197 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:55:51 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T16:55:51.848841+0000 mon.smithi088 (mon.0) 483 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi148", "root=default"]}]': finished 2024-02-11T16:55:52.197 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:55:51 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T16:55:51.848929+0000 mon.smithi088 (mon.0) 484 : audit [INF] from='osd.5 [v2:172.21.15.88:6818/68375234,v1:172.21.15.88:6819/68375234]' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2024-02-11T16:55:52.197 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:55:51 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T16:55:51.848989+0000 mon.smithi088 (mon.0) 485 : cluster [DBG] osdmap e25: 8 total, 5 up, 8 in 2024-02-11T16:55:52.197 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:55:51 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T16:55:51.849118+0000 mon.smithi088 (mon.0) 486 : audit [DBG] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-11T16:55:52.197 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:55:51 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T16:55:51.849388+0000 mon.smithi088 (mon.0) 487 : audit [DBG] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-11T16:55:52.197 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:55:51 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T16:55:51.849534+0000 mon.smithi088 (mon.0) 488 : audit [INF] from='osd.5 [v2:172.21.15.88:6818/68375234,v1:172.21.15.88:6819/68375234]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi088", "root=default"]}]: dispatch 2024-02-11T16:55:52.197 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:55:51 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T16:55:51.849759+0000 mon.smithi088 (mon.0) 489 : audit [DBG] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-11T16:55:52.200 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:55:51 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:55:50.848283+0000 mon.smithi088 (mon.0) 476 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2024-02-11T16:55:52.200 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:55:51 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T16:55:50.848358+0000 mon.smithi088 (mon.0) 477 : cluster [DBG] osdmap e24: 8 total, 5 up, 8 in 2024-02-11T16:55:52.200 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:55:51 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:55:50.848470+0000 mon.smithi088 (mon.0) 478 : audit [DBG] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-11T16:55:52.200 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:55:51 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:55:50.849070+0000 mon.smithi088 (mon.0) 479 : audit [DBG] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-11T16:55:52.200 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:55:51 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:55:50.849260+0000 mon.smithi088 (mon.0) 480 : audit [DBG] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-11T16:55:52.200 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:55:51 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:55:50.851518+0000 mon.smithi148 (mon.1) 17 : audit [INF] from='osd.6 [v2:172.21.15.148:6824/2805233617,v1:172.21.15.148:6825/2805233617]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi148", "root=default"]}]: dispatch 2024-02-11T16:55:52.201 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:55:51 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:55:50.855162+0000 mon.smithi088 (mon.0) 481 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi148", "root=default"]}]: dispatch 2024-02-11T16:55:52.201 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:55:51 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:55:51.662917+0000 mon.smithi088 (mon.0) 482 : audit [INF] from='osd.5 [v2:172.21.15.88:6818/68375234,v1:172.21.15.88:6819/68375234]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-02-11T16:55:52.201 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:55:51 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:55:51.848841+0000 mon.smithi088 (mon.0) 483 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi148", "root=default"]}]': finished 2024-02-11T16:55:52.201 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:55:51 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:55:51.848929+0000 mon.smithi088 (mon.0) 484 : audit [INF] from='osd.5 [v2:172.21.15.88:6818/68375234,v1:172.21.15.88:6819/68375234]' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2024-02-11T16:55:52.201 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:55:51 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T16:55:51.848989+0000 mon.smithi088 (mon.0) 485 : cluster [DBG] osdmap e25: 8 total, 5 up, 8 in 2024-02-11T16:55:52.201 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:55:51 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:55:51.849118+0000 mon.smithi088 (mon.0) 486 : audit [DBG] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-11T16:55:52.201 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:55:51 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:55:51.849388+0000 mon.smithi088 (mon.0) 487 : audit [DBG] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-11T16:55:52.201 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:55:51 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:55:51.849534+0000 mon.smithi088 (mon.0) 488 : audit [INF] from='osd.5 [v2:172.21.15.88:6818/68375234,v1:172.21.15.88:6819/68375234]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi088", "root=default"]}]: dispatch 2024-02-11T16:55:52.201 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:55:51 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:55:51.849759+0000 mon.smithi088 (mon.0) 489 : audit [DBG] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-11T16:55:52.282 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid eb5e91f4-c8fd-11ee-95b9-87774f69a715 -- ceph osd stat -f json 2024-02-11T16:55:53.035 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:55:52 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T16:55:51.170626+0000 mgr.smithi088.srytvt (mgr.14180) 88 : cluster [DBG] pgmap v58: 1 pgs: 1 unknown; 0 B data, 1.4 GiB used, 446 GiB / 447 GiB avail 2024-02-11T16:55:53.036 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:55:52 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:55:51.854540+0000 mon.smithi088 (mon.0) 490 : audit [DBG] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-11T16:55:53.036 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:55:52 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:55:52.330778+0000 mon.smithi088 (mon.0) 491 : audit [INF] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' 2024-02-11T16:55:53.036 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:55:52 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:55:52.850896+0000 mon.smithi088 (mon.0) 492 : audit [INF] from='osd.5 [v2:172.21.15.88:6818/68375234,v1:172.21.15.88:6819/68375234]' entity='osd.5' cmd='[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi088", "root=default"]}]': finished 2024-02-11T16:55:53.036 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:55:52 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T16:55:52.850961+0000 mon.smithi088 (mon.0) 493 : cluster [INF] osd.6 [v2:172.21.15.148:6824/2805233617,v1:172.21.15.148:6825/2805233617] boot 2024-02-11T16:55:53.036 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:55:52 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T16:55:52.850987+0000 mon.smithi088 (mon.0) 494 : cluster [DBG] osdmap e26: 8 total, 6 up, 8 in 2024-02-11T16:55:53.036 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:55:52 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:55:52.851116+0000 mon.smithi088 (mon.0) 495 : audit [DBG] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-11T16:55:53.036 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:55:52 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:55:52.851523+0000 mon.smithi088 (mon.0) 496 : audit [DBG] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-11T16:55:53.036 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:55:52 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:55:52.851959+0000 mon.smithi088 (mon.0) 497 : audit [DBG] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-11T16:55:53.036 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:55:52 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:55:52.854159+0000 mon.smithi088 (mon.0) 498 : audit [DBG] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-11T16:55:53.196 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:55:52 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T16:55:51.170626+0000 mgr.smithi088.srytvt (mgr.14180) 88 : cluster [DBG] pgmap v58: 1 pgs: 1 unknown; 0 B data, 1.4 GiB used, 446 GiB / 447 GiB avail 2024-02-11T16:55:53.196 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:55:52 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T16:55:51.854540+0000 mon.smithi088 (mon.0) 490 : audit [DBG] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-11T16:55:53.196 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:55:52 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T16:55:52.330778+0000 mon.smithi088 (mon.0) 491 : audit [INF] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' 2024-02-11T16:55:53.196 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:55:52 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T16:55:52.850896+0000 mon.smithi088 (mon.0) 492 : audit [INF] from='osd.5 [v2:172.21.15.88:6818/68375234,v1:172.21.15.88:6819/68375234]' entity='osd.5' cmd='[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi088", "root=default"]}]': finished 2024-02-11T16:55:53.196 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:55:52 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T16:55:52.850961+0000 mon.smithi088 (mon.0) 493 : cluster [INF] osd.6 [v2:172.21.15.148:6824/2805233617,v1:172.21.15.148:6825/2805233617] boot 2024-02-11T16:55:53.196 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:55:52 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T16:55:52.850987+0000 mon.smithi088 (mon.0) 494 : cluster [DBG] osdmap e26: 8 total, 6 up, 8 in 2024-02-11T16:55:53.196 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:55:52 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T16:55:52.851116+0000 mon.smithi088 (mon.0) 495 : audit [DBG] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-11T16:55:53.197 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:55:52 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T16:55:52.851523+0000 mon.smithi088 (mon.0) 496 : audit [DBG] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-11T16:55:53.197 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:55:52 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T16:55:52.851959+0000 mon.smithi088 (mon.0) 497 : audit [DBG] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-11T16:55:53.197 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:55:52 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T16:55:52.854159+0000 mon.smithi088 (mon.0) 498 : audit [DBG] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-11T16:55:53.990 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-11T16:55:54.174 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:55:53 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T16:55:51.636409+0000 osd.6 (osd.6) 1 : cluster [DBG] purged_snaps scrub starts 2024-02-11T16:55:54.174 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:55:53 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T16:55:51.636464+0000 osd.6 (osd.6) 2 : cluster [DBG] purged_snaps scrub ok 2024-02-11T16:55:54.174 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:55:53 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:55:53.854207+0000 mon.smithi088 (mon.0) 499 : audit [DBG] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-11T16:55:54.196 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:55:53 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T16:55:51.636409+0000 osd.6 (osd.6) 1 : cluster [DBG] purged_snaps scrub starts 2024-02-11T16:55:54.196 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:55:53 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T16:55:51.636464+0000 osd.6 (osd.6) 2 : cluster [DBG] purged_snaps scrub ok 2024-02-11T16:55:54.196 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:55:53 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T16:55:53.854207+0000 mon.smithi088 (mon.0) 499 : audit [DBG] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-11T16:55:54.596 INFO:teuthology.orchestra.run.smithi088.stdout:{"epoch":27,"num_osds":8,"num_up_osds":7,"osd_up_since":1707670553,"num_in_osds":8,"osd_in_since":1707670528,"num_remapped_pgs":0} 2024-02-11T16:55:55.196 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:55:54 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T16:55:52.696597+0000 osd.5 (osd.5) 1 : cluster [DBG] purged_snaps scrub starts 2024-02-11T16:55:55.196 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:55:54 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T16:55:52.696676+0000 osd.5 (osd.5) 2 : cluster [DBG] purged_snaps scrub ok 2024-02-11T16:55:55.196 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:55:54 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T16:55:53.170976+0000 mgr.smithi088.srytvt (mgr.14180) 89 : cluster [DBG] pgmap v61: 1 pgs: 1 peering; 0 B data, 1.7 GiB used, 535 GiB / 536 GiB avail 2024-02-11T16:55:55.196 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:55:54 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T16:55:53.864031+0000 mon.smithi088 (mon.0) 500 : cluster [INF] osd.5 [v2:172.21.15.88:6818/68375234,v1:172.21.15.88:6819/68375234] boot 2024-02-11T16:55:55.196 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:55:54 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T16:55:53.864058+0000 mon.smithi088 (mon.0) 501 : cluster [DBG] osdmap e27: 8 total, 7 up, 8 in 2024-02-11T16:55:55.196 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:55:54 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T16:55:53.864495+0000 mon.smithi088 (mon.0) 502 : audit [DBG] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-11T16:55:55.196 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:55:54 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T16:55:53.864795+0000 mon.smithi088 (mon.0) 503 : audit [DBG] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-11T16:55:55.197 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:55:54 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T16:55:53.989365+0000 mon.smithi088 (mon.0) 504 : audit [DBG] from='client.? 172.21.15.88:0/996044590' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-11T16:55:55.197 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:55:54 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T16:55:54.664514+0000 mon.smithi088 (mon.0) 505 : audit [INF] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' 2024-02-11T16:55:55.197 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:55:54 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T16:55:54.666204+0000 mon.smithi088 (mon.0) 506 : audit [DBG] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-11T16:55:55.285 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:55:54 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T16:55:52.696597+0000 osd.5 (osd.5) 1 : cluster [DBG] purged_snaps scrub starts 2024-02-11T16:55:55.286 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:55:54 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T16:55:52.696676+0000 osd.5 (osd.5) 2 : cluster [DBG] purged_snaps scrub ok 2024-02-11T16:55:55.286 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:55:54 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T16:55:53.170976+0000 mgr.smithi088.srytvt (mgr.14180) 89 : cluster [DBG] pgmap v61: 1 pgs: 1 peering; 0 B data, 1.7 GiB used, 535 GiB / 536 GiB avail 2024-02-11T16:55:55.286 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:55:54 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T16:55:53.864031+0000 mon.smithi088 (mon.0) 500 : cluster [INF] osd.5 [v2:172.21.15.88:6818/68375234,v1:172.21.15.88:6819/68375234] boot 2024-02-11T16:55:55.286 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:55:54 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T16:55:53.864058+0000 mon.smithi088 (mon.0) 501 : cluster [DBG] osdmap e27: 8 total, 7 up, 8 in 2024-02-11T16:55:55.286 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:55:54 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:55:53.864495+0000 mon.smithi088 (mon.0) 502 : audit [DBG] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-11T16:55:55.286 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:55:54 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:55:53.864795+0000 mon.smithi088 (mon.0) 503 : audit [DBG] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-11T16:55:55.286 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:55:54 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:55:53.989365+0000 mon.smithi088 (mon.0) 504 : audit [DBG] from='client.? 172.21.15.88:0/996044590' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-11T16:55:55.286 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:55:54 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:55:54.664514+0000 mon.smithi088 (mon.0) 505 : audit [INF] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' 2024-02-11T16:55:55.286 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:55:54 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:55:54.666204+0000 mon.smithi088 (mon.0) 506 : audit [DBG] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-11T16:55:55.598 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid eb5e91f4-c8fd-11ee-95b9-87774f69a715 -- ceph osd stat -f json 2024-02-11T16:55:56.196 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:55:55 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T16:55:54.864851+0000 mon.smithi088 (mon.0) 507 : cluster [DBG] osdmap e28: 8 total, 7 up, 8 in 2024-02-11T16:55:56.196 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:55:55 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T16:55:54.865191+0000 mon.smithi088 (mon.0) 508 : audit [DBG] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-11T16:55:56.196 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:55:55 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T16:55:55.532370+0000 mon.smithi088 (mon.0) 509 : audit [INF] from='osd.7 [v2:172.21.15.88:6826/2239372567,v1:172.21.15.88:6827/2239372567]' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2024-02-11T16:55:56.270 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:55:55 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T16:55:54.864851+0000 mon.smithi088 (mon.0) 507 : cluster [DBG] osdmap e28: 8 total, 7 up, 8 in 2024-02-11T16:55:56.270 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:55:55 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:55:54.865191+0000 mon.smithi088 (mon.0) 508 : audit [DBG] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-11T16:55:56.270 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:55:55 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:55:55.532370+0000 mon.smithi088 (mon.0) 509 : audit [INF] from='osd.7 [v2:172.21.15.88:6826/2239372567,v1:172.21.15.88:6827/2239372567]' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2024-02-11T16:55:57.145 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:55:56 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T16:55:55.171256+0000 mgr.smithi088.srytvt (mgr.14180) 90 : cluster [DBG] pgmap v64: 1 pgs: 1 peering; 0 B data, 2.0 GiB used, 624 GiB / 626 GiB avail 2024-02-11T16:55:57.146 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:55:56 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T16:55:55.879593+0000 mon.smithi088 (mon.0) 510 : audit [INF] from='osd.7 [v2:172.21.15.88:6826/2239372567,v1:172.21.15.88:6827/2239372567]' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2024-02-11T16:55:57.146 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:55:56 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T16:55:55.879637+0000 mon.smithi088 (mon.0) 511 : cluster [DBG] osdmap e29: 8 total, 7 up, 8 in 2024-02-11T16:55:57.146 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:55:56 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T16:55:55.879882+0000 mon.smithi088 (mon.0) 512 : audit [DBG] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-11T16:55:57.146 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:55:56 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T16:55:55.880345+0000 mon.smithi088 (mon.0) 513 : audit [INF] from='osd.7 [v2:172.21.15.88:6826/2239372567,v1:172.21.15.88:6827/2239372567]' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi088", "root=default"]}]: dispatch 2024-02-11T16:55:57.146 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:55:56 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T16:55:56.116313+0000 mon.smithi088 (mon.0) 514 : audit [INF] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' 2024-02-11T16:55:57.285 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:55:56 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T16:55:55.171256+0000 mgr.smithi088.srytvt (mgr.14180) 90 : cluster [DBG] pgmap v64: 1 pgs: 1 peering; 0 B data, 2.0 GiB used, 624 GiB / 626 GiB avail 2024-02-11T16:55:57.286 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:55:56 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:55:55.879593+0000 mon.smithi088 (mon.0) 510 : audit [INF] from='osd.7 [v2:172.21.15.88:6826/2239372567,v1:172.21.15.88:6827/2239372567]' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2024-02-11T16:55:57.286 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:55:56 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T16:55:55.879637+0000 mon.smithi088 (mon.0) 511 : cluster [DBG] osdmap e29: 8 total, 7 up, 8 in 2024-02-11T16:55:57.286 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:55:56 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:55:55.879882+0000 mon.smithi088 (mon.0) 512 : audit [DBG] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-11T16:55:57.286 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:55:56 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:55:55.880345+0000 mon.smithi088 (mon.0) 513 : audit [INF] from='osd.7 [v2:172.21.15.88:6826/2239372567,v1:172.21.15.88:6827/2239372567]' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi088", "root=default"]}]: dispatch 2024-02-11T16:55:57.286 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:55:56 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:55:56.116313+0000 mon.smithi088 (mon.0) 514 : audit [INF] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' 2024-02-11T16:55:57.345 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-11T16:55:57.903 INFO:teuthology.orchestra.run.smithi088.stdout:{"epoch":31,"num_osds":8,"num_up_osds":8,"osd_up_since":1707670556,"num_in_osds":8,"osd_in_since":1707670528,"num_remapped_pgs":1} 2024-02-11T16:55:57.904 INFO:tasks.cephadm:Setting up client nodes... 2024-02-11T16:55:57.904 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid eb5e91f4-c8fd-11ee-95b9-87774f69a715 -- ceph auth get-or-create client.0 mon 'allow *' osd 'allow *' mds 'allow *' mgr 'allow *' 2024-02-11T16:55:58.035 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:55:57 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:55:56.877022+0000 mon.smithi088 (mon.0) 515 : audit [INF] from='osd.7 [v2:172.21.15.88:6826/2239372567,v1:172.21.15.88:6827/2239372567]' entity='osd.7' cmd='[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi088", "root=default"]}]': finished 2024-02-11T16:55:58.035 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:55:57 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T16:55:56.877084+0000 mon.smithi088 (mon.0) 516 : cluster [DBG] osdmap e30: 8 total, 7 up, 8 in 2024-02-11T16:55:58.035 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:55:57 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:55:56.877878+0000 mon.smithi088 (mon.0) 517 : audit [DBG] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-11T16:55:58.035 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:55:57 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:55:56.881716+0000 mon.smithi088 (mon.0) 518 : audit [DBG] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-11T16:55:58.036 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:55:57 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T16:55:56.910940+0000 mon.smithi088 (mon.0) 519 : cluster [INF] osd.7 [v2:172.21.15.88:6826/2239372567,v1:172.21.15.88:6827/2239372567] boot 2024-02-11T16:55:58.036 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:55:57 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T16:55:56.910979+0000 mon.smithi088 (mon.0) 520 : cluster [DBG] osdmap e31: 8 total, 8 up, 8 in 2024-02-11T16:55:58.036 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:55:57 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:55:56.911085+0000 mon.smithi088 (mon.0) 521 : audit [DBG] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-11T16:55:58.036 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:55:57 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:55:57.345125+0000 mon.smithi088 (mon.0) 522 : audit [DBG] from='client.? 172.21.15.88:0/1948682493' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-11T16:55:58.157 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:55:57 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T16:55:56.877022+0000 mon.smithi088 (mon.0) 515 : audit [INF] from='osd.7 [v2:172.21.15.88:6826/2239372567,v1:172.21.15.88:6827/2239372567]' entity='osd.7' cmd='[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi088", "root=default"]}]': finished 2024-02-11T16:55:58.157 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:55:57 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T16:55:56.877084+0000 mon.smithi088 (mon.0) 516 : cluster [DBG] osdmap e30: 8 total, 7 up, 8 in 2024-02-11T16:55:58.157 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:55:57 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T16:55:56.877878+0000 mon.smithi088 (mon.0) 517 : audit [DBG] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-11T16:55:58.158 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:55:57 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T16:55:56.881716+0000 mon.smithi088 (mon.0) 518 : audit [DBG] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-11T16:55:58.158 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:55:57 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T16:55:56.910940+0000 mon.smithi088 (mon.0) 519 : cluster [INF] osd.7 [v2:172.21.15.88:6826/2239372567,v1:172.21.15.88:6827/2239372567] boot 2024-02-11T16:55:58.158 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:55:57 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T16:55:56.910979+0000 mon.smithi088 (mon.0) 520 : cluster [DBG] osdmap e31: 8 total, 8 up, 8 in 2024-02-11T16:55:58.158 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:55:57 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T16:55:56.911085+0000 mon.smithi088 (mon.0) 521 : audit [DBG] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-11T16:55:58.158 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:55:57 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T16:55:57.345125+0000 mon.smithi088 (mon.0) 522 : audit [DBG] from='client.? 172.21.15.88:0/1948682493' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-11T16:55:59.193 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:55:58 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T16:55:56.546531+0000 osd.7 (osd.7) 1 : cluster [DBG] purged_snaps scrub starts 2024-02-11T16:55:59.193 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:55:58 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T16:55:56.546570+0000 osd.7 (osd.7) 2 : cluster [DBG] purged_snaps scrub ok 2024-02-11T16:55:59.193 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:55:58 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T16:55:57.171578+0000 mgr.smithi088.srytvt (mgr.14180) 91 : cluster [DBG] pgmap v68: 1 pgs: 1 active+clean; 0 B data, 2.0 GiB used, 624 GiB / 626 GiB avail 2024-02-11T16:55:59.193 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:55:58 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T16:55:57.918989+0000 mon.smithi088 (mon.0) 523 : cluster [DBG] osdmap e32: 8 total, 8 up, 8 in 2024-02-11T16:55:59.193 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:55:58 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:55:58.030072+0000 mon.smithi088 (mon.0) 524 : audit [INF] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' 2024-02-11T16:55:59.193 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:55:58 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:55:58.735794+0000 mon.smithi088 (mon.0) 525 : audit [INF] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' 2024-02-11T16:55:59.196 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:55:58 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T16:55:56.546531+0000 osd.7 (osd.7) 1 : cluster [DBG] purged_snaps scrub starts 2024-02-11T16:55:59.196 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:55:58 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T16:55:56.546570+0000 osd.7 (osd.7) 2 : cluster [DBG] purged_snaps scrub ok 2024-02-11T16:55:59.196 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:55:58 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T16:55:57.171578+0000 mgr.smithi088.srytvt (mgr.14180) 91 : cluster [DBG] pgmap v68: 1 pgs: 1 active+clean; 0 B data, 2.0 GiB used, 624 GiB / 626 GiB avail 2024-02-11T16:55:59.196 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:55:58 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T16:55:57.918989+0000 mon.smithi088 (mon.0) 523 : cluster [DBG] osdmap e32: 8 total, 8 up, 8 in 2024-02-11T16:55:59.196 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:55:58 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T16:55:58.030072+0000 mon.smithi088 (mon.0) 524 : audit [INF] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' 2024-02-11T16:55:59.196 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:55:58 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T16:55:58.735794+0000 mon.smithi088 (mon.0) 525 : audit [INF] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' 2024-02-11T16:55:59.789 INFO:teuthology.orchestra.run.smithi088.stdout:[client.0] 2024-02-11T16:55:59.789 INFO:teuthology.orchestra.run.smithi088.stdout: key = AQAf/Mhlv9vDLhAArHc+X26Zo5efX9N64a6lIA== 2024-02-11T16:56:00.126 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:55:59 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cephadm 2024-02-11T16:55:58.729999+0000 mgr.smithi088.srytvt (mgr.14180) 92 : cephadm [INF] Detected new or changed devices on smithi148 2024-02-11T16:56:00.126 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:55:59 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T16:55:58.922106+0000 mon.smithi088 (mon.0) 526 : cluster [DBG] osdmap e33: 8 total, 8 up, 8 in 2024-02-11T16:56:00.126 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:55:59 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:55:59.016175+0000 mon.smithi088 (mon.0) 527 : audit [INF] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-02-11T16:56:00.126 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:55:59 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:55:59.016908+0000 mon.smithi088 (mon.0) 528 : audit [INF] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-02-11T16:56:00.126 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:55:59 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:55:59.017542+0000 mon.smithi088 (mon.0) 529 : audit [INF] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-02-11T16:56:00.126 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:55:59 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:55:59.018128+0000 mon.smithi088 (mon.0) 530 : audit [INF] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2024-02-11T16:56:00.127 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:55:59 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:55:59.023015+0000 mon.smithi088 (mon.0) 531 : audit [INF] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' 2024-02-11T16:56:00.127 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:55:59 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:55:59.784348+0000 mon.smithi088 (mon.0) 532 : audit [INF] from='client.? 172.21.15.88:0/4005589853' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2024-02-11T16:56:00.127 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:55:59 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:55:59.788093+0000 mon.smithi088 (mon.0) 533 : audit [INF] from='client.? 172.21.15.88:0/4005589853' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2024-02-11T16:56:00.155 DEBUG:teuthology.orchestra.run.smithi088:> set -ex 2024-02-11T16:56:00.155 DEBUG:teuthology.orchestra.run.smithi088:> sudo dd of=/etc/ceph/ceph.client.0.keyring 2024-02-11T16:56:00.156 DEBUG:teuthology.orchestra.run.smithi088:> sudo chmod 0644 /etc/ceph/ceph.client.0.keyring 2024-02-11T16:56:00.196 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:55:59 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cephadm 2024-02-11T16:55:58.729999+0000 mgr.smithi088.srytvt (mgr.14180) 92 : cephadm [INF] Detected new or changed devices on smithi148 2024-02-11T16:56:00.196 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:55:59 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T16:55:58.922106+0000 mon.smithi088 (mon.0) 526 : cluster [DBG] osdmap e33: 8 total, 8 up, 8 in 2024-02-11T16:56:00.196 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:55:59 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T16:55:59.016175+0000 mon.smithi088 (mon.0) 527 : audit [INF] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-02-11T16:56:00.196 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:55:59 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T16:55:59.016908+0000 mon.smithi088 (mon.0) 528 : audit [INF] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-02-11T16:56:00.196 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:55:59 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T16:55:59.017542+0000 mon.smithi088 (mon.0) 529 : audit [INF] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-02-11T16:56:00.196 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:55:59 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T16:55:59.018128+0000 mon.smithi088 (mon.0) 530 : audit [INF] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2024-02-11T16:56:00.196 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:55:59 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T16:55:59.023015+0000 mon.smithi088 (mon.0) 531 : audit [INF] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' 2024-02-11T16:56:00.196 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:55:59 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T16:55:59.784348+0000 mon.smithi088 (mon.0) 532 : audit [INF] from='client.? 172.21.15.88:0/4005589853' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2024-02-11T16:56:00.196 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:55:59 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T16:55:59.788093+0000 mon.smithi088 (mon.0) 533 : audit [INF] from='client.? 172.21.15.88:0/4005589853' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2024-02-11T16:56:00.199 DEBUG:teuthology.orchestra.run.smithi148:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid eb5e91f4-c8fd-11ee-95b9-87774f69a715 -- ceph auth get-or-create client.1 mon 'allow *' osd 'allow *' mds 'allow *' mgr 'allow *' 2024-02-11T16:56:01.196 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:56:00 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cephadm 2024-02-11T16:55:59.018572+0000 mgr.smithi088.srytvt (mgr.14180) 93 : cephadm [INF] Adjusting osd_memory_target on smithi148 to 3990M 2024-02-11T16:56:01.196 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:56:00 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T16:55:59.171853+0000 mgr.smithi088.srytvt (mgr.14180) 94 : cluster [DBG] pgmap v71: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-11T16:56:01.285 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:56:00 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cephadm 2024-02-11T16:55:59.018572+0000 mgr.smithi088.srytvt (mgr.14180) 93 : cephadm [INF] Adjusting osd_memory_target on smithi148 to 3990M 2024-02-11T16:56:01.285 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:56:00 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T16:55:59.171853+0000 mgr.smithi088.srytvt (mgr.14180) 94 : cluster [DBG] pgmap v71: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-11T16:56:01.658 INFO:teuthology.orchestra.run.smithi148.stdout:[client.1] 2024-02-11T16:56:01.659 INFO:teuthology.orchestra.run.smithi148.stdout: key = AQAh/MhlV47oJhAALDdn3MvHcJB/Mac1gIuEmw== 2024-02-11T16:56:02.024 DEBUG:teuthology.orchestra.run.smithi148:> set -ex 2024-02-11T16:56:02.024 DEBUG:teuthology.orchestra.run.smithi148:> sudo dd of=/etc/ceph/ceph.client.1.keyring 2024-02-11T16:56:02.024 DEBUG:teuthology.orchestra.run.smithi148:> sudo chmod 0644 /etc/ceph/ceph.client.1.keyring 2024-02-11T16:56:02.068 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell --fsid eb5e91f4-c8fd-11ee-95b9-87774f69a715 -- ceph osd dump --format=json 2024-02-11T16:56:02.286 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:56:02 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cephadm 2024-02-11T16:56:01.017224+0000 mgr.smithi088.srytvt (mgr.14180) 95 : cephadm [INF] Detected new or changed devices on smithi088 2024-02-11T16:56:02.286 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:56:02 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:56:01.024088+0000 mon.smithi088 (mon.0) 534 : audit [INF] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' 2024-02-11T16:56:02.286 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:56:02 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T16:56:01.172164+0000 mgr.smithi088.srytvt (mgr.14180) 96 : cluster [DBG] pgmap v72: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-11T16:56:02.286 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:56:02 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:56:01.308229+0000 mon.smithi088 (mon.0) 535 : audit [INF] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-02-11T16:56:02.286 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:56:02 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:56:01.308909+0000 mon.smithi088 (mon.0) 536 : audit [INF] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-02-11T16:56:02.286 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:56:02 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:56:01.309440+0000 mon.smithi088 (mon.0) 537 : audit [INF] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-02-11T16:56:02.286 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:56:02 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:56:01.309978+0000 mon.smithi088 (mon.0) 538 : audit [INF] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2024-02-11T16:56:02.286 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:56:02 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cephadm 2024-02-11T16:56:01.310384+0000 mgr.smithi088.srytvt (mgr.14180) 97 : cephadm [INF] Adjusting osd_memory_target on smithi088 to 3222M 2024-02-11T16:56:02.286 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:56:02 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:56:01.314039+0000 mon.smithi088 (mon.0) 539 : audit [INF] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' 2024-02-11T16:56:02.287 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:56:02 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:56:01.314820+0000 mon.smithi088 (mon.0) 540 : audit [DBG] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-11T16:56:02.287 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:56:02 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:56:01.315359+0000 mon.smithi088 (mon.0) 541 : audit [INF] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-11T16:56:02.287 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:56:02 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:56:01.319155+0000 mon.smithi088 (mon.0) 542 : audit [INF] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' 2024-02-11T16:56:02.287 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:56:02 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:56:01.322476+0000 mon.smithi088 (mon.0) 543 : audit [DBG] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-11T16:56:02.287 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:56:02 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:56:01.325143+0000 mon.smithi088 (mon.0) 544 : audit [INF] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-02-11T16:56:02.287 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:56:02 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:56:01.326036+0000 mon.smithi088 (mon.0) 545 : audit [INF] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-02-11T16:56:02.287 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:56:02 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:56:01.326194+0000 mon.smithi088 (mon.0) 546 : audit [DBG] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-11T16:56:02.287 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:56:02 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:56:01.326579+0000 mon.smithi088 (mon.0) 547 : audit [DBG] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-11T16:56:02.287 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:56:02 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:56:01.652227+0000 mon.smithi148 (mon.1) 18 : audit [INF] from='client.? 172.21.15.148:0/3464021387' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2024-02-11T16:56:02.287 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:56:02 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:56:01.652639+0000 mon.smithi088 (mon.0) 548 : 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-11T16:56:02.287 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:56:02 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:56:01.655653+0000 mon.smithi088 (mon.0) 549 : 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-11T16:56:02.423 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:56:02 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cephadm 2024-02-11T16:56:01.017224+0000 mgr.smithi088.srytvt (mgr.14180) 95 : cephadm [INF] Detected new or changed devices on smithi088 2024-02-11T16:56:02.423 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:56:02 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T16:56:01.024088+0000 mon.smithi088 (mon.0) 534 : audit [INF] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' 2024-02-11T16:56:02.423 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:56:02 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T16:56:01.172164+0000 mgr.smithi088.srytvt (mgr.14180) 96 : cluster [DBG] pgmap v72: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-11T16:56:02.423 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:56:02 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T16:56:01.308229+0000 mon.smithi088 (mon.0) 535 : audit [INF] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-02-11T16:56:02.423 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:56:02 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T16:56:01.308909+0000 mon.smithi088 (mon.0) 536 : audit [INF] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-02-11T16:56:02.423 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:56:02 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T16:56:01.309440+0000 mon.smithi088 (mon.0) 537 : audit [INF] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-02-11T16:56:02.424 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:56:02 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T16:56:01.309978+0000 mon.smithi088 (mon.0) 538 : audit [INF] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2024-02-11T16:56:02.424 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:56:02 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cephadm 2024-02-11T16:56:01.310384+0000 mgr.smithi088.srytvt (mgr.14180) 97 : cephadm [INF] Adjusting osd_memory_target on smithi088 to 3222M 2024-02-11T16:56:02.424 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:56:02 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T16:56:01.314039+0000 mon.smithi088 (mon.0) 539 : audit [INF] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' 2024-02-11T16:56:02.424 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:56:02 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T16:56:01.314820+0000 mon.smithi088 (mon.0) 540 : audit [DBG] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-11T16:56:02.424 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:56:02 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T16:56:01.315359+0000 mon.smithi088 (mon.0) 541 : audit [INF] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-11T16:56:02.424 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:56:02 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T16:56:01.319155+0000 mon.smithi088 (mon.0) 542 : audit [INF] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' 2024-02-11T16:56:02.424 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:56:02 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T16:56:01.322476+0000 mon.smithi088 (mon.0) 543 : audit [DBG] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-11T16:56:02.424 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:56:02 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T16:56:01.325143+0000 mon.smithi088 (mon.0) 544 : audit [INF] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-02-11T16:56:02.424 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:56:02 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T16:56:01.326036+0000 mon.smithi088 (mon.0) 545 : audit [INF] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-02-11T16:56:02.424 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:56:02 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T16:56:01.326194+0000 mon.smithi088 (mon.0) 546 : audit [DBG] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-11T16:56:02.424 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:56:02 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T16:56:01.326579+0000 mon.smithi088 (mon.0) 547 : audit [DBG] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-11T16:56:02.424 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:56:02 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T16:56:01.652227+0000 mon.smithi148 (mon.1) 18 : audit [INF] from='client.? 172.21.15.148:0/3464021387' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2024-02-11T16:56:02.424 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:56:02 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T16:56:01.652639+0000 mon.smithi088 (mon.0) 548 : 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-11T16:56:02.425 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:56:02 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T16:56:01.655653+0000 mon.smithi088 (mon.0) 549 : 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-11T16:56:02.567 INFO:teuthology.orchestra.run.smithi088.stderr:Inferring config /var/lib/ceph/eb5e91f4-c8fd-11ee-95b9-87774f69a715/mon.smithi088/config 2024-02-11T16:56:03.627 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-11T16:56:03.627 INFO:teuthology.orchestra.run.smithi088.stdout:{"epoch":33,"fsid":"eb5e91f4-c8fd-11ee-95b9-87774f69a715","created":"2024-02-11T16:52:58.321774+0000","modified":"2024-02-11T16:55:58.915009+0000","last_up_change":"2024-02-11T16:55:56.906869+0000","last_in_change":"2024-02-11T16:55:28.926983+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":13,"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-11T16:55:46.085601+0000","flags":1,"flags_names":"hashpspool","type":1,"size":3,"min_size":2,"crush_rule":0,"peering_crush_bucket_count":0,"peering_crush_bucket_target":0,"peering_crush_bucket_barrier":0,"peering_crush_bucket_mandatory_member":2147483647,"object_hash":2,"pg_autoscale_mode":"off","pg_num":1,"pg_placement_num":1,"pg_placement_num_target":1,"pg_num_target":1,"pg_num_pending":1,"last_pg_merge_meta":{"source_pgid":"0.0","ready_epoch":0,"last_epoch_started":0,"last_epoch_clean":0,"source_version":"0'0","target_version":"0'0"},"last_change":"22","last_force_op_resend":"0","last_force_op_resend_prenautilus":"0","last_force_op_resend_preluminous":"0","auid":0,"snap_mode":"selfmanaged","snap_seq":0,"snap_epoch":0,"pool_snaps":[],"removed_snaps":"[]","quota_max_bytes":0,"quota_max_objects":0,"tiers":[],"tier_of":-1,"read_tier":-1,"write_tier":-1,"cache_mode":"none","target_max_bytes":0,"target_max_objects":0,"cache_target_dirty_ratio_micro":400000,"cache_target_dirty_high_ratio_micro":600000,"cache_target_full_ratio_micro":800000,"cache_min_flush_age":0,"cache_min_evict_age":0,"erasure_code_profile":"","hit_set_params":{"type":"none"},"hit_set_period":0,"hit_set_count":0,"use_gmt_hitset":true,"min_read_recency_for_promote":0,"min_write_recency_for_promote":0,"hit_set_grade_decay_rate":0,"hit_set_search_last_n":0,"grade_table":[],"stripe_width":0,"expected_num_objects":0,"fast_read":false,"options":{"pg_num_max":32,"pg_num_min":1},"application_metadata":{"mgr_devicehealth":{}}}],"osds":[{"osd":0,"uuid":"625fdc15-1563-4668-a916-e6e46f847818","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":16,"up_thru":31,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.148:6800","nonce":2709710974},{"type":"v1","addr":"172.21.15.148:6801","nonce":2709710974}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.148:6802","nonce":2709710974},{"type":"v1","addr":"172.21.15.148:6803","nonce":2709710974}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.148:6806","nonce":2709710974},{"type":"v1","addr":"172.21.15.148:6807","nonce":2709710974}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.148:6804","nonce":2709710974},{"type":"v1","addr":"172.21.15.148:6805","nonce":2709710974}]},"public_addr":"172.21.15.148:6801/2709710974","cluster_addr":"172.21.15.148:6803/2709710974","heartbeat_back_addr":"172.21.15.148:6807/2709710974","heartbeat_front_addr":"172.21.15.148:6805/2709710974","state":["exists","up"]},{"osd":1,"uuid":"d0baa6a5-4735-497c-9248-8f6c875dab9b","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":19,"up_thru":24,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.88:6802","nonce":1749839983},{"type":"v1","addr":"172.21.15.88:6803","nonce":1749839983}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.88:6804","nonce":1749839983},{"type":"v1","addr":"172.21.15.88:6805","nonce":1749839983}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.88:6808","nonce":1749839983},{"type":"v1","addr":"172.21.15.88:6809","nonce":1749839983}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.88:6806","nonce":1749839983},{"type":"v1","addr":"172.21.15.88:6807","nonce":1749839983}]},"public_addr":"172.21.15.88:6803/1749839983","cluster_addr":"172.21.15.88:6805/1749839983","heartbeat_back_addr":"172.21.15.88:6809/1749839983","heartbeat_front_addr":"172.21.15.88:6807/1749839983","state":["exists","up"]},{"osd":2,"uuid":"6f29127d-8aee-4893-949d-46e8b714aeaf","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":19,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.148:6808","nonce":3180159350},{"type":"v1","addr":"172.21.15.148:6809","nonce":3180159350}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.148:6810","nonce":3180159350},{"type":"v1","addr":"172.21.15.148:6811","nonce":3180159350}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.148:6814","nonce":3180159350},{"type":"v1","addr":"172.21.15.148:6815","nonce":3180159350}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.148:6812","nonce":3180159350},{"type":"v1","addr":"172.21.15.148:6813","nonce":3180159350}]},"public_addr":"172.21.15.148:6809/3180159350","cluster_addr":"172.21.15.148:6811/3180159350","heartbeat_back_addr":"172.21.15.148:6815/3180159350","heartbeat_front_addr":"172.21.15.148:6813/3180159350","state":["exists","up"]},{"osd":3,"uuid":"695d8941-4008-46cc-b888-460796893044","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":23,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.88:6810","nonce":4047652259},{"type":"v1","addr":"172.21.15.88:6811","nonce":4047652259}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.88:6812","nonce":4047652259},{"type":"v1","addr":"172.21.15.88:6813","nonce":4047652259}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.88:6816","nonce":4047652259},{"type":"v1","addr":"172.21.15.88:6817","nonce":4047652259}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.88:6814","nonce":4047652259},{"type":"v1","addr":"172.21.15.88:6815","nonce":4047652259}]},"public_addr":"172.21.15.88:6811/4047652259","cluster_addr":"172.21.15.88:6813/4047652259","heartbeat_back_addr":"172.21.15.88:6817/4047652259","heartbeat_front_addr":"172.21.15.88:6815/4047652259","state":["exists","up"]},{"osd":4,"uuid":"afaa876d-9453-4139-8197-ff6100547f1d","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":23,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.148:6816","nonce":4218891513},{"type":"v1","addr":"172.21.15.148:6817","nonce":4218891513}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.148:6818","nonce":4218891513},{"type":"v1","addr":"172.21.15.148:6819","nonce":4218891513}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.148:6822","nonce":4218891513},{"type":"v1","addr":"172.21.15.148:6823","nonce":4218891513}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.148:6820","nonce":4218891513},{"type":"v1","addr":"172.21.15.148:6821","nonce":4218891513}]},"public_addr":"172.21.15.148:6817/4218891513","cluster_addr":"172.21.15.148:6819/4218891513","heartbeat_back_addr":"172.21.15.148:6823/4218891513","heartbeat_front_addr":"172.21.15.148:6821/4218891513","state":["exists","up"]},{"osd":5,"uuid":"e68c1576-2350-4635-a477-84dfc4f9c0eb","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.88:6818","nonce":68375234},{"type":"v1","addr":"172.21.15.88:6819","nonce":68375234}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.88:6820","nonce":68375234},{"type":"v1","addr":"172.21.15.88:6821","nonce":68375234}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.88:6824","nonce":68375234},{"type":"v1","addr":"172.21.15.88:6825","nonce":68375234}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.88:6822","nonce":68375234},{"type":"v1","addr":"172.21.15.88:6823","nonce":68375234}]},"public_addr":"172.21.15.88:6819/68375234","cluster_addr":"172.21.15.88:6821/68375234","heartbeat_back_addr":"172.21.15.88:6825/68375234","heartbeat_front_addr":"172.21.15.88:6823/68375234","state":["exists","up"]},{"osd":6,"uuid":"288b81e6-7db3-47bd-89a5-fbab9def4b3c","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.148:6824","nonce":2805233617},{"type":"v1","addr":"172.21.15.148:6825","nonce":2805233617}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.148:6826","nonce":2805233617},{"type":"v1","addr":"172.21.15.148:6827","nonce":2805233617}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.148:6830","nonce":2805233617},{"type":"v1","addr":"172.21.15.148:6831","nonce":2805233617}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.148:6828","nonce":2805233617},{"type":"v1","addr":"172.21.15.148:6829","nonce":2805233617}]},"public_addr":"172.21.15.148:6825/2805233617","cluster_addr":"172.21.15.148:6827/2805233617","heartbeat_back_addr":"172.21.15.148:6831/2805233617","heartbeat_front_addr":"172.21.15.148:6829/2805233617","state":["exists","up"]},{"osd":7,"uuid":"ef5c43ff-448a-4504-8013-4d327b0c4536","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":31,"up_thru":32,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.88:6826","nonce":2239372567},{"type":"v1","addr":"172.21.15.88:6827","nonce":2239372567}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.88:6828","nonce":2239372567},{"type":"v1","addr":"172.21.15.88:6829","nonce":2239372567}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.88:6832","nonce":2239372567},{"type":"v1","addr":"172.21.15.88:6833","nonce":2239372567}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.88:6830","nonce":2239372567},{"type":"v1","addr":"172.21.15.88:6831","nonce":2239372567}]},"public_addr":"172.21.15.88:6827/2239372567","cluster_addr":"172.21.15.88:6829/2239372567","heartbeat_back_addr":"172.21.15.88:6833/2239372567","heartbeat_front_addr":"172.21.15.88:6831/2239372567","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-11T16:55:41.382619+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-11T16:55:43.980639+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-11T16:55:44.806862+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-11T16:55:48.451545+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-11T16:55:48.185326+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-11T16:55:52.696681+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-11T16:55:51.636467+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-11T16:55:56.546573+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.88:0/2126431672":"2024-02-12T16:54:21.153674+0000","172.21.15.88:6800/3262431706":"2024-02-12T16:53:44.315909+0000","172.21.15.88:0/3451289291":"2024-02-12T16:53:44.315909+0000","172.21.15.88:6800/1283042996":"2024-02-12T16:54:21.153674+0000","172.21.15.88:0/323596577":"2024-02-12T16:54:21.153674+0000","172.21.15.88:0/3555855049":"2024-02-12T16:53:44.315909+0000","172.21.15.88:6801/1283042996":"2024-02-12T16:54:21.153674+0000","172.21.15.88:6800/2146440136":"2024-02-12T16:53:17.952791+0000","172.21.15.88:6801/2146440136":"2024-02-12T16:53:17.952791+0000","172.21.15.88:6801/3262431706":"2024-02-12T16:53:44.315909+0000","172.21.15.88:0/584039409":"2024-02-12T16:53:17.952791+0000","172.21.15.88:0/1263980765":"2024-02-12T16:53:17.952791+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-11T16:56:04.096 INFO:tasks.cephadm.ceph_manager.ceph:[{'pool': 1, 'pool_name': 'device_health_metrics', 'create_time': '2024-02-11T16:55:46.085601+0000', 'flags': 1, 'flags_names': 'hashpspool', 'type': 1, 'size': 3, 'min_size': 2, 'crush_rule': 0, 'peering_crush_bucket_count': 0, 'peering_crush_bucket_target': 0, 'peering_crush_bucket_barrier': 0, 'peering_crush_bucket_mandatory_member': 2147483647, 'object_hash': 2, 'pg_autoscale_mode': 'off', 'pg_num': 1, 'pg_placement_num': 1, 'pg_placement_num_target': 1, 'pg_num_target': 1, 'pg_num_pending': 1, 'last_pg_merge_meta': {'source_pgid': '0.0', 'ready_epoch': 0, 'last_epoch_started': 0, 'last_epoch_clean': 0, 'source_version': "0'0", 'target_version': "0'0"}, 'last_change': '22', 'last_force_op_resend': '0', 'last_force_op_resend_prenautilus': '0', 'last_force_op_resend_preluminous': '0', 'auid': 0, 'snap_mode': 'selfmanaged', 'snap_seq': 0, 'snap_epoch': 0, 'pool_snaps': [], 'removed_snaps': '[]', 'quota_max_bytes': 0, 'quota_max_objects': 0, 'tiers': [], 'tier_of': -1, 'read_tier': -1, 'write_tier': -1, 'cache_mode': 'none', 'target_max_bytes': 0, 'target_max_objects': 0, 'cache_target_dirty_ratio_micro': 400000, 'cache_target_dirty_high_ratio_micro': 600000, 'cache_target_full_ratio_micro': 800000, 'cache_min_flush_age': 0, 'cache_min_evict_age': 0, 'erasure_code_profile': '', 'hit_set_params': {'type': 'none'}, 'hit_set_period': 0, 'hit_set_count': 0, 'use_gmt_hitset': True, 'min_read_recency_for_promote': 0, 'min_write_recency_for_promote': 0, 'hit_set_grade_decay_rate': 0, 'hit_set_search_last_n': 0, 'grade_table': [], 'stripe_width': 0, 'expected_num_objects': 0, 'fast_read': False, 'options': {'pg_num_max': 32, 'pg_num_min': 1}, 'application_metadata': {'mgr_devicehealth': {}}}] 2024-02-11T16:56:04.096 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell --fsid eb5e91f4-c8fd-11ee-95b9-87774f69a715 -- ceph osd pool get device_health_metrics pg_num 2024-02-11T16:56:04.535 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:56:04 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T16:56:03.172520+0000 mgr.smithi088.srytvt (mgr.14180) 98 : cluster [DBG] pgmap v73: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-11T16:56:04.535 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:56:04 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:56:03.625223+0000 mon.smithi088 (mon.0) 550 : audit [DBG] from='client.? 172.21.15.88:0/3650754248' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-02-11T16:56:04.611 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:56:04 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T16:56:03.172520+0000 mgr.smithi088.srytvt (mgr.14180) 98 : cluster [DBG] pgmap v73: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-11T16:56:04.611 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:56:04 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T16:56:03.625223+0000 mon.smithi088 (mon.0) 550 : audit [DBG] from='client.? 172.21.15.88:0/3650754248' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-02-11T16:56:04.678 INFO:teuthology.orchestra.run.smithi088.stderr:Inferring config /var/lib/ceph/eb5e91f4-c8fd-11ee-95b9-87774f69a715/mon.smithi088/config 2024-02-11T16:56:06.107 INFO:teuthology.orchestra.run.smithi088.stdout:pg_num: 1 2024-02-11T16:56:06.335 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:56:06 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T16:56:05.172850+0000 mgr.smithi088.srytvt (mgr.14180) 99 : cluster [DBG] pgmap v74: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-11T16:56:06.336 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:56:06 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T16:56:06.107091+0000 mon.smithi088 (mon.0) 551 : audit [DBG] from='client.? 172.21.15.88:0/529106346' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": "device_health_metrics", "var": "pg_num"}]: dispatch 2024-02-11T16:56:06.388 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:56:06 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T16:56:05.172850+0000 mgr.smithi088.srytvt (mgr.14180) 99 : cluster [DBG] pgmap v74: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-11T16:56:06.389 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:56:06 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:56:06.107091+0000 mon.smithi088 (mon.0) 551 : audit [DBG] from='client.? 172.21.15.88:0/529106346' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": "device_health_metrics", "var": "pg_num"}]: dispatch 2024-02-11T16:56:06.617 INFO:tasks.ceph:Waiting until ceph daemons up and pgs clean... 2024-02-11T16:56:06.617 INFO:tasks.cephadm.ceph_manager.ceph:waiting for mgr available 2024-02-11T16:56:06.618 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell --fsid eb5e91f4-c8fd-11ee-95b9-87774f69a715 -- ceph mgr dump --format=json 2024-02-11T16:56:07.000 INFO:teuthology.orchestra.run.smithi088.stderr:Inferring config /var/lib/ceph/eb5e91f4-c8fd-11ee-95b9-87774f69a715/mon.smithi088/config 2024-02-11T16:56:08.527 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-11T16:56:08.785 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:56:08 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T16:56:07.173284+0000 mgr.smithi088.srytvt (mgr.14180) 100 : cluster [DBG] pgmap v75: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-11T16:56:08.785 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:56:08 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:56:07.470462+0000 mon.smithi088 (mon.0) 552 : audit [INF] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' 2024-02-11T16:56:08.785 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:56:08 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:56:08.063496+0000 mon.smithi088 (mon.0) 553 : audit [INF] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' 2024-02-11T16:56:08.912 INFO:teuthology.orchestra.run.smithi088.stdout:{"epoch":18,"active_gid":14180,"active_name":"smithi088.srytvt","active_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.88:6800","nonce":1595136781},{"type":"v1","addr":"172.21.15.88:6801","nonce":1595136781}]},"active_addr":"172.21.15.88:6801/1595136781","active_change":"2024-02-11T16:54:21.153780+0000","active_mgr_features":4540138314316775423,"available":true,"standbys":[{"gid":14200,"name":"smithi148.bnqcgm","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.88:8443/","prometheus":"http://172.21.15.88: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.88:0","nonce":1808347153}]},{"name":"volumes","addrvec":[{"type":"v2","addr":"172.21.15.88:0","nonce":2211922866}]}]} 2024-02-11T16:56:08.916 INFO:tasks.cephadm.ceph_manager.ceph:mgr available! 2024-02-11T16:56:08.916 INFO:tasks.cephadm.ceph_manager.ceph:waiting for all up 2024-02-11T16:56:08.917 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell --fsid eb5e91f4-c8fd-11ee-95b9-87774f69a715 -- ceph osd dump --format=json 2024-02-11T16:56:08.946 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:56:08 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T16:56:07.173284+0000 mgr.smithi088.srytvt (mgr.14180) 100 : cluster [DBG] pgmap v75: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-11T16:56:08.946 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:56:08 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T16:56:07.470462+0000 mon.smithi088 (mon.0) 552 : audit [INF] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' 2024-02-11T16:56:08.946 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:56:08 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T16:56:08.063496+0000 mon.smithi088 (mon.0) 553 : audit [INF] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' 2024-02-11T16:56:09.189 INFO:teuthology.orchestra.run.smithi088.stderr:Inferring config /var/lib/ceph/eb5e91f4-c8fd-11ee-95b9-87774f69a715/mon.smithi088/config 2024-02-11T16:56:09.661 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:56:09 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:56:08.521670+0000 mon.smithi088 (mon.0) 554 : audit [DBG] from='client.? 172.21.15.88:0/966499677' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2024-02-11T16:56:09.946 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:56:09 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T16:56:08.521670+0000 mon.smithi088 (mon.0) 554 : audit [DBG] from='client.? 172.21.15.88:0/966499677' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2024-02-11T16:56:10.319 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-11T16:56:10.320 INFO:teuthology.orchestra.run.smithi088.stdout:{"epoch":33,"fsid":"eb5e91f4-c8fd-11ee-95b9-87774f69a715","created":"2024-02-11T16:52:58.321774+0000","modified":"2024-02-11T16:55:58.915009+0000","last_up_change":"2024-02-11T16:55:56.906869+0000","last_in_change":"2024-02-11T16:55:28.926983+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":13,"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-11T16:55:46.085601+0000","flags":1,"flags_names":"hashpspool","type":1,"size":3,"min_size":2,"crush_rule":0,"peering_crush_bucket_count":0,"peering_crush_bucket_target":0,"peering_crush_bucket_barrier":0,"peering_crush_bucket_mandatory_member":2147483647,"object_hash":2,"pg_autoscale_mode":"off","pg_num":1,"pg_placement_num":1,"pg_placement_num_target":1,"pg_num_target":1,"pg_num_pending":1,"last_pg_merge_meta":{"source_pgid":"0.0","ready_epoch":0,"last_epoch_started":0,"last_epoch_clean":0,"source_version":"0'0","target_version":"0'0"},"last_change":"22","last_force_op_resend":"0","last_force_op_resend_prenautilus":"0","last_force_op_resend_preluminous":"0","auid":0,"snap_mode":"selfmanaged","snap_seq":0,"snap_epoch":0,"pool_snaps":[],"removed_snaps":"[]","quota_max_bytes":0,"quota_max_objects":0,"tiers":[],"tier_of":-1,"read_tier":-1,"write_tier":-1,"cache_mode":"none","target_max_bytes":0,"target_max_objects":0,"cache_target_dirty_ratio_micro":400000,"cache_target_dirty_high_ratio_micro":600000,"cache_target_full_ratio_micro":800000,"cache_min_flush_age":0,"cache_min_evict_age":0,"erasure_code_profile":"","hit_set_params":{"type":"none"},"hit_set_period":0,"hit_set_count":0,"use_gmt_hitset":true,"min_read_recency_for_promote":0,"min_write_recency_for_promote":0,"hit_set_grade_decay_rate":0,"hit_set_search_last_n":0,"grade_table":[],"stripe_width":0,"expected_num_objects":0,"fast_read":false,"options":{"pg_num_max":32,"pg_num_min":1},"application_metadata":{"mgr_devicehealth":{}}}],"osds":[{"osd":0,"uuid":"625fdc15-1563-4668-a916-e6e46f847818","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":16,"up_thru":31,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.148:6800","nonce":2709710974},{"type":"v1","addr":"172.21.15.148:6801","nonce":2709710974}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.148:6802","nonce":2709710974},{"type":"v1","addr":"172.21.15.148:6803","nonce":2709710974}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.148:6806","nonce":2709710974},{"type":"v1","addr":"172.21.15.148:6807","nonce":2709710974}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.148:6804","nonce":2709710974},{"type":"v1","addr":"172.21.15.148:6805","nonce":2709710974}]},"public_addr":"172.21.15.148:6801/2709710974","cluster_addr":"172.21.15.148:6803/2709710974","heartbeat_back_addr":"172.21.15.148:6807/2709710974","heartbeat_front_addr":"172.21.15.148:6805/2709710974","state":["exists","up"]},{"osd":1,"uuid":"d0baa6a5-4735-497c-9248-8f6c875dab9b","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":19,"up_thru":24,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.88:6802","nonce":1749839983},{"type":"v1","addr":"172.21.15.88:6803","nonce":1749839983}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.88:6804","nonce":1749839983},{"type":"v1","addr":"172.21.15.88:6805","nonce":1749839983}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.88:6808","nonce":1749839983},{"type":"v1","addr":"172.21.15.88:6809","nonce":1749839983}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.88:6806","nonce":1749839983},{"type":"v1","addr":"172.21.15.88:6807","nonce":1749839983}]},"public_addr":"172.21.15.88:6803/1749839983","cluster_addr":"172.21.15.88:6805/1749839983","heartbeat_back_addr":"172.21.15.88:6809/1749839983","heartbeat_front_addr":"172.21.15.88:6807/1749839983","state":["exists","up"]},{"osd":2,"uuid":"6f29127d-8aee-4893-949d-46e8b714aeaf","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":19,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.148:6808","nonce":3180159350},{"type":"v1","addr":"172.21.15.148:6809","nonce":3180159350}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.148:6810","nonce":3180159350},{"type":"v1","addr":"172.21.15.148:6811","nonce":3180159350}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.148:6814","nonce":3180159350},{"type":"v1","addr":"172.21.15.148:6815","nonce":3180159350}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.148:6812","nonce":3180159350},{"type":"v1","addr":"172.21.15.148:6813","nonce":3180159350}]},"public_addr":"172.21.15.148:6809/3180159350","cluster_addr":"172.21.15.148:6811/3180159350","heartbeat_back_addr":"172.21.15.148:6815/3180159350","heartbeat_front_addr":"172.21.15.148:6813/3180159350","state":["exists","up"]},{"osd":3,"uuid":"695d8941-4008-46cc-b888-460796893044","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":23,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.88:6810","nonce":4047652259},{"type":"v1","addr":"172.21.15.88:6811","nonce":4047652259}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.88:6812","nonce":4047652259},{"type":"v1","addr":"172.21.15.88:6813","nonce":4047652259}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.88:6816","nonce":4047652259},{"type":"v1","addr":"172.21.15.88:6817","nonce":4047652259}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.88:6814","nonce":4047652259},{"type":"v1","addr":"172.21.15.88:6815","nonce":4047652259}]},"public_addr":"172.21.15.88:6811/4047652259","cluster_addr":"172.21.15.88:6813/4047652259","heartbeat_back_addr":"172.21.15.88:6817/4047652259","heartbeat_front_addr":"172.21.15.88:6815/4047652259","state":["exists","up"]},{"osd":4,"uuid":"afaa876d-9453-4139-8197-ff6100547f1d","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":23,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.148:6816","nonce":4218891513},{"type":"v1","addr":"172.21.15.148:6817","nonce":4218891513}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.148:6818","nonce":4218891513},{"type":"v1","addr":"172.21.15.148:6819","nonce":4218891513}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.148:6822","nonce":4218891513},{"type":"v1","addr":"172.21.15.148:6823","nonce":4218891513}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.148:6820","nonce":4218891513},{"type":"v1","addr":"172.21.15.148:6821","nonce":4218891513}]},"public_addr":"172.21.15.148:6817/4218891513","cluster_addr":"172.21.15.148:6819/4218891513","heartbeat_back_addr":"172.21.15.148:6823/4218891513","heartbeat_front_addr":"172.21.15.148:6821/4218891513","state":["exists","up"]},{"osd":5,"uuid":"e68c1576-2350-4635-a477-84dfc4f9c0eb","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.88:6818","nonce":68375234},{"type":"v1","addr":"172.21.15.88:6819","nonce":68375234}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.88:6820","nonce":68375234},{"type":"v1","addr":"172.21.15.88:6821","nonce":68375234}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.88:6824","nonce":68375234},{"type":"v1","addr":"172.21.15.88:6825","nonce":68375234}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.88:6822","nonce":68375234},{"type":"v1","addr":"172.21.15.88:6823","nonce":68375234}]},"public_addr":"172.21.15.88:6819/68375234","cluster_addr":"172.21.15.88:6821/68375234","heartbeat_back_addr":"172.21.15.88:6825/68375234","heartbeat_front_addr":"172.21.15.88:6823/68375234","state":["exists","up"]},{"osd":6,"uuid":"288b81e6-7db3-47bd-89a5-fbab9def4b3c","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.148:6824","nonce":2805233617},{"type":"v1","addr":"172.21.15.148:6825","nonce":2805233617}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.148:6826","nonce":2805233617},{"type":"v1","addr":"172.21.15.148:6827","nonce":2805233617}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.148:6830","nonce":2805233617},{"type":"v1","addr":"172.21.15.148:6831","nonce":2805233617}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.148:6828","nonce":2805233617},{"type":"v1","addr":"172.21.15.148:6829","nonce":2805233617}]},"public_addr":"172.21.15.148:6825/2805233617","cluster_addr":"172.21.15.148:6827/2805233617","heartbeat_back_addr":"172.21.15.148:6831/2805233617","heartbeat_front_addr":"172.21.15.148:6829/2805233617","state":["exists","up"]},{"osd":7,"uuid":"ef5c43ff-448a-4504-8013-4d327b0c4536","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":31,"up_thru":32,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.88:6826","nonce":2239372567},{"type":"v1","addr":"172.21.15.88:6827","nonce":2239372567}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.88:6828","nonce":2239372567},{"type":"v1","addr":"172.21.15.88:6829","nonce":2239372567}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.88:6832","nonce":2239372567},{"type":"v1","addr":"172.21.15.88:6833","nonce":2239372567}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.88:6830","nonce":2239372567},{"type":"v1","addr":"172.21.15.88:6831","nonce":2239372567}]},"public_addr":"172.21.15.88:6827/2239372567","cluster_addr":"172.21.15.88:6829/2239372567","heartbeat_back_addr":"172.21.15.88:6833/2239372567","heartbeat_front_addr":"172.21.15.88:6831/2239372567","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-11T16:55:41.382619+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-11T16:55:43.980639+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-11T16:55:44.806862+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-11T16:55:48.451545+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-11T16:55:48.185326+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-11T16:55:52.696681+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-11T16:55:51.636467+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-11T16:55:56.546573+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.88:0/2126431672":"2024-02-12T16:54:21.153674+0000","172.21.15.88:6800/3262431706":"2024-02-12T16:53:44.315909+0000","172.21.15.88:0/3451289291":"2024-02-12T16:53:44.315909+0000","172.21.15.88:6800/1283042996":"2024-02-12T16:54:21.153674+0000","172.21.15.88:0/323596577":"2024-02-12T16:54:21.153674+0000","172.21.15.88:0/3555855049":"2024-02-12T16:53:44.315909+0000","172.21.15.88:6801/1283042996":"2024-02-12T16:54:21.153674+0000","172.21.15.88:6800/2146440136":"2024-02-12T16:53:17.952791+0000","172.21.15.88:6801/2146440136":"2024-02-12T16:53:17.952791+0000","172.21.15.88:6801/3262431706":"2024-02-12T16:53:44.315909+0000","172.21.15.88:0/584039409":"2024-02-12T16:53:17.952791+0000","172.21.15.88:0/1263980765":"2024-02-12T16:53:17.952791+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-11T16:56:10.623 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:56:10 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T16:56:09.173635+0000 mgr.smithi088.srytvt (mgr.14180) 101 : cluster [DBG] pgmap v76: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-11T16:56:10.623 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:56:10 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:56:10.318061+0000 mon.smithi088 (mon.0) 555 : audit [DBG] from='client.? 172.21.15.88:0/4007302037' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-02-11T16:56:10.692 INFO:tasks.cephadm.ceph_manager.ceph:all up! 2024-02-11T16:56:10.693 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell --fsid eb5e91f4-c8fd-11ee-95b9-87774f69a715 -- ceph osd dump --format=json 2024-02-11T16:56:10.946 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:56:10 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T16:56:09.173635+0000 mgr.smithi088.srytvt (mgr.14180) 101 : cluster [DBG] pgmap v76: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-11T16:56:10.946 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:56:10 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T16:56:10.318061+0000 mon.smithi088 (mon.0) 555 : audit [DBG] from='client.? 172.21.15.88:0/4007302037' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-02-11T16:56:10.956 INFO:teuthology.orchestra.run.smithi088.stderr:Inferring config /var/lib/ceph/eb5e91f4-c8fd-11ee-95b9-87774f69a715/mon.smithi088/config 2024-02-11T16:56:12.081 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-11T16:56:12.081 INFO:teuthology.orchestra.run.smithi088.stdout:{"epoch":33,"fsid":"eb5e91f4-c8fd-11ee-95b9-87774f69a715","created":"2024-02-11T16:52:58.321774+0000","modified":"2024-02-11T16:55:58.915009+0000","last_up_change":"2024-02-11T16:55:56.906869+0000","last_in_change":"2024-02-11T16:55:28.926983+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":13,"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-11T16:55:46.085601+0000","flags":1,"flags_names":"hashpspool","type":1,"size":3,"min_size":2,"crush_rule":0,"peering_crush_bucket_count":0,"peering_crush_bucket_target":0,"peering_crush_bucket_barrier":0,"peering_crush_bucket_mandatory_member":2147483647,"object_hash":2,"pg_autoscale_mode":"off","pg_num":1,"pg_placement_num":1,"pg_placement_num_target":1,"pg_num_target":1,"pg_num_pending":1,"last_pg_merge_meta":{"source_pgid":"0.0","ready_epoch":0,"last_epoch_started":0,"last_epoch_clean":0,"source_version":"0'0","target_version":"0'0"},"last_change":"22","last_force_op_resend":"0","last_force_op_resend_prenautilus":"0","last_force_op_resend_preluminous":"0","auid":0,"snap_mode":"selfmanaged","snap_seq":0,"snap_epoch":0,"pool_snaps":[],"removed_snaps":"[]","quota_max_bytes":0,"quota_max_objects":0,"tiers":[],"tier_of":-1,"read_tier":-1,"write_tier":-1,"cache_mode":"none","target_max_bytes":0,"target_max_objects":0,"cache_target_dirty_ratio_micro":400000,"cache_target_dirty_high_ratio_micro":600000,"cache_target_full_ratio_micro":800000,"cache_min_flush_age":0,"cache_min_evict_age":0,"erasure_code_profile":"","hit_set_params":{"type":"none"},"hit_set_period":0,"hit_set_count":0,"use_gmt_hitset":true,"min_read_recency_for_promote":0,"min_write_recency_for_promote":0,"hit_set_grade_decay_rate":0,"hit_set_search_last_n":0,"grade_table":[],"stripe_width":0,"expected_num_objects":0,"fast_read":false,"options":{"pg_num_max":32,"pg_num_min":1},"application_metadata":{"mgr_devicehealth":{}}}],"osds":[{"osd":0,"uuid":"625fdc15-1563-4668-a916-e6e46f847818","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":16,"up_thru":31,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.148:6800","nonce":2709710974},{"type":"v1","addr":"172.21.15.148:6801","nonce":2709710974}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.148:6802","nonce":2709710974},{"type":"v1","addr":"172.21.15.148:6803","nonce":2709710974}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.148:6806","nonce":2709710974},{"type":"v1","addr":"172.21.15.148:6807","nonce":2709710974}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.148:6804","nonce":2709710974},{"type":"v1","addr":"172.21.15.148:6805","nonce":2709710974}]},"public_addr":"172.21.15.148:6801/2709710974","cluster_addr":"172.21.15.148:6803/2709710974","heartbeat_back_addr":"172.21.15.148:6807/2709710974","heartbeat_front_addr":"172.21.15.148:6805/2709710974","state":["exists","up"]},{"osd":1,"uuid":"d0baa6a5-4735-497c-9248-8f6c875dab9b","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":19,"up_thru":24,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.88:6802","nonce":1749839983},{"type":"v1","addr":"172.21.15.88:6803","nonce":1749839983}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.88:6804","nonce":1749839983},{"type":"v1","addr":"172.21.15.88:6805","nonce":1749839983}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.88:6808","nonce":1749839983},{"type":"v1","addr":"172.21.15.88:6809","nonce":1749839983}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.88:6806","nonce":1749839983},{"type":"v1","addr":"172.21.15.88:6807","nonce":1749839983}]},"public_addr":"172.21.15.88:6803/1749839983","cluster_addr":"172.21.15.88:6805/1749839983","heartbeat_back_addr":"172.21.15.88:6809/1749839983","heartbeat_front_addr":"172.21.15.88:6807/1749839983","state":["exists","up"]},{"osd":2,"uuid":"6f29127d-8aee-4893-949d-46e8b714aeaf","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":19,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.148:6808","nonce":3180159350},{"type":"v1","addr":"172.21.15.148:6809","nonce":3180159350}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.148:6810","nonce":3180159350},{"type":"v1","addr":"172.21.15.148:6811","nonce":3180159350}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.148:6814","nonce":3180159350},{"type":"v1","addr":"172.21.15.148:6815","nonce":3180159350}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.148:6812","nonce":3180159350},{"type":"v1","addr":"172.21.15.148:6813","nonce":3180159350}]},"public_addr":"172.21.15.148:6809/3180159350","cluster_addr":"172.21.15.148:6811/3180159350","heartbeat_back_addr":"172.21.15.148:6815/3180159350","heartbeat_front_addr":"172.21.15.148:6813/3180159350","state":["exists","up"]},{"osd":3,"uuid":"695d8941-4008-46cc-b888-460796893044","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":23,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.88:6810","nonce":4047652259},{"type":"v1","addr":"172.21.15.88:6811","nonce":4047652259}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.88:6812","nonce":4047652259},{"type":"v1","addr":"172.21.15.88:6813","nonce":4047652259}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.88:6816","nonce":4047652259},{"type":"v1","addr":"172.21.15.88:6817","nonce":4047652259}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.88:6814","nonce":4047652259},{"type":"v1","addr":"172.21.15.88:6815","nonce":4047652259}]},"public_addr":"172.21.15.88:6811/4047652259","cluster_addr":"172.21.15.88:6813/4047652259","heartbeat_back_addr":"172.21.15.88:6817/4047652259","heartbeat_front_addr":"172.21.15.88:6815/4047652259","state":["exists","up"]},{"osd":4,"uuid":"afaa876d-9453-4139-8197-ff6100547f1d","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":23,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.148:6816","nonce":4218891513},{"type":"v1","addr":"172.21.15.148:6817","nonce":4218891513}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.148:6818","nonce":4218891513},{"type":"v1","addr":"172.21.15.148:6819","nonce":4218891513}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.148:6822","nonce":4218891513},{"type":"v1","addr":"172.21.15.148:6823","nonce":4218891513}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.148:6820","nonce":4218891513},{"type":"v1","addr":"172.21.15.148:6821","nonce":4218891513}]},"public_addr":"172.21.15.148:6817/4218891513","cluster_addr":"172.21.15.148:6819/4218891513","heartbeat_back_addr":"172.21.15.148:6823/4218891513","heartbeat_front_addr":"172.21.15.148:6821/4218891513","state":["exists","up"]},{"osd":5,"uuid":"e68c1576-2350-4635-a477-84dfc4f9c0eb","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.88:6818","nonce":68375234},{"type":"v1","addr":"172.21.15.88:6819","nonce":68375234}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.88:6820","nonce":68375234},{"type":"v1","addr":"172.21.15.88:6821","nonce":68375234}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.88:6824","nonce":68375234},{"type":"v1","addr":"172.21.15.88:6825","nonce":68375234}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.88:6822","nonce":68375234},{"type":"v1","addr":"172.21.15.88:6823","nonce":68375234}]},"public_addr":"172.21.15.88:6819/68375234","cluster_addr":"172.21.15.88:6821/68375234","heartbeat_back_addr":"172.21.15.88:6825/68375234","heartbeat_front_addr":"172.21.15.88:6823/68375234","state":["exists","up"]},{"osd":6,"uuid":"288b81e6-7db3-47bd-89a5-fbab9def4b3c","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.148:6824","nonce":2805233617},{"type":"v1","addr":"172.21.15.148:6825","nonce":2805233617}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.148:6826","nonce":2805233617},{"type":"v1","addr":"172.21.15.148:6827","nonce":2805233617}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.148:6830","nonce":2805233617},{"type":"v1","addr":"172.21.15.148:6831","nonce":2805233617}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.148:6828","nonce":2805233617},{"type":"v1","addr":"172.21.15.148:6829","nonce":2805233617}]},"public_addr":"172.21.15.148:6825/2805233617","cluster_addr":"172.21.15.148:6827/2805233617","heartbeat_back_addr":"172.21.15.148:6831/2805233617","heartbeat_front_addr":"172.21.15.148:6829/2805233617","state":["exists","up"]},{"osd":7,"uuid":"ef5c43ff-448a-4504-8013-4d327b0c4536","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":31,"up_thru":32,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.88:6826","nonce":2239372567},{"type":"v1","addr":"172.21.15.88:6827","nonce":2239372567}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.88:6828","nonce":2239372567},{"type":"v1","addr":"172.21.15.88:6829","nonce":2239372567}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.88:6832","nonce":2239372567},{"type":"v1","addr":"172.21.15.88:6833","nonce":2239372567}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.88:6830","nonce":2239372567},{"type":"v1","addr":"172.21.15.88:6831","nonce":2239372567}]},"public_addr":"172.21.15.88:6827/2239372567","cluster_addr":"172.21.15.88:6829/2239372567","heartbeat_back_addr":"172.21.15.88:6833/2239372567","heartbeat_front_addr":"172.21.15.88:6831/2239372567","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-11T16:55:41.382619+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-11T16:55:43.980639+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-11T16:55:44.806862+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-11T16:55:48.451545+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-11T16:55:48.185326+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-11T16:55:52.696681+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-11T16:55:51.636467+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-11T16:55:56.546573+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.88:0/2126431672":"2024-02-12T16:54:21.153674+0000","172.21.15.88:6800/3262431706":"2024-02-12T16:53:44.315909+0000","172.21.15.88:0/3451289291":"2024-02-12T16:53:44.315909+0000","172.21.15.88:6800/1283042996":"2024-02-12T16:54:21.153674+0000","172.21.15.88:0/323596577":"2024-02-12T16:54:21.153674+0000","172.21.15.88:0/3555855049":"2024-02-12T16:53:44.315909+0000","172.21.15.88:6801/1283042996":"2024-02-12T16:54:21.153674+0000","172.21.15.88:6800/2146440136":"2024-02-12T16:53:17.952791+0000","172.21.15.88:6801/2146440136":"2024-02-12T16:53:17.952791+0000","172.21.15.88:6801/3262431706":"2024-02-12T16:53:44.315909+0000","172.21.15.88:0/584039409":"2024-02-12T16:53:17.952791+0000","172.21.15.88:0/1263980765":"2024-02-12T16:53:17.952791+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-11T16:56:12.450 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell --fsid eb5e91f4-c8fd-11ee-95b9-87774f69a715 -- ceph tell osd.0 flush_pg_stats 2024-02-11T16:56:12.715 INFO:teuthology.orchestra.run.smithi088.stderr:Inferring config /var/lib/ceph/eb5e91f4-c8fd-11ee-95b9-87774f69a715/mon.smithi088/config 2024-02-11T16:56:12.785 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:56:12 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T16:56:11.173865+0000 mgr.smithi088.srytvt (mgr.14180) 102 : cluster [DBG] pgmap v77: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-11T16:56:12.785 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:56:12 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:56:12.080532+0000 mon.smithi088 (mon.0) 556 : audit [DBG] from='client.? 172.21.15.88:0/2200577236' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-02-11T16:56:12.946 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:56:12 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T16:56:11.173865+0000 mgr.smithi088.srytvt (mgr.14180) 102 : cluster [DBG] pgmap v77: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-11T16:56:12.946 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:56:12 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T16:56:12.080532+0000 mon.smithi088 (mon.0) 556 : audit [DBG] from='client.? 172.21.15.88:0/2200577236' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-02-11T16:56:13.999 INFO:teuthology.orchestra.run.smithi088.stdout:68719476745 2024-02-11T16:56:13.999 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell --fsid eb5e91f4-c8fd-11ee-95b9-87774f69a715 -- ceph tell osd.1 flush_pg_stats 2024-02-11T16:56:14.263 INFO:teuthology.orchestra.run.smithi088.stderr:Inferring config /var/lib/ceph/eb5e91f4-c8fd-11ee-95b9-87774f69a715/mon.smithi088/config 2024-02-11T16:56:14.660 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:56:14 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T16:56:13.174205+0000 mgr.smithi088.srytvt (mgr.14180) 103 : cluster [DBG] pgmap v78: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-11T16:56:14.946 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:56:14 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T16:56:13.174205+0000 mgr.smithi088.srytvt (mgr.14180) 103 : cluster [DBG] pgmap v78: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-11T16:56:15.548 INFO:teuthology.orchestra.run.smithi088.stdout:81604378633 2024-02-11T16:56:15.548 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell --fsid eb5e91f4-c8fd-11ee-95b9-87774f69a715 -- ceph tell osd.2 flush_pg_stats 2024-02-11T16:56:15.815 INFO:teuthology.orchestra.run.smithi088.stderr:Inferring config /var/lib/ceph/eb5e91f4-c8fd-11ee-95b9-87774f69a715/mon.smithi088/config 2024-02-11T16:56:16.770 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:56:16 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T16:56:15.174500+0000 mgr.smithi088.srytvt (mgr.14180) 104 : cluster [DBG] pgmap v79: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-11T16:56:16.946 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:56:16 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T16:56:15.174500+0000 mgr.smithi088.srytvt (mgr.14180) 104 : cluster [DBG] pgmap v79: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-11T16:56:17.107 INFO:teuthology.orchestra.run.smithi088.stdout:81604378633 2024-02-11T16:56:17.107 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell --fsid eb5e91f4-c8fd-11ee-95b9-87774f69a715 -- ceph tell osd.3 flush_pg_stats 2024-02-11T16:56:17.371 INFO:teuthology.orchestra.run.smithi088.stderr:Inferring config /var/lib/ceph/eb5e91f4-c8fd-11ee-95b9-87774f69a715/mon.smithi088/config 2024-02-11T16:56:18.682 INFO:teuthology.orchestra.run.smithi088.stdout:98784247816 2024-02-11T16:56:18.682 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell --fsid eb5e91f4-c8fd-11ee-95b9-87774f69a715 -- ceph tell osd.4 flush_pg_stats 2024-02-11T16:56:18.785 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:56:18 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T16:56:17.174839+0000 mgr.smithi088.srytvt (mgr.14180) 105 : cluster [DBG] pgmap v80: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-11T16:56:18.946 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:56:18 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T16:56:17.174839+0000 mgr.smithi088.srytvt (mgr.14180) 105 : cluster [DBG] pgmap v80: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-11T16:56:18.950 INFO:teuthology.orchestra.run.smithi088.stderr:Inferring config /var/lib/ceph/eb5e91f4-c8fd-11ee-95b9-87774f69a715/mon.smithi088/config 2024-02-11T16:56:20.289 INFO:teuthology.orchestra.run.smithi088.stdout:98784247817 2024-02-11T16:56:20.289 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell --fsid eb5e91f4-c8fd-11ee-95b9-87774f69a715 -- ceph tell osd.5 flush_pg_stats 2024-02-11T16:56:20.555 INFO:teuthology.orchestra.run.smithi088.stderr:Inferring config /var/lib/ceph/eb5e91f4-c8fd-11ee-95b9-87774f69a715/mon.smithi088/config 2024-02-11T16:56:20.658 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:56:20 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T16:56:19.175177+0000 mgr.smithi088.srytvt (mgr.14180) 106 : cluster [DBG] pgmap v81: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-11T16:56:20.946 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:56:20 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T16:56:19.175177+0000 mgr.smithi088.srytvt (mgr.14180) 106 : cluster [DBG] pgmap v81: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-11T16:56:21.847 INFO:teuthology.orchestra.run.smithi088.stdout:115964117000 2024-02-11T16:56:21.847 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell --fsid eb5e91f4-c8fd-11ee-95b9-87774f69a715 -- ceph tell osd.6 flush_pg_stats 2024-02-11T16:56:22.111 INFO:teuthology.orchestra.run.smithi088.stderr:Inferring config /var/lib/ceph/eb5e91f4-c8fd-11ee-95b9-87774f69a715/mon.smithi088/config 2024-02-11T16:56:22.785 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:56:22 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T16:56:21.175432+0000 mgr.smithi088.srytvt (mgr.14180) 107 : cluster [DBG] pgmap v82: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-11T16:56:22.946 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:56:22 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T16:56:21.175432+0000 mgr.smithi088.srytvt (mgr.14180) 107 : cluster [DBG] pgmap v82: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-11T16:56:23.358 INFO:teuthology.orchestra.run.smithi088.stdout:111669149704 2024-02-11T16:56:23.359 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell --fsid eb5e91f4-c8fd-11ee-95b9-87774f69a715 -- ceph tell osd.7 flush_pg_stats 2024-02-11T16:56:23.623 INFO:teuthology.orchestra.run.smithi088.stderr:Inferring config /var/lib/ceph/eb5e91f4-c8fd-11ee-95b9-87774f69a715/mon.smithi088/config 2024-02-11T16:56:24.785 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:56:24 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T16:56:23.175700+0000 mgr.smithi088.srytvt (mgr.14180) 108 : cluster [DBG] pgmap v83: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-11T16:56:24.913 INFO:teuthology.orchestra.run.smithi088.stdout:133143986184 2024-02-11T16:56:24.914 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell --fsid eb5e91f4-c8fd-11ee-95b9-87774f69a715 -- ceph osd last-stat-seq osd.0 2024-02-11T16:56:24.946 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:56:24 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T16:56:23.175700+0000 mgr.smithi088.srytvt (mgr.14180) 108 : cluster [DBG] pgmap v83: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-11T16:56:25.180 INFO:teuthology.orchestra.run.smithi088.stderr:Inferring config /var/lib/ceph/eb5e91f4-c8fd-11ee-95b9-87774f69a715/mon.smithi088/config 2024-02-11T16:56:26.284 INFO:teuthology.orchestra.run.smithi088.stdout:68719476748 2024-02-11T16:56:26.612 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:56:26 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T16:56:25.176046+0000 mgr.smithi088.srytvt (mgr.14180) 109 : cluster [DBG] pgmap v84: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-11T16:56:26.612 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:56:26 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:56:26.283764+0000 mon.smithi088 (mon.0) 557 : audit [DBG] from='client.? 172.21.15.88:0/1758642830' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2024-02-11T16:56:26.638 INFO:tasks.cephadm.ceph_manager.ceph:need seq 68719476745 got 68719476748 for osd.0 2024-02-11T16:56:26.638 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell --fsid eb5e91f4-c8fd-11ee-95b9-87774f69a715 -- ceph osd last-stat-seq osd.1 2024-02-11T16:56:26.905 INFO:teuthology.orchestra.run.smithi088.stderr:Inferring config /var/lib/ceph/eb5e91f4-c8fd-11ee-95b9-87774f69a715/mon.smithi088/config 2024-02-11T16:56:26.946 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:56:26 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T16:56:25.176046+0000 mgr.smithi088.srytvt (mgr.14180) 109 : cluster [DBG] pgmap v84: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-11T16:56:26.946 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:56:26 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T16:56:26.283764+0000 mon.smithi088 (mon.0) 557 : audit [DBG] from='client.? 172.21.15.88:0/1758642830' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2024-02-11T16:56:27.999 INFO:teuthology.orchestra.run.smithi088.stdout:81604378636 2024-02-11T16:56:28.362 INFO:tasks.cephadm.ceph_manager.ceph:need seq 81604378633 got 81604378636 for osd.1 2024-02-11T16:56:28.362 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell --fsid eb5e91f4-c8fd-11ee-95b9-87774f69a715 -- ceph osd last-stat-seq osd.2 2024-02-11T16:56:28.629 INFO:teuthology.orchestra.run.smithi088.stderr:Inferring config /var/lib/ceph/eb5e91f4-c8fd-11ee-95b9-87774f69a715/mon.smithi088/config 2024-02-11T16:56:28.739 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:56:28 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T16:56:27.176400+0000 mgr.smithi088.srytvt (mgr.14180) 110 : cluster [DBG] pgmap v85: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-11T16:56:28.739 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:56:28 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:56:27.998980+0000 mon.smithi088 (mon.0) 558 : audit [DBG] from='client.? 172.21.15.88:0/4104348298' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2024-02-11T16:56:28.946 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:56:28 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T16:56:27.176400+0000 mgr.smithi088.srytvt (mgr.14180) 110 : cluster [DBG] pgmap v85: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-11T16:56:28.946 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:56:28 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T16:56:27.998980+0000 mon.smithi088 (mon.0) 558 : audit [DBG] from='client.? 172.21.15.88:0/4104348298' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2024-02-11T16:56:29.719 INFO:teuthology.orchestra.run.smithi088.stdout:81604378636 2024-02-11T16:56:30.155 INFO:tasks.cephadm.ceph_manager.ceph:need seq 81604378633 got 81604378636 for osd.2 2024-02-11T16:56:30.155 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell --fsid eb5e91f4-c8fd-11ee-95b9-87774f69a715 -- ceph osd last-stat-seq osd.3 2024-02-11T16:56:30.418 INFO:teuthology.orchestra.run.smithi088.stderr:Inferring config /var/lib/ceph/eb5e91f4-c8fd-11ee-95b9-87774f69a715/mon.smithi088/config 2024-02-11T16:56:30.785 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:56:30 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T16:56:29.176858+0000 mgr.smithi088.srytvt (mgr.14180) 111 : cluster [DBG] pgmap v86: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-11T16:56:30.785 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:56:30 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:56:29.718396+0000 mon.smithi088 (mon.0) 559 : audit [DBG] from='client.? 172.21.15.88:0/2823946309' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2024-02-11T16:56:30.948 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:56:30 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T16:56:29.176858+0000 mgr.smithi088.srytvt (mgr.14180) 111 : cluster [DBG] pgmap v86: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-11T16:56:30.948 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:56:30 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T16:56:29.718396+0000 mon.smithi088 (mon.0) 559 : audit [DBG] from='client.? 172.21.15.88:0/2823946309' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2024-02-11T16:56:31.529 INFO:teuthology.orchestra.run.smithi088.stdout:98784247819 2024-02-11T16:56:31.886 INFO:tasks.cephadm.ceph_manager.ceph:need seq 98784247816 got 98784247819 for osd.3 2024-02-11T16:56:31.886 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell --fsid eb5e91f4-c8fd-11ee-95b9-87774f69a715 -- ceph osd last-stat-seq osd.4 2024-02-11T16:56:32.149 INFO:teuthology.orchestra.run.smithi088.stderr:Inferring config /var/lib/ceph/eb5e91f4-c8fd-11ee-95b9-87774f69a715/mon.smithi088/config 2024-02-11T16:56:32.785 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:56:32 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T16:56:31.177071+0000 mgr.smithi088.srytvt (mgr.14180) 112 : cluster [DBG] pgmap v87: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-11T16:56:32.785 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:56:32 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:56:31.528148+0000 mon.smithi088 (mon.0) 560 : audit [DBG] from='client.? 172.21.15.88:0/3221218227' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 3}]: dispatch 2024-02-11T16:56:32.946 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:56:32 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T16:56:31.177071+0000 mgr.smithi088.srytvt (mgr.14180) 112 : cluster [DBG] pgmap v87: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-11T16:56:32.946 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:56:32 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T16:56:31.528148+0000 mon.smithi088 (mon.0) 560 : audit [DBG] from='client.? 172.21.15.88:0/3221218227' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 3}]: dispatch 2024-02-11T16:56:33.197 INFO:teuthology.orchestra.run.smithi088.stdout:98784247819 2024-02-11T16:56:33.578 INFO:tasks.cephadm.ceph_manager.ceph:need seq 98784247817 got 98784247819 for osd.4 2024-02-11T16:56:33.578 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell --fsid eb5e91f4-c8fd-11ee-95b9-87774f69a715 -- ceph osd last-stat-seq osd.5 2024-02-11T16:56:33.785 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:56:33 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:56:33.196868+0000 mon.smithi088 (mon.0) 561 : audit [DBG] from='client.? 172.21.15.88:0/3626464845' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 4}]: dispatch 2024-02-11T16:56:33.842 INFO:teuthology.orchestra.run.smithi088.stderr:Inferring config /var/lib/ceph/eb5e91f4-c8fd-11ee-95b9-87774f69a715/mon.smithi088/config 2024-02-11T16:56:33.946 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:56:33 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T16:56:33.196868+0000 mon.smithi088 (mon.0) 561 : audit [DBG] from='client.? 172.21.15.88:0/3626464845' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 4}]: dispatch 2024-02-11T16:56:34.785 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:56:34 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T16:56:33.177367+0000 mgr.smithi088.srytvt (mgr.14180) 113 : cluster [DBG] pgmap v88: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-11T16:56:34.932 INFO:teuthology.orchestra.run.smithi088.stdout:115964117002 2024-02-11T16:56:34.945 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:56:34 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T16:56:33.177367+0000 mgr.smithi088.srytvt (mgr.14180) 113 : cluster [DBG] pgmap v88: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-11T16:56:35.287 INFO:tasks.cephadm.ceph_manager.ceph:need seq 115964117000 got 115964117002 for osd.5 2024-02-11T16:56:35.288 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell --fsid eb5e91f4-c8fd-11ee-95b9-87774f69a715 -- ceph osd last-stat-seq osd.6 2024-02-11T16:56:35.554 INFO:teuthology.orchestra.run.smithi088.stderr:Inferring config /var/lib/ceph/eb5e91f4-c8fd-11ee-95b9-87774f69a715/mon.smithi088/config 2024-02-11T16:56:35.696 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:56:35 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T16:56:34.932249+0000 mon.smithi088 (mon.0) 562 : audit [DBG] from='client.? 172.21.15.88:0/129425058' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 5}]: dispatch 2024-02-11T16:56:35.785 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:56:35 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:56:34.932249+0000 mon.smithi088 (mon.0) 562 : audit [DBG] from='client.? 172.21.15.88:0/129425058' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 5}]: dispatch 2024-02-11T16:56:36.667 INFO:teuthology.orchestra.run.smithi088.stdout:111669149706 2024-02-11T16:56:36.785 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:56:36 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T16:56:35.177733+0000 mgr.smithi088.srytvt (mgr.14180) 114 : cluster [DBG] pgmap v89: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-11T16:56:36.946 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:56:36 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T16:56:35.177733+0000 mgr.smithi088.srytvt (mgr.14180) 114 : cluster [DBG] pgmap v89: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-11T16:56:37.178 INFO:tasks.cephadm.ceph_manager.ceph:need seq 111669149704 got 111669149706 for osd.6 2024-02-11T16:56:37.178 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell --fsid eb5e91f4-c8fd-11ee-95b9-87774f69a715 -- ceph osd last-stat-seq osd.7 2024-02-11T16:56:37.444 INFO:teuthology.orchestra.run.smithi088.stderr:Inferring config /var/lib/ceph/eb5e91f4-c8fd-11ee-95b9-87774f69a715/mon.smithi088/config 2024-02-11T16:56:37.785 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:56:37 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:56:36.666894+0000 mon.smithi088 (mon.0) 563 : audit [DBG] from='client.? 172.21.15.88:0/774816162' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 6}]: dispatch 2024-02-11T16:56:37.946 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:56:37 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T16:56:36.666894+0000 mon.smithi088 (mon.0) 563 : audit [DBG] from='client.? 172.21.15.88:0/774816162' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 6}]: dispatch 2024-02-11T16:56:38.575 INFO:teuthology.orchestra.run.smithi088.stdout:133143986186 2024-02-11T16:56:38.785 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:56:38 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T16:56:37.178029+0000 mgr.smithi088.srytvt (mgr.14180) 115 : cluster [DBG] pgmap v90: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-11T16:56:38.944 INFO:tasks.cephadm.ceph_manager.ceph:need seq 133143986184 got 133143986186 for osd.7 2024-02-11T16:56:38.944 INFO:tasks.cephadm.ceph_manager.ceph:waiting for clean 2024-02-11T16:56:38.944 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell --fsid eb5e91f4-c8fd-11ee-95b9-87774f69a715 -- ceph pg dump --format=json 2024-02-11T16:56:38.945 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:56:38 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T16:56:37.178029+0000 mgr.smithi088.srytvt (mgr.14180) 115 : cluster [DBG] pgmap v90: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-11T16:56:39.213 INFO:teuthology.orchestra.run.smithi088.stderr:Inferring config /var/lib/ceph/eb5e91f4-c8fd-11ee-95b9-87774f69a715/mon.smithi088/config 2024-02-11T16:56:39.688 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:56:39 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:56:38.574411+0000 mon.smithi088 (mon.0) 564 : audit [DBG] from='client.? 172.21.15.88:0/3835682226' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 7}]: dispatch 2024-02-11T16:56:39.946 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:56:39 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T16:56:38.574411+0000 mon.smithi088 (mon.0) 564 : audit [DBG] from='client.? 172.21.15.88:0/3835682226' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 7}]: dispatch 2024-02-11T16:56:40.371 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-11T16:56:40.372 INFO:teuthology.orchestra.run.smithi088.stderr:dumped all 2024-02-11T16:56:40.683 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:56:40 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T16:56:39.178312+0000 mgr.smithi088.srytvt (mgr.14180) 116 : cluster [DBG] pgmap v91: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-11T16:56:40.751 INFO:teuthology.orchestra.run.smithi088.stdout:{"pg_ready":true,"pg_map":{"version":91,"stamp":"2024-02-11T16:56:39.178169+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":2379280,"kb_used_data":2512,"kb_used_omap":0,"kb_used_meta":2376704,"kb_avail":747549168,"statfs":{"total":767926730752,"available":765490348032,"internally_reserved":0,"allocated":2572288,"data_stored":996351,"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":33,"state":"active+clean","last_fresh":"2024-02-11T16:55:59.164116+0000","last_change":"2024-02-11T16:55:59.164116+0000","last_active":"2024-02-11T16:55:59.164116+0000","last_peered":"2024-02-11T16:55:59.164116+0000","last_clean":"2024-02-11T16:55:59.164116+0000","last_became_active":"2024-02-11T16:55:59.163827+0000","last_became_peered":"2024-02-11T16:55:59.163827+0000","last_unstale":"2024-02-11T16:55:59.164116+0000","last_undegraded":"2024-02-11T16:55:59.164116+0000","last_fullsized":"2024-02-11T16:55:59.164116+0000","mapping_epoch":32,"log_start":"0'0","ondisk_log_start":"0'0","created":20,"last_epoch_clean":33,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-02-11T16:55:46.826413+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-02-11T16:55:46.826413+0000","last_clean_scrub_stamp":"2024-02-11T16:55:46.826413+0000","log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[7,0,3],"acting":[7,0,3],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]}],"pool_stats":[{"poolid":1,"num_pg":1,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":0,"ondisk_log_size":0,"up":3,"acting":3,"num_store_stats":5}],"osd_stats":[{"osd":7,"up_from":31,"seq":133143986187,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":297412,"kb_used_data":316,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443644,"statfs":{"total":95990841344,"available":95686291456,"internally_reserved":0,"allocated":323584,"data_stored":124955,"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.50600000000000001}]},{"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.315}]},{"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.58499999999999996}]},{"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.35399999999999998}]},{"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.55000000000000004}]},{"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.36499999999999999}]},{"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.57599999999999996}]}]},{"osd":5,"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":297412,"kb_used_data":316,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443644,"statfs":{"total":95990841344,"available":95686291456,"internally_reserved":0,"allocated":323584,"data_stored":124955,"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.47199999999999998}]},{"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.35299999999999998}]},{"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.52300000000000002}]},{"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.36599999999999999}]},{"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.51700000000000002}]},{"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.49299999999999999}]},{"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.39400000000000002}]}]},{"osd":1,"up_from":19,"seq":81604378638,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297412,"kb_used_data":316,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443644,"statfs":{"total":95990841344,"available":95686291456,"internally_reserved":0,"allocated":323584,"data_stored":124955,"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.57799999999999996}]},{"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.70299999999999996}]},{"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.32500000000000001}]},{"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.53200000000000003}]},{"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.33600000000000002}]},{"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.625}]},{"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.44600000000000001}]}]},{"osd":0,"up_from":16,"seq":68719476751,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":297408,"kb_used_data":312,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443648,"statfs":{"total":95990841344,"available":95686295552,"internally_reserved":0,"allocated":319488,"data_stored":123509,"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.48999999999999999}]},{"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.50900000000000001}]},{"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.55900000000000005}]},{"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.52500000000000002}]},{"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.59199999999999997}]},{"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.54300000000000004}]},{"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.67700000000000005}]}]},{"osd":2,"up_from":19,"seq":81604378638,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297412,"kb_used_data":316,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443644,"statfs":{"total":95990841344,"available":95686291456,"internally_reserved":0,"allocated":323584,"data_stored":124955,"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.29899999999999999}]},{"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.65000000000000002}]},{"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.61299999999999999}]},{"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.32100000000000001}]},{"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.68000000000000005}]},{"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.46400000000000002}]},{"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.58499999999999996}]}]},{"osd":3,"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":123427,"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.39600000000000002}]},{"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.27800000000000002}]},{"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.53100000000000003}]},{"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.46800000000000003}]},{"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.30199999999999999}]},{"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.501}]},{"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.42199999999999999}]}]},{"osd":4,"up_from":23,"seq":98784247820,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297412,"kb_used_data":316,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443644,"statfs":{"total":95990841344,"available":95686291456,"internally_reserved":0,"allocated":323584,"data_stored":124955,"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.44900000000000001}]},{"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.55300000000000005}]},{"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.435}]},{"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.59499999999999997}]},{"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.67600000000000005}]},{"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.65500000000000003}]},{"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.66600000000000004}]}]},{"osd":6,"up_from":26,"seq":111669149707,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297408,"kb_used_data":312,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443648,"statfs":{"total":95990841344,"available":95686295552,"internally_reserved":0,"allocated":319488,"data_stored":124640,"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.57999999999999996}]},{"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.55500000000000005}]},{"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.63800000000000001}]},{"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.65900000000000003}]},{"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.746}]},{"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.76600000000000001}]},{"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.80300000000000005}]}]}],"pool_statfs":[{"poolid":1,"osd":0,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":1,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":2,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":3,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":7,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0}]}} 2024-02-11T16:56:40.752 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell --fsid eb5e91f4-c8fd-11ee-95b9-87774f69a715 -- ceph pg dump --format=json 2024-02-11T16:56:40.946 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:56:40 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T16:56:39.178312+0000 mgr.smithi088.srytvt (mgr.14180) 116 : cluster [DBG] pgmap v91: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-11T16:56:41.017 INFO:teuthology.orchestra.run.smithi088.stderr:Inferring config /var/lib/ceph/eb5e91f4-c8fd-11ee-95b9-87774f69a715/mon.smithi088/config 2024-02-11T16:56:41.770 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:56:41 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:56:40.368761+0000 mgr.smithi088.srytvt (mgr.14180) 117 : audit [DBG] from='client.14490 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T16:56:41.946 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:56:41 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T16:56:40.368761+0000 mgr.smithi088.srytvt (mgr.14180) 117 : audit [DBG] from='client.14490 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T16:56:42.105 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-11T16:56:42.106 INFO:teuthology.orchestra.run.smithi088.stderr:dumped all 2024-02-11T16:56:42.475 INFO:teuthology.orchestra.run.smithi088.stdout:{"pg_ready":true,"pg_map":{"version":92,"stamp":"2024-02-11T16:56:41.178524+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":2379280,"kb_used_data":2512,"kb_used_omap":0,"kb_used_meta":2376704,"kb_avail":747549168,"statfs":{"total":767926730752,"available":765490348032,"internally_reserved":0,"allocated":2572288,"data_stored":996351,"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":33,"state":"active+clean","last_fresh":"2024-02-11T16:55:59.164116+0000","last_change":"2024-02-11T16:55:59.164116+0000","last_active":"2024-02-11T16:55:59.164116+0000","last_peered":"2024-02-11T16:55:59.164116+0000","last_clean":"2024-02-11T16:55:59.164116+0000","last_became_active":"2024-02-11T16:55:59.163827+0000","last_became_peered":"2024-02-11T16:55:59.163827+0000","last_unstale":"2024-02-11T16:55:59.164116+0000","last_undegraded":"2024-02-11T16:55:59.164116+0000","last_fullsized":"2024-02-11T16:55:59.164116+0000","mapping_epoch":32,"log_start":"0'0","ondisk_log_start":"0'0","created":20,"last_epoch_clean":33,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-02-11T16:55:46.826413+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-02-11T16:55:46.826413+0000","last_clean_scrub_stamp":"2024-02-11T16:55:46.826413+0000","log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[7,0,3],"acting":[7,0,3],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]}],"pool_stats":[{"poolid":1,"num_pg":1,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":0,"ondisk_log_size":0,"up":3,"acting":3,"num_store_stats":5}],"osd_stats":[{"osd":7,"up_from":31,"seq":133143986187,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":297412,"kb_used_data":316,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443644,"statfs":{"total":95990841344,"available":95686291456,"internally_reserved":0,"allocated":323584,"data_stored":124955,"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.50600000000000001}]},{"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.315}]},{"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.58499999999999996}]},{"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.35399999999999998}]},{"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.55000000000000004}]},{"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.36499999999999999}]},{"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.57599999999999996}]}]},{"osd":5,"up_from":27,"seq":115964117004,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297412,"kb_used_data":316,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443644,"statfs":{"total":95990841344,"available":95686291456,"internally_reserved":0,"allocated":323584,"data_stored":124955,"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.56599999999999995}]},{"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.26300000000000001}]},{"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.54500000000000004}]},{"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.27300000000000002}]},{"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.52800000000000002}]},{"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.55300000000000005}]},{"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.38}]}]},{"osd":1,"up_from":19,"seq":81604378638,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297412,"kb_used_data":316,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443644,"statfs":{"total":95990841344,"available":95686291456,"internally_reserved":0,"allocated":323584,"data_stored":124955,"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.57799999999999996}]},{"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.70299999999999996}]},{"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.32500000000000001}]},{"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.53200000000000003}]},{"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.33600000000000002}]},{"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.625}]},{"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.44600000000000001}]}]},{"osd":0,"up_from":16,"seq":68719476751,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":297408,"kb_used_data":312,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443648,"statfs":{"total":95990841344,"available":95686295552,"internally_reserved":0,"allocated":319488,"data_stored":123509,"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.48999999999999999}]},{"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.50900000000000001}]},{"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.55900000000000005}]},{"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.52500000000000002}]},{"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.59199999999999997}]},{"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.54300000000000004}]},{"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.67700000000000005}]}]},{"osd":2,"up_from":19,"seq":81604378638,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297412,"kb_used_data":316,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443644,"statfs":{"total":95990841344,"available":95686291456,"internally_reserved":0,"allocated":323584,"data_stored":124955,"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.29899999999999999}]},{"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.65000000000000002}]},{"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.61299999999999999}]},{"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.32100000000000001}]},{"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.68000000000000005}]},{"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.46400000000000002}]},{"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.58499999999999996}]}]},{"osd":3,"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":123427,"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.57999999999999996}]},{"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.38900000000000001}]},{"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.503}]},{"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.56499999999999995}]},{"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.42799999999999999}]},{"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.54000000000000004}]},{"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.42099999999999999}]}]},{"osd":4,"up_from":23,"seq":98784247821,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297412,"kb_used_data":316,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443644,"statfs":{"total":95990841344,"available":95686291456,"internally_reserved":0,"allocated":323584,"data_stored":124955,"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.25600000000000001}]},{"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.59699999999999998}]},{"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.27000000000000002}]},{"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.60299999999999998}]},{"osd":5,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.58099999999999996}]},{"osd":6,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.372}]},{"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.64400000000000002}]}]},{"osd":6,"up_from":26,"seq":111669149707,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297408,"kb_used_data":312,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443648,"statfs":{"total":95990841344,"available":95686295552,"internally_reserved":0,"allocated":319488,"data_stored":124640,"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.57999999999999996}]},{"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.55500000000000005}]},{"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.63800000000000001}]},{"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.65900000000000003}]},{"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.746}]},{"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.76600000000000001}]},{"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.80300000000000005}]}]}],"pool_statfs":[{"poolid":1,"osd":0,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":1,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":2,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":3,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":7,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0}]}} 2024-02-11T16:56:42.476 INFO:tasks.cephadm.ceph_manager.ceph:clean! 2024-02-11T16:56:42.476 INFO:tasks.ceph:Waiting until ceph cluster ceph is healthy... 2024-02-11T16:56:42.477 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy 2024-02-11T16:56:42.477 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell --fsid eb5e91f4-c8fd-11ee-95b9-87774f69a715 -- ceph health --format=json 2024-02-11T16:56:42.743 INFO:teuthology.orchestra.run.smithi088.stderr:Inferring config /var/lib/ceph/eb5e91f4-c8fd-11ee-95b9-87774f69a715/mon.smithi088/config 2024-02-11T16:56:42.785 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:56:42 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T16:56:41.178641+0000 mgr.smithi088.srytvt (mgr.14180) 118 : cluster [DBG] pgmap v92: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-11T16:56:42.946 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:56:42 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T16:56:41.178641+0000 mgr.smithi088.srytvt (mgr.14180) 118 : cluster [DBG] pgmap v92: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-11T16:56:43.785 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:56:43 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:56:42.102084+0000 mgr.smithi088.srytvt (mgr.14180) 119 : audit [DBG] from='client.14494 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T16:56:43.909 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-11T16:56:43.946 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:56:43 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T16:56:42.102084+0000 mgr.smithi088.srytvt (mgr.14180) 119 : audit [DBG] from='client.14494 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T16:56:44.326 INFO:teuthology.orchestra.run.smithi088.stdout:{"status":"HEALTH_OK","checks":{},"mutes":[]} 2024-02-11T16:56:44.326 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy done 2024-02-11T16:56:44.326 INFO:tasks.cephadm:Setup complete, yielding 2024-02-11T16:56:44.327 INFO:teuthology.run_tasks:Running task cephadm.shell... 2024-02-11T16:56:44.338 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi088.front.sepia.ceph.com 2024-02-11T16:56:44.339 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid eb5e91f4-c8fd-11ee-95b9-87774f69a715 -- bash -c 'ceph orch status' 2024-02-11T16:56:44.818 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:56:44 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T16:56:43.179110+0000 mgr.smithi088.srytvt (mgr.14180) 120 : cluster [DBG] pgmap v93: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-11T16:56:44.819 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:56:44 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:56:43.908923+0000 mon.smithi088 (mon.0) 565 : audit [DBG] from='client.? 172.21.15.88:0/3077827901' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-02-11T16:56:44.946 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:56:44 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T16:56:43.179110+0000 mgr.smithi088.srytvt (mgr.14180) 120 : cluster [DBG] pgmap v93: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-11T16:56:44.946 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:56:44 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T16:56:43.908923+0000 mon.smithi088 (mon.0) 565 : audit [DBG] from='client.? 172.21.15.88:0/3077827901' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-02-11T16:56:45.656 INFO:teuthology.orchestra.run.smithi088.stdout:Backend: cephadm 2024-02-11T16:56:45.656 INFO:teuthology.orchestra.run.smithi088.stdout:Available: Yes 2024-02-11T16:56:45.656 INFO:teuthology.orchestra.run.smithi088.stdout:Paused: No 2024-02-11T16:56:46.042 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid eb5e91f4-c8fd-11ee-95b9-87774f69a715 -- bash -c 'ceph orch ps' 2024-02-11T16:56:46.695 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:56:46 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T16:56:45.179462+0000 mgr.smithi088.srytvt (mgr.14180) 121 : cluster [DBG] pgmap v94: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-11T16:56:46.695 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:56:46 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:56:45.655430+0000 mgr.smithi088.srytvt (mgr.14180) 122 : audit [DBG] from='client.14502 -' entity='client.admin' cmd=[{"prefix": "orch status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-11T16:56:46.946 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:56:46 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T16:56:45.179462+0000 mgr.smithi088.srytvt (mgr.14180) 121 : cluster [DBG] pgmap v94: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-11T16:56:46.946 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:56:46 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T16:56:45.655430+0000 mgr.smithi088.srytvt (mgr.14180) 122 : audit [DBG] from='client.14502 -' entity='client.admin' cmd=[{"prefix": "orch status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-11T16:56:47.455 INFO:teuthology.orchestra.run.smithi088.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-02-11T16:56:47.456 INFO:teuthology.orchestra.run.smithi088.stdout:alertmanager.smithi088 smithi088 *:9093,9094 running (106s) 49s ago 2m 16.2M - 0.23.0 ba2b418f427c 71e5a50cac2e 2024-02-11T16:56:47.456 INFO:teuthology.orchestra.run.smithi088.stdout:crash.smithi088 smithi088 running (2m) 49s ago 2m 7298k - 16.2.14-530-g5db25abe b2573f70982b c8d93ac97cc2 2024-02-11T16:56:47.456 INFO:teuthology.orchestra.run.smithi088.stdout:crash.smithi148 smithi148 running (2m) 51s ago 2m 7424k - 16.2.14-530-g5db25abe b2573f70982b a0bd0fd2e48d 2024-02-11T16:56:47.456 INFO:teuthology.orchestra.run.smithi088.stdout:grafana.smithi088 smithi088 *:3000 running (102s) 49s ago 2m 48.0M - 8.3.5 dad864ee21e9 3679b0e70f98 2024-02-11T16:56:47.456 INFO:teuthology.orchestra.run.smithi088.stdout:mgr.smithi088.srytvt smithi088 *:9283 running (3m) 49s ago 3m 443M - 16.2.14-530-g5db25abe b2573f70982b 83ab461b72d1 2024-02-11T16:56:47.456 INFO:teuthology.orchestra.run.smithi088.stdout:mgr.smithi148.bnqcgm smithi148 *:8443,9283 running (2m) 51s ago 2m 391M - 16.2.14-530-g5db25abe b2573f70982b d9de6fbf8b2a 2024-02-11T16:56:47.456 INFO:teuthology.orchestra.run.smithi088.stdout:mon.smithi088 smithi088 running (3m) 49s ago 3m 69.6M 2048M 16.2.14-530-g5db25abe b2573f70982b b049df7f0397 2024-02-11T16:56:47.456 INFO:teuthology.orchestra.run.smithi088.stdout:mon.smithi148 smithi148 running (2m) 51s ago 2m 62.9M 2048M 16.2.14-530-g5db25abe b2573f70982b 78e6ae95c381 2024-02-11T16:56:47.456 INFO:teuthology.orchestra.run.smithi088.stdout:node-exporter.smithi088 smithi088 *:9100 running (2m) 49s ago 2m 21.8M - 1.3.1 1dbe0e931976 fc3bd44d975f 2024-02-11T16:56:47.456 INFO:teuthology.orchestra.run.smithi088.stdout:node-exporter.smithi148 smithi148 *:9100 running (113s) 51s ago 113s 21.2M - 1.3.1 1dbe0e931976 eed45d9a74f7 2024-02-11T16:56:47.456 INFO:teuthology.orchestra.run.smithi088.stdout:osd.0 smithi148 running (70s) 51s ago 70s 29.4M 3990M 16.2.14-530-g5db25abe b2573f70982b cc303db0a9fd 2024-02-11T16:56:47.456 INFO:teuthology.orchestra.run.smithi088.stdout:osd.1 smithi088 running (68s) 49s ago 67s 33.8M 3222M 16.2.14-530-g5db25abe b2573f70982b 08ca3cb3ab54 2024-02-11T16:56:47.456 INFO:teuthology.orchestra.run.smithi088.stdout:osd.2 smithi148 running (67s) 51s ago 66s 33.6M 3990M 16.2.14-530-g5db25abe b2573f70982b aea1c86cef57 2024-02-11T16:56:47.456 INFO:teuthology.orchestra.run.smithi088.stdout:osd.3 smithi088 running (63s) 49s ago 63s 30.9M 3222M 16.2.14-530-g5db25abe b2573f70982b 31f6e53bf7d4 2024-02-11T16:56:47.457 INFO:teuthology.orchestra.run.smithi088.stdout:osd.4 smithi148 running (63s) 51s ago 63s 28.9M 3990M 16.2.14-530-g5db25abe b2573f70982b b7e370015b67 2024-02-11T16:56:47.457 INFO:teuthology.orchestra.run.smithi088.stdout:osd.5 smithi088 running (59s) 49s ago 59s 30.1M 3222M 16.2.14-530-g5db25abe b2573f70982b 637bc7f4fbf4 2024-02-11T16:56:47.457 INFO:teuthology.orchestra.run.smithi088.stdout:osd.6 smithi148 running (60s) 51s ago 60s 27.4M 3990M 16.2.14-530-g5db25abe b2573f70982b 30590f05f55c 2024-02-11T16:56:47.457 INFO:teuthology.orchestra.run.smithi088.stdout:osd.7 smithi088 running (55s) 49s ago 55s 15.7M 3222M 16.2.14-530-g5db25abe b2573f70982b 953e3cdca230 2024-02-11T16:56:47.457 INFO:teuthology.orchestra.run.smithi088.stdout:prometheus.smithi088 smithi088 *:9095 running (98s) 49s ago 2m 43.2M - 2.33.4 514e6a882f6e d4e700954366 2024-02-11T16:56:47.865 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid eb5e91f4-c8fd-11ee-95b9-87774f69a715 -- bash -c 'ceph orch ls' 2024-02-11T16:56:48.785 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:56:48 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T16:56:47.179836+0000 mgr.smithi088.srytvt (mgr.14180) 123 : cluster [DBG] pgmap v95: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-11T16:56:48.785 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:56:48 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:56:47.447174+0000 mgr.smithi088.srytvt (mgr.14180) 124 : audit [DBG] from='client.14506 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-11T16:56:48.946 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:56:48 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T16:56:47.179836+0000 mgr.smithi088.srytvt (mgr.14180) 123 : cluster [DBG] pgmap v95: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-11T16:56:48.946 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:56:48 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T16:56:47.447174+0000 mgr.smithi088.srytvt (mgr.14180) 124 : audit [DBG] from='client.14506 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-11T16:56:49.186 INFO:teuthology.orchestra.run.smithi088.stdout:NAME PORTS RUNNING REFRESHED AGE PLACEMENT 2024-02-11T16:56:49.187 INFO:teuthology.orchestra.run.smithi088.stdout:alertmanager ?:9093,9094 1/1 51s ago 3m count:1 2024-02-11T16:56:49.187 INFO:teuthology.orchestra.run.smithi088.stdout:crash 2/2 53s ago 3m * 2024-02-11T16:56:49.187 INFO:teuthology.orchestra.run.smithi088.stdout:grafana ?:3000 1/1 51s ago 3m count:1 2024-02-11T16:56:49.187 INFO:teuthology.orchestra.run.smithi088.stdout:mgr 2/2 53s ago 3m count:2 2024-02-11T16:56:49.187 INFO:teuthology.orchestra.run.smithi088.stdout:mon 2/2 53s ago 2m smithi088:172.21.15.88=smithi088;smithi148:172.21.15.148=smithi148;count:2 2024-02-11T16:56:49.187 INFO:teuthology.orchestra.run.smithi088.stdout:node-exporter ?:9100 2/2 53s ago 3m * 2024-02-11T16:56:49.187 INFO:teuthology.orchestra.run.smithi088.stdout:osd.all-available-devices 8 53s ago 111s * 2024-02-11T16:56:49.187 INFO:teuthology.orchestra.run.smithi088.stdout:prometheus ?:9095 1/1 51s ago 3m count:1 2024-02-11T16:56:49.574 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid eb5e91f4-c8fd-11ee-95b9-87774f69a715 -- bash -c 'ceph orch host ls' 2024-02-11T16:56:50.920 INFO:teuthology.orchestra.run.smithi088.stdout:HOST ADDR LABELS STATUS 2024-02-11T16:56:50.920 INFO:teuthology.orchestra.run.smithi088.stdout:smithi088 172.21.15.88 2024-02-11T16:56:50.920 INFO:teuthology.orchestra.run.smithi088.stdout:smithi148 172.21.15.148 2024-02-11T16:56:50.920 INFO:teuthology.orchestra.run.smithi088.stdout:2 hosts in cluster 2024-02-11T16:56:50.944 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:56:50 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T16:56:49.180204+0000 mgr.smithi088.srytvt (mgr.14180) 125 : cluster [DBG] pgmap v96: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-11T16:56:50.945 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:56:50 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:56:49.182047+0000 mgr.smithi088.srytvt (mgr.14180) 126 : audit [DBG] from='client.14510 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-02-11T16:56:50.945 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:56:50 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T16:56:49.180204+0000 mgr.smithi088.srytvt (mgr.14180) 125 : cluster [DBG] pgmap v96: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-11T16:56:50.946 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:56:50 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T16:56:49.182047+0000 mgr.smithi088.srytvt (mgr.14180) 126 : audit [DBG] from='client.14510 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-02-11T16:56:51.326 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid eb5e91f4-c8fd-11ee-95b9-87774f69a715 -- bash -c 'ceph orch device ls' 2024-02-11T16:56:51.944 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:56:51 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:56:50.919005+0000 mgr.smithi088.srytvt (mgr.14180) 127 : audit [DBG] from='client.14514 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""]}]: dispatch 2024-02-11T16:56:51.946 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:56:51 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T16:56:50.919005+0000 mgr.smithi088.srytvt (mgr.14180) 127 : audit [DBG] from='client.14514 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""]}]: dispatch 2024-02-11T16:56:52.632 INFO:teuthology.orchestra.run.smithi088.stdout:HOST PATH TYPE DEVICE ID SIZE AVAILABLE REFRESHED REJECT REASONS 2024-02-11T16:56:52.632 INFO:teuthology.orchestra.run.smithi088.stdout:smithi088 /dev/nvme0n1 ssd INTEL SSDPEDMD400G4_PHFT620400XD400BGN 372G 51s ago Has a FileSystem, LVM detected 2024-02-11T16:56:52.632 INFO:teuthology.orchestra.run.smithi088.stdout:smithi088 /dev/nvme1n1 ssd Linux_df7d8bdc6f5c5c94e471 89.4G 51s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-02-11T16:56:52.632 INFO:teuthology.orchestra.run.smithi088.stdout:smithi088 /dev/nvme2n1 ssd Linux_9055e6a048c06ace38f2 89.4G 51s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-02-11T16:56:52.633 INFO:teuthology.orchestra.run.smithi088.stdout:smithi088 /dev/nvme3n1 ssd Linux_95687e524078bf702531 89.4G 51s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-02-11T16:56:52.633 INFO:teuthology.orchestra.run.smithi088.stdout:smithi088 /dev/nvme4n1 ssd Linux_628123278b5bfc4f6989 89.4G 51s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-02-11T16:56:52.633 INFO:teuthology.orchestra.run.smithi088.stdout:smithi148 /dev/nvme0n1 ssd INTEL SSDPEDMD400G4_CVFT6233005G400BGN 372G 53s ago Has a FileSystem, LVM detected 2024-02-11T16:56:52.633 INFO:teuthology.orchestra.run.smithi088.stdout:smithi148 /dev/nvme1n1 ssd Linux_0effb321e016e6c78d57 89.4G 53s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-02-11T16:56:52.633 INFO:teuthology.orchestra.run.smithi088.stdout:smithi148 /dev/nvme2n1 ssd Linux_673f836c0c708ed33a69 89.4G 53s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-02-11T16:56:52.633 INFO:teuthology.orchestra.run.smithi088.stdout:smithi148 /dev/nvme3n1 ssd Linux_2f7ab4d0ca3d50a22f8a 89.4G 53s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-02-11T16:56:52.634 INFO:teuthology.orchestra.run.smithi088.stdout:smithi148 /dev/nvme4n1 ssd Linux_f2e8237f2a7e460bd16b 89.4G 53s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-02-11T16:56:52.938 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:56:52 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T16:56:51.180669+0000 mgr.smithi088.srytvt (mgr.14180) 128 : cluster [DBG] pgmap v97: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-11T16:56:52.945 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:56:52 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T16:56:51.180669+0000 mgr.smithi088.srytvt (mgr.14180) 128 : cluster [DBG] pgmap v97: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-11T16:56:53.007 INFO:teuthology.run_tasks:Running task vip... 2024-02-11T16:56:53.016 INFO:tasks.vip:Allocating static IPs for each host... 2024-02-11T16:56:53.017 INFO:tasks.vip:peername 172.21.15.88 2024-02-11T16:56:53.021 INFO:tasks.vip:172.21.15.88 in 172.21.0.0/20, pos 3927 2024-02-11T16:56:53.029 INFO:tasks.vip:smithi088.front.sepia.ceph.com static 10.0.15.88, vnet 10.0.0.0/16 2024-02-11T16:56:53.029 INFO:tasks.vip:VIPs are {map(str, vips)} 2024-02-11T16:56:53.030 DEBUG:teuthology.orchestra.run.smithi088:> sudo ip route ls 2024-02-11T16:56:53.059 INFO:teuthology.orchestra.run.smithi088.stdout:default via 172.21.15.254 dev enp3s0f1 proto dhcp metric 100 2024-02-11T16:56:53.059 INFO:teuthology.orchestra.run.smithi088.stdout:172.21.0.0/20 dev enp3s0f1 proto kernel scope link src 172.21.15.88 metric 100 2024-02-11T16:56:53.060 INFO:tasks.vip:Configuring 10.0.15.88 on smithi088.front.sepia.ceph.com iface enp3s0f1... 2024-02-11T16:56:53.060 DEBUG:teuthology.orchestra.run.smithi088:> sudo ip addr add 10.0.15.88/16 dev enp3s0f1 2024-02-11T16:56:53.128 INFO:tasks.vip:peername 172.21.15.148 2024-02-11T16:56:53.131 INFO:tasks.vip:172.21.15.148 in 172.21.0.0/20, pos 3987 2024-02-11T16:56:53.135 INFO:tasks.vip:smithi148.front.sepia.ceph.com static 10.0.15.148, vnet 10.0.0.0/16 2024-02-11T16:56:53.135 DEBUG:teuthology.orchestra.run.smithi148:> sudo ip route ls 2024-02-11T16:56:53.176 INFO:teuthology.orchestra.run.smithi148.stdout:default via 172.21.15.254 dev enp3s0f1 proto dhcp metric 100 2024-02-11T16:56:53.176 INFO:teuthology.orchestra.run.smithi148.stdout:172.21.0.0/20 dev enp3s0f1 proto kernel scope link src 172.21.15.148 metric 100 2024-02-11T16:56:53.178 INFO:tasks.vip:Configuring 10.0.15.148 on smithi148.front.sepia.ceph.com iface enp3s0f1... 2024-02-11T16:56:53.178 DEBUG:teuthology.orchestra.run.smithi148:> sudo ip addr add 10.0.15.148/16 dev enp3s0f1 2024-02-11T16:56:53.249 INFO:teuthology.run_tasks:Running task cephadm.shell... 2024-02-11T16:56:53.259 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi088.front.sepia.ceph.com 2024-02-11T16:56:53.260 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid eb5e91f4-c8fd-11ee-95b9-87774f69a715 -- bash -c 'ceph orch device ls --refresh' 2024-02-11T16:56:53.902 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:56:53 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:56:52.629441+0000 mgr.smithi088.srytvt (mgr.14180) 129 : audit [DBG] from='client.14518 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "target": ["mon-mgr", ""]}]: dispatch 2024-02-11T16:56:53.946 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:56:53 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T16:56:52.629441+0000 mgr.smithi088.srytvt (mgr.14180) 129 : audit [DBG] from='client.14518 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "target": ["mon-mgr", ""]}]: dispatch 2024-02-11T16:56:54.564 INFO:teuthology.orchestra.run.smithi088.stdout:HOST PATH TYPE DEVICE ID SIZE AVAILABLE REFRESHED REJECT REASONS 2024-02-11T16:56:54.564 INFO:teuthology.orchestra.run.smithi088.stdout:smithi088 /dev/nvme0n1 ssd INTEL SSDPEDMD400G4_PHFT620400XD400BGN 372G 53s ago Has a FileSystem, LVM detected 2024-02-11T16:56:54.564 INFO:teuthology.orchestra.run.smithi088.stdout:smithi088 /dev/nvme1n1 ssd Linux_df7d8bdc6f5c5c94e471 89.4G 53s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-02-11T16:56:54.564 INFO:teuthology.orchestra.run.smithi088.stdout:smithi088 /dev/nvme2n1 ssd Linux_9055e6a048c06ace38f2 89.4G 53s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-02-11T16:56:54.564 INFO:teuthology.orchestra.run.smithi088.stdout:smithi088 /dev/nvme3n1 ssd Linux_95687e524078bf702531 89.4G 53s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-02-11T16:56:54.564 INFO:teuthology.orchestra.run.smithi088.stdout:smithi088 /dev/nvme4n1 ssd Linux_628123278b5bfc4f6989 89.4G 53s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-02-11T16:56:54.564 INFO:teuthology.orchestra.run.smithi088.stdout:smithi148 /dev/nvme0n1 ssd INTEL SSDPEDMD400G4_CVFT6233005G400BGN 372G 55s ago Has a FileSystem, LVM detected 2024-02-11T16:56:54.564 INFO:teuthology.orchestra.run.smithi088.stdout:smithi148 /dev/nvme1n1 ssd Linux_0effb321e016e6c78d57 89.4G 55s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-02-11T16:56:54.564 INFO:teuthology.orchestra.run.smithi088.stdout:smithi148 /dev/nvme2n1 ssd Linux_673f836c0c708ed33a69 89.4G 55s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-02-11T16:56:54.564 INFO:teuthology.orchestra.run.smithi088.stdout:smithi148 /dev/nvme3n1 ssd Linux_2f7ab4d0ca3d50a22f8a 89.4G 55s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-02-11T16:56:54.565 INFO:teuthology.orchestra.run.smithi088.stdout:smithi148 /dev/nvme4n1 ssd Linux_f2e8237f2a7e460bd16b 89.4G 55s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-02-11T16:56:54.904 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:56:54 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T16:56:53.181213+0000 mgr.smithi088.srytvt (mgr.14180) 130 : cluster [DBG] pgmap v98: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-11T16:56:54.946 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:56:54 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T16:56:53.181213+0000 mgr.smithi088.srytvt (mgr.14180) 130 : cluster [DBG] pgmap v98: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-11T16:56:54.953 INFO:teuthology.run_tasks:Running task vip.exec... 2024-02-11T16:56:54.964 INFO:tasks.vip:Running commands on role host.a host ubuntu@smithi088.front.sepia.ceph.com 2024-02-11T16:56:54.964 DEBUG:teuthology.orchestra.run.smithi088:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'systemctl stop nfs-server' 2024-02-11T16:56:54.995 INFO:teuthology.orchestra.run.smithi088.stderr:+ systemctl stop nfs-server 2024-02-11T16:56:55.002 INFO:tasks.vip:Running commands on role host.b host ubuntu@smithi148.front.sepia.ceph.com 2024-02-11T16:56:55.002 DEBUG:teuthology.orchestra.run.smithi148:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'systemctl stop nfs-server' 2024-02-11T16:56:55.029 INFO:teuthology.orchestra.run.smithi148.stderr:+ systemctl stop nfs-server 2024-02-11T16:56:55.036 INFO:teuthology.run_tasks:Running task cephadm.shell... 2024-02-11T16:56:55.046 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi088.front.sepia.ceph.com 2024-02-11T16:56:55.046 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid eb5e91f4-c8fd-11ee-95b9-87774f69a715 -- bash -c 'ceph orch apply rgw foorgw --port 8800' 2024-02-11T16:56:55.696 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:56:55 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T16:56:54.561290+0000 mgr.smithi088.srytvt (mgr.14180) 131 : audit [DBG] from='client.14522 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "refresh": true, "target": ["mon-mgr", ""]}]: dispatch 2024-02-11T16:56:55.696 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:56:55 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T16:56:54.573516+0000 mon.smithi088 (mon.0) 566 : audit [DBG] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-11T16:56:56.035 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:56:55 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:56:54.561290+0000 mgr.smithi088.srytvt (mgr.14180) 131 : audit [DBG] from='client.14522 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "refresh": true, "target": ["mon-mgr", ""]}]: dispatch 2024-02-11T16:56:56.035 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:56:55 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:56:54.573516+0000 mon.smithi088 (mon.0) 566 : audit [DBG] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-11T16:56:57.197 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:56:56 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T16:56:55.181532+0000 mgr.smithi088.srytvt (mgr.14180) 132 : cluster [DBG] pgmap v99: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-11T16:56:57.197 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:56:56 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T16:56:55.796885+0000 mon.smithi088 (mon.0) 567 : audit [INF] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' 2024-02-11T16:56:57.285 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:56:56 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T16:56:55.181532+0000 mgr.smithi088.srytvt (mgr.14180) 132 : cluster [DBG] pgmap v99: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-11T16:56:57.285 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:56:56 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:56:55.796885+0000 mon.smithi088 (mon.0) 567 : audit [INF] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' 2024-02-11T16:56:57.378 INFO:teuthology.orchestra.run.smithi088.stdout:Scheduled rgw.foorgw update... 2024-02-11T16:56:57.949 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid eb5e91f4-c8fd-11ee-95b9-87774f69a715 -- bash -c 'ceph nfs cluster create foo --ingress --virtual-ip 10.0.31.88/16' 2024-02-11T16:56:58.682 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:56:58 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T16:56:57.181777+0000 mgr.smithi088.srytvt (mgr.14180) 133 : cluster [DBG] pgmap v100: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-11T16:56:58.682 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:56:58 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:56:57.373689+0000 mgr.smithi088.srytvt (mgr.14180) 134 : audit [DBG] from='client.14526 -' entity='client.admin' cmd=[{"prefix": "orch apply rgw", "svc_id": "foorgw", "port": 8800, "target": ["mon-mgr", ""]}]: dispatch 2024-02-11T16:56:58.682 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:56:58 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cephadm 2024-02-11T16:56:57.374758+0000 mgr.smithi088.srytvt (mgr.14180) 135 : cephadm [INF] Saving service rgw.foorgw spec with placement count:2 2024-02-11T16:56:58.682 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:56:58 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:56:57.377875+0000 mon.smithi088 (mon.0) 568 : audit [INF] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' 2024-02-11T16:56:58.683 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:56:58 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:56:58.077213+0000 mon.smithi088 (mon.0) 569 : audit [INF] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' 2024-02-11T16:56:58.683 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:56:58 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:56:58.346137+0000 mon.smithi088 (mon.0) 570 : audit [INF] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' 2024-02-11T16:56:58.696 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:56:58 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T16:56:57.181777+0000 mgr.smithi088.srytvt (mgr.14180) 133 : cluster [DBG] pgmap v100: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-11T16:56:58.696 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:56:58 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T16:56:57.373689+0000 mgr.smithi088.srytvt (mgr.14180) 134 : audit [DBG] from='client.14526 -' entity='client.admin' cmd=[{"prefix": "orch apply rgw", "svc_id": "foorgw", "port": 8800, "target": ["mon-mgr", ""]}]: dispatch 2024-02-11T16:56:58.696 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:56:58 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cephadm 2024-02-11T16:56:57.374758+0000 mgr.smithi088.srytvt (mgr.14180) 135 : cephadm [INF] Saving service rgw.foorgw spec with placement count:2 2024-02-11T16:56:58.696 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:56:58 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T16:56:57.377875+0000 mon.smithi088 (mon.0) 568 : audit [INF] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' 2024-02-11T16:56:58.696 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:56:58 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T16:56:58.077213+0000 mon.smithi088 (mon.0) 569 : audit [INF] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' 2024-02-11T16:56:58.696 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:56:58 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T16:56:58.346137+0000 mon.smithi088 (mon.0) 570 : audit [INF] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' 2024-02-11T16:57:00.696 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:57:00 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T16:56:59.182074+0000 mgr.smithi088.srytvt (mgr.14180) 136 : cluster [DBG] pgmap v101: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-11T16:57:00.696 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:57:00 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T16:56:59.797627+0000 mgr.smithi088.srytvt (mgr.14180) 137 : audit [DBG] from='client.14530 -' entity='client.admin' cmd=[{"prefix": "nfs cluster create", "cluster_id": "foo", "ingress": true, "virtual_ip": "10.0.31.88/16", "target": ["mon-mgr", ""]}]: dispatch 2024-02-11T16:57:00.696 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:57:00 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T16:56:59.798885+0000 mon.smithi088 (mon.0) 571 : audit [INF] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' cmd=[{"prefix": "osd pool create", "pool": ".nfs"}]: dispatch 2024-02-11T16:57:00.750 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:57:00 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T16:56:59.182074+0000 mgr.smithi088.srytvt (mgr.14180) 136 : cluster [DBG] pgmap v101: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-11T16:57:00.750 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:57:00 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:56:59.797627+0000 mgr.smithi088.srytvt (mgr.14180) 137 : audit [DBG] from='client.14530 -' entity='client.admin' cmd=[{"prefix": "nfs cluster create", "cluster_id": "foo", "ingress": true, "virtual_ip": "10.0.31.88/16", "target": ["mon-mgr", ""]}]: dispatch 2024-02-11T16:57:00.750 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:57:00 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:56:59.798885+0000 mon.smithi088 (mon.0) 571 : audit [INF] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' cmd=[{"prefix": "osd pool create", "pool": ".nfs"}]: dispatch 2024-02-11T16:57:01.426 INFO:teuthology.orchestra.run.smithi088.stdout:NFS Cluster Created Successfully 2024-02-11T16:57:01.658 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:57:01 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:57:00.386287+0000 mon.smithi088 (mon.0) 572 : audit [INF] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' cmd='[{"prefix": "osd pool create", "pool": ".nfs"}]': finished 2024-02-11T16:57:01.659 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:57:01 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T16:57:00.386327+0000 mon.smithi088 (mon.0) 573 : cluster [DBG] osdmap e34: 8 total, 8 up, 8 in 2024-02-11T16:57:01.659 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:57:01 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:57:00.387965+0000 mon.smithi088 (mon.0) 574 : audit [INF] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' cmd=[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]: dispatch 2024-02-11T16:57:01.659 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:57:01 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:57:01.172612+0000 mon.smithi088 (mon.0) 575 : audit [INF] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' 2024-02-11T16:57:01.659 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:57:01 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:57:01.173470+0000 mon.smithi088 (mon.0) 576 : audit [DBG] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-11T16:57:01.659 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:57:01 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:57:01.174043+0000 mon.smithi088 (mon.0) 577 : audit [INF] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-11T16:57:01.659 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:57:01 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:57:01.177427+0000 mon.smithi088 (mon.0) 578 : audit [INF] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' 2024-02-11T16:57:01.659 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:57:01 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:57:01.180731+0000 mon.smithi088 (mon.0) 579 : audit [DBG] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-11T16:57:01.659 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:57:01 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:57:01.187212+0000 mon.smithi088 (mon.0) 580 : audit [INF] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' 2024-02-11T16:57:01.659 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:57:01 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:57:01.187595+0000 mon.smithi088 (mon.0) 581 : audit [INF] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foorgw.smithi148.owqsxw", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-02-11T16:57:01.659 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:57:01 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:57:01.190120+0000 mon.smithi088 (mon.0) 582 : audit [INF] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.foorgw.smithi148.owqsxw", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-02-11T16:57:01.660 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:57:01 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:57:01.193494+0000 mon.smithi088 (mon.0) 583 : audit [INF] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' 2024-02-11T16:57:01.660 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:57:01 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:57:01.193983+0000 mon.smithi088 (mon.0) 584 : audit [DBG] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-11T16:57:01.696 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:57:01 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T16:57:00.386287+0000 mon.smithi088 (mon.0) 572 : audit [INF] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' cmd='[{"prefix": "osd pool create", "pool": ".nfs"}]': finished 2024-02-11T16:57:01.696 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:57:01 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T16:57:00.386327+0000 mon.smithi088 (mon.0) 573 : cluster [DBG] osdmap e34: 8 total, 8 up, 8 in 2024-02-11T16:57:01.696 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:57:01 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T16:57:00.387965+0000 mon.smithi088 (mon.0) 574 : audit [INF] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' cmd=[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]: dispatch 2024-02-11T16:57:01.696 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:57:01 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T16:57:01.172612+0000 mon.smithi088 (mon.0) 575 : audit [INF] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' 2024-02-11T16:57:01.696 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:57:01 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T16:57:01.173470+0000 mon.smithi088 (mon.0) 576 : audit [DBG] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-11T16:57:01.696 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:57:01 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T16:57:01.174043+0000 mon.smithi088 (mon.0) 577 : audit [INF] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-11T16:57:01.696 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:57:01 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T16:57:01.177427+0000 mon.smithi088 (mon.0) 578 : audit [INF] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' 2024-02-11T16:57:01.696 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:57:01 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T16:57:01.180731+0000 mon.smithi088 (mon.0) 579 : audit [DBG] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-11T16:57:01.697 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:57:01 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T16:57:01.187212+0000 mon.smithi088 (mon.0) 580 : audit [INF] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' 2024-02-11T16:57:01.697 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:57:01 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T16:57:01.187595+0000 mon.smithi088 (mon.0) 581 : audit [INF] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foorgw.smithi148.owqsxw", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-02-11T16:57:01.697 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:57:01 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T16:57:01.190120+0000 mon.smithi088 (mon.0) 582 : audit [INF] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.foorgw.smithi148.owqsxw", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-02-11T16:57:01.697 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:57:01 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T16:57:01.193494+0000 mon.smithi088 (mon.0) 583 : audit [INF] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' 2024-02-11T16:57:01.697 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:57:01 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T16:57:01.193983+0000 mon.smithi088 (mon.0) 584 : audit [DBG] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-11T16:57:01.830 INFO:teuthology.run_tasks:Running task vip.exec... 2024-02-11T16:57:01.840 INFO:tasks.vip:Running commands on role host.a host ubuntu@smithi088.front.sepia.ceph.com 2024-02-11T16:57:01.840 DEBUG:teuthology.orchestra.run.smithi088:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'dnf install -y python3-boto3 || apt install -y python3-boto3' 2024-02-11T16:57:01.870 INFO:teuthology.orchestra.run.smithi088.stderr:+ dnf install -y python3-boto3 2024-02-11T16:57:02.187 INFO:teuthology.orchestra.run.smithi088.stdout:Updating Subscription Management repositories. 2024-02-11T16:57:02.636 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:57:02 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T16:57:01.182309+0000 mgr.smithi088.srytvt (mgr.14180) 138 : cluster [DBG] pgmap v103: 33 pgs: 32 unknown, 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-11T16:57:02.636 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:57:02 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cephadm 2024-02-11T16:57:01.184416+0000 mgr.smithi088.srytvt (mgr.14180) 139 : cephadm [INF] Saving service rgw.foorgw spec with placement count:2 2024-02-11T16:57:02.636 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:57:02 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cephadm 2024-02-11T16:57:01.194428+0000 mgr.smithi088.srytvt (mgr.14180) 140 : cephadm [INF] Deploying daemon rgw.foorgw.smithi148.owqsxw on smithi148 2024-02-11T16:57:02.636 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:57:02 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T16:57:01.395903+0000 mon.smithi088 (mon.0) 585 : audit [INF] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' cmd='[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]': finished 2024-02-11T16:57:02.636 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:57:02 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T16:57:01.396096+0000 mon.smithi088 (mon.0) 586 : cluster [DBG] osdmap e35: 8 total, 8 up, 8 in 2024-02-11T16:57:02.636 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:57:02 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cephadm 2024-02-11T16:57:01.417628+0000 mgr.smithi088.srytvt (mgr.14180) 141 : cephadm [INF] Saving service nfs.foo spec with placement count:1 2024-02-11T16:57:02.637 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:57:02 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T16:57:01.420681+0000 mon.smithi088 (mon.0) 587 : audit [INF] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' 2024-02-11T16:57:02.637 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:57:02 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cephadm 2024-02-11T16:57:01.421756+0000 mgr.smithi088.srytvt (mgr.14180) 142 : cephadm [INF] Saving service ingress.nfs.foo spec with placement count:2 2024-02-11T16:57:02.637 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:57:02 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T16:57:01.424501+0000 mon.smithi088 (mon.0) 588 : audit [INF] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' 2024-02-11T16:57:02.785 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:57:02 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T16:57:01.182309+0000 mgr.smithi088.srytvt (mgr.14180) 138 : cluster [DBG] pgmap v103: 33 pgs: 32 unknown, 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-11T16:57:02.785 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:57:02 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cephadm 2024-02-11T16:57:01.184416+0000 mgr.smithi088.srytvt (mgr.14180) 139 : cephadm [INF] Saving service rgw.foorgw spec with placement count:2 2024-02-11T16:57:02.785 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:57:02 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cephadm 2024-02-11T16:57:01.194428+0000 mgr.smithi088.srytvt (mgr.14180) 140 : cephadm [INF] Deploying daemon rgw.foorgw.smithi148.owqsxw on smithi148 2024-02-11T16:57:02.785 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:57:02 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:57:01.395903+0000 mon.smithi088 (mon.0) 585 : audit [INF] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' cmd='[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]': finished 2024-02-11T16:57:02.786 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:57:02 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T16:57:01.396096+0000 mon.smithi088 (mon.0) 586 : cluster [DBG] osdmap e35: 8 total, 8 up, 8 in 2024-02-11T16:57:02.786 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:57:02 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cephadm 2024-02-11T16:57:01.417628+0000 mgr.smithi088.srytvt (mgr.14180) 141 : cephadm [INF] Saving service nfs.foo spec with placement count:1 2024-02-11T16:57:02.786 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:57:02 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:57:01.420681+0000 mon.smithi088 (mon.0) 587 : audit [INF] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' 2024-02-11T16:57:02.786 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:57:02 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cephadm 2024-02-11T16:57:01.421756+0000 mgr.smithi088.srytvt (mgr.14180) 142 : cephadm [INF] Saving service ingress.nfs.foo spec with placement count:2 2024-02-11T16:57:02.786 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:57:02 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:57:01.424501+0000 mon.smithi088 (mon.0) 588 : audit [INF] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' 2024-02-11T16:57:02.985 INFO:teuthology.orchestra.run.smithi088.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 137 kB/s | 4.1 kB 00:00 2024-02-11T16:57:03.234 INFO:teuthology.orchestra.run.smithi088.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 156 kB/s | 4.5 kB 00:00 2024-02-11T16:57:03.696 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:57:03 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T16:57:02.398299+0000 mon.smithi088 (mon.0) 589 : cluster [DBG] osdmap e36: 8 total, 8 up, 8 in 2024-02-11T16:57:03.696 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:57:03 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T16:57:02.430553+0000 mon.smithi088 (mon.0) 590 : cluster [DBG] mgrmap e19: smithi088.srytvt(active, since 2m), standbys: smithi148.bnqcgm 2024-02-11T16:57:03.696 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:57:03 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T16:57:03.121863+0000 mon.smithi088 (mon.0) 591 : audit [INF] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' 2024-02-11T16:57:03.696 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:57:03 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T16:57:03.123101+0000 mon.smithi088 (mon.0) 592 : audit [INF] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foorgw.smithi088.iywfvn", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-02-11T16:57:03.696 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:57:03 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T16:57:03.126369+0000 mon.smithi088 (mon.0) 593 : audit [INF] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.foorgw.smithi088.iywfvn", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-02-11T16:57:03.696 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:57:03 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T16:57:03.130068+0000 mon.smithi088 (mon.0) 594 : audit [INF] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' 2024-02-11T16:57:03.696 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:57:03 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T16:57:03.130581+0000 mon.smithi088 (mon.0) 595 : audit [DBG] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-11T16:57:03.697 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:57:03 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T16:57:02.398299+0000 mon.smithi088 (mon.0) 589 : cluster [DBG] osdmap e36: 8 total, 8 up, 8 in 2024-02-11T16:57:03.697 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:57:03 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T16:57:02.430553+0000 mon.smithi088 (mon.0) 590 : cluster [DBG] mgrmap e19: smithi088.srytvt(active, since 2m), standbys: smithi148.bnqcgm 2024-02-11T16:57:03.697 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:57:03 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:57:03.121863+0000 mon.smithi088 (mon.0) 591 : audit [INF] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' 2024-02-11T16:57:03.697 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:57:03 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:57:03.123101+0000 mon.smithi088 (mon.0) 592 : audit [INF] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foorgw.smithi088.iywfvn", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-02-11T16:57:03.697 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:57:03 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:57:03.126369+0000 mon.smithi088 (mon.0) 593 : audit [INF] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.foorgw.smithi088.iywfvn", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-02-11T16:57:03.697 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:57:03 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:57:03.130068+0000 mon.smithi088 (mon.0) 594 : audit [INF] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' 2024-02-11T16:57:03.697 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:57:03 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:57:03.130581+0000 mon.smithi088 (mon.0) 595 : audit [DBG] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-11T16:57:04.616 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:57:04 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cephadm 2024-02-11T16:57:03.131086+0000 mgr.smithi088.srytvt (mgr.14180) 143 : cephadm [INF] Deploying daemon rgw.foorgw.smithi088.iywfvn on smithi088 2024-02-11T16:57:04.616 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:57:04 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T16:57:03.182675+0000 mgr.smithi088.srytvt (mgr.14180) 144 : cluster [DBG] pgmap v106: 33 pgs: 16 unknown, 17 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-11T16:57:04.616 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:57:04 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T16:57:03.429278+0000 mon.smithi088 (mon.0) 596 : cluster [DBG] osdmap e37: 8 total, 8 up, 8 in 2024-02-11T16:57:04.616 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:57:04 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:57:03.430381+0000 mon.smithi148 (mon.1) 19 : audit [INF] from='client.? 172.21.15.148:0/1069624467' entity='client.rgw.foorgw.smithi148.owqsxw' cmd=[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]: dispatch 2024-02-11T16:57:04.617 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:57:04 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:57:03.432851+0000 mon.smithi088 (mon.0) 597 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi148.owqsxw' cmd=[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]: dispatch 2024-02-11T16:57:04.696 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:57:04 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cephadm 2024-02-11T16:57:03.131086+0000 mgr.smithi088.srytvt (mgr.14180) 143 : cephadm [INF] Deploying daemon rgw.foorgw.smithi088.iywfvn on smithi088 2024-02-11T16:57:04.696 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:57:04 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T16:57:03.182675+0000 mgr.smithi088.srytvt (mgr.14180) 144 : cluster [DBG] pgmap v106: 33 pgs: 16 unknown, 17 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-11T16:57:04.697 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:57:04 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T16:57:03.429278+0000 mon.smithi088 (mon.0) 596 : cluster [DBG] osdmap e37: 8 total, 8 up, 8 in 2024-02-11T16:57:04.697 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:57:04 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T16:57:03.430381+0000 mon.smithi148 (mon.1) 19 : audit [INF] from='client.? 172.21.15.148:0/1069624467' entity='client.rgw.foorgw.smithi148.owqsxw' cmd=[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]: dispatch 2024-02-11T16:57:04.697 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:57:04 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T16:57:03.432851+0000 mon.smithi088 (mon.0) 597 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi148.owqsxw' cmd=[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]: dispatch 2024-02-11T16:57:05.696 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:57:05 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T16:57:04.430836+0000 mon.smithi088 (mon.0) 598 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi148.owqsxw' cmd='[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]': finished 2024-02-11T16:57:05.696 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:57:05 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T16:57:04.431002+0000 mon.smithi088 (mon.0) 599 : cluster [DBG] osdmap e38: 8 total, 8 up, 8 in 2024-02-11T16:57:05.696 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:57:05 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T16:57:05.031636+0000 mon.smithi088 (mon.0) 600 : audit [INF] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' 2024-02-11T16:57:05.696 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:57:05 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T16:57:05.032910+0000 mon.smithi088 (mon.0) 601 : audit [DBG] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-11T16:57:05.785 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:57:05 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:57:04.430836+0000 mon.smithi088 (mon.0) 598 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi148.owqsxw' cmd='[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]': finished 2024-02-11T16:57:05.785 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:57:05 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T16:57:04.431002+0000 mon.smithi088 (mon.0) 599 : cluster [DBG] osdmap e38: 8 total, 8 up, 8 in 2024-02-11T16:57:05.785 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:57:05 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:57:05.031636+0000 mon.smithi088 (mon.0) 600 : audit [INF] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' 2024-02-11T16:57:05.785 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:57:05 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:57:05.032910+0000 mon.smithi088 (mon.0) 601 : audit [DBG] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-11T16:57:05.836 INFO:teuthology.orchestra.run.smithi088.stdout:Dependencies resolved. 2024-02-11T16:57:05.837 INFO:teuthology.orchestra.run.smithi088.stdout:================================================================================ 2024-02-11T16:57:05.837 INFO:teuthology.orchestra.run.smithi088.stdout: Package Arch Version Repository Size 2024-02-11T16:57:05.837 INFO:teuthology.orchestra.run.smithi088.stdout:================================================================================ 2024-02-11T16:57:05.837 INFO:teuthology.orchestra.run.smithi088.stdout:Installing: 2024-02-11T16:57:05.837 INFO:teuthology.orchestra.run.smithi088.stdout: python3-boto3 noarch 1.15.15-1.el8 epel 152 k 2024-02-11T16:57:05.837 INFO:teuthology.orchestra.run.smithi088.stdout:Installing dependencies: 2024-02-11T16:57:05.837 INFO:teuthology.orchestra.run.smithi088.stdout: python3-botocore noarch 1.18.15-1.el8 epel 4.5 M 2024-02-11T16:57:05.838 INFO:teuthology.orchestra.run.smithi088.stdout: python3-jmespath noarch 0.9.0-11.el8 rhel-8-for-x86_64-appstream-rpms 45 k 2024-02-11T16:57:05.838 INFO:teuthology.orchestra.run.smithi088.stdout: python3-s3transfer noarch 0.3.4-1.el8 epel 108 k 2024-02-11T16:57:05.838 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-11T16:57:05.838 INFO:teuthology.orchestra.run.smithi088.stdout:Transaction Summary 2024-02-11T16:57:05.838 INFO:teuthology.orchestra.run.smithi088.stdout:================================================================================ 2024-02-11T16:57:05.838 INFO:teuthology.orchestra.run.smithi088.stdout:Install 4 Packages 2024-02-11T16:57:05.838 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-11T16:57:05.838 INFO:teuthology.orchestra.run.smithi088.stdout:Total download size: 4.8 M 2024-02-11T16:57:05.839 INFO:teuthology.orchestra.run.smithi088.stdout:Installed size: 49 M 2024-02-11T16:57:05.839 INFO:teuthology.orchestra.run.smithi088.stdout:Downloading Packages: 2024-02-11T16:57:06.510 INFO:teuthology.orchestra.run.smithi088.stdout:(1/4): python3-s3transfer-0.3.4-1.el8.noarch.rp 168 kB/s | 108 kB 00:00 2024-02-11T16:57:06.535 INFO:teuthology.orchestra.run.smithi088.stdout:(2/4): python3-boto3-1.15.15-1.el8.noarch.rpm 228 kB/s | 152 kB 00:00 2024-02-11T16:57:06.610 INFO:teuthology.orchestra.run.smithi088.stdout:(3/4): python3-jmespath-0.9.0-11.el8.noarch.rpm 449 kB/s | 45 kB 00:00 2024-02-11T16:57:06.696 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:57:06 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T16:57:05.183113+0000 mgr.smithi088.srytvt (mgr.14180) 145 : cluster [DBG] pgmap v109: 65 pgs: 5 creating+peering, 49 active+clean, 11 unknown; 1.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 3.5 KiB/s rd, 1023 B/s wr, 4 op/s 2024-02-11T16:57:06.696 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:57:06 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T16:57:05.442271+0000 mon.smithi088 (mon.0) 602 : cluster [DBG] osdmap e39: 8 total, 8 up, 8 in 2024-02-11T16:57:06.696 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:57:06 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T16:57:05.443677+0000 mon.smithi088 (mon.0) 603 : audit [INF] from='client.? 172.21.15.88:0/1212488077' entity='client.rgw.foorgw.smithi088.iywfvn' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.log","app": "rgw"}]: dispatch 2024-02-11T16:57:06.696 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:57:06 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T16:57:05.444787+0000 mon.smithi148 (mon.1) 20 : audit [INF] from='client.? 172.21.15.148:0/1069624467' entity='client.rgw.foorgw.smithi148.owqsxw' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.log","app": "rgw"}]: dispatch 2024-02-11T16:57:06.696 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:57:06 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T16:57:05.449245+0000 mon.smithi088 (mon.0) 604 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi148.owqsxw' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.log","app": "rgw"}]: dispatch 2024-02-11T16:57:06.696 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:57:06 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T16:57:06.346804+0000 mon.smithi088 (mon.0) 605 : audit [INF] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' 2024-02-11T16:57:06.696 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:57:06 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T16:57:06.371761+0000 mon.smithi088 (mon.0) 606 : audit [INF] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' 2024-02-11T16:57:06.785 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:57:06 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T16:57:05.183113+0000 mgr.smithi088.srytvt (mgr.14180) 145 : cluster [DBG] pgmap v109: 65 pgs: 5 creating+peering, 49 active+clean, 11 unknown; 1.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 3.5 KiB/s rd, 1023 B/s wr, 4 op/s 2024-02-11T16:57:06.785 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:57:06 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T16:57:05.442271+0000 mon.smithi088 (mon.0) 602 : cluster [DBG] osdmap e39: 8 total, 8 up, 8 in 2024-02-11T16:57:06.785 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:57:06 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:57:05.443677+0000 mon.smithi088 (mon.0) 603 : audit [INF] from='client.? 172.21.15.88:0/1212488077' entity='client.rgw.foorgw.smithi088.iywfvn' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.log","app": "rgw"}]: dispatch 2024-02-11T16:57:06.785 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:57:06 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:57:05.444787+0000 mon.smithi148 (mon.1) 20 : audit [INF] from='client.? 172.21.15.148:0/1069624467' entity='client.rgw.foorgw.smithi148.owqsxw' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.log","app": "rgw"}]: dispatch 2024-02-11T16:57:06.786 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:57:06 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:57:05.449245+0000 mon.smithi088 (mon.0) 604 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi148.owqsxw' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.log","app": "rgw"}]: dispatch 2024-02-11T16:57:06.786 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:57:06 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:57:06.346804+0000 mon.smithi088 (mon.0) 605 : audit [INF] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' 2024-02-11T16:57:06.786 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:57:06 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:57:06.371761+0000 mon.smithi088 (mon.0) 606 : audit [INF] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' 2024-02-11T16:57:07.785 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:57:07 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:57:06.446369+0000 mon.smithi088 (mon.0) 607 : audit [INF] from='client.? 172.21.15.88:0/1212488077' entity='client.rgw.foorgw.smithi088.iywfvn' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.log","app": "rgw"}]': finished 2024-02-11T16:57:07.785 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:57:07 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:57:06.446535+0000 mon.smithi088 (mon.0) 608 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi148.owqsxw' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.log","app": "rgw"}]': finished 2024-02-11T16:57:07.785 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:57:07 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T16:57:06.446651+0000 mon.smithi088 (mon.0) 609 : cluster [DBG] osdmap e40: 8 total, 8 up, 8 in 2024-02-11T16:57:07.946 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:57:07 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T16:57:06.446369+0000 mon.smithi088 (mon.0) 607 : audit [INF] from='client.? 172.21.15.88:0/1212488077' entity='client.rgw.foorgw.smithi088.iywfvn' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.log","app": "rgw"}]': finished 2024-02-11T16:57:07.946 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:57:07 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T16:57:06.446535+0000 mon.smithi088 (mon.0) 608 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi148.owqsxw' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.log","app": "rgw"}]': finished 2024-02-11T16:57:07.946 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:57:07 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T16:57:06.446651+0000 mon.smithi088 (mon.0) 609 : cluster [DBG] osdmap e40: 8 total, 8 up, 8 in 2024-02-11T16:57:08.785 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:57:08 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T16:57:07.183464+0000 mgr.smithi088.srytvt (mgr.14180) 146 : cluster [DBG] pgmap v112: 97 pgs: 5 creating+peering, 61 active+clean, 31 unknown; 1.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.7 KiB/s rd, 511 B/s wr, 2 op/s 2024-02-11T16:57:08.785 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:57:08 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T16:57:07.453427+0000 mon.smithi088 (mon.0) 610 : cluster [DBG] osdmap e41: 8 total, 8 up, 8 in 2024-02-11T16:57:08.785 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:57:08 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:57:07.454258+0000 mon.smithi088 (mon.0) 611 : audit [INF] from='client.? 172.21.15.88:0/1212488077' entity='client.rgw.foorgw.smithi088.iywfvn' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.control","app": "rgw"}]: dispatch 2024-02-11T16:57:08.785 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:57:08 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:57:07.460481+0000 mon.smithi148 (mon.1) 21 : audit [INF] from='client.? 172.21.15.148:0/1069624467' entity='client.rgw.foorgw.smithi148.owqsxw' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.control","app": "rgw"}]: dispatch 2024-02-11T16:57:08.786 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:57:08 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:57:07.461256+0000 mon.smithi088 (mon.0) 612 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi148.owqsxw' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.control","app": "rgw"}]: dispatch 2024-02-11T16:57:08.786 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:57:08 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:57:07.478633+0000 mon.smithi088 (mon.0) 613 : audit [INF] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' 2024-02-11T16:57:08.786 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:57:08 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:57:07.764432+0000 mon.smithi088 (mon.0) 614 : audit [DBG] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-11T16:57:08.786 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:57:08 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:57:07.765038+0000 mon.smithi088 (mon.0) 615 : audit [INF] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-11T16:57:08.786 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:57:08 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cephadm 2024-02-11T16:57:07.767800+0000 mgr.smithi088.srytvt (mgr.14180) 147 : cephadm [INF] Checking dashboard <-> RGW credentials 2024-02-11T16:57:08.946 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:57:08 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T16:57:07.183464+0000 mgr.smithi088.srytvt (mgr.14180) 146 : cluster [DBG] pgmap v112: 97 pgs: 5 creating+peering, 61 active+clean, 31 unknown; 1.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.7 KiB/s rd, 511 B/s wr, 2 op/s 2024-02-11T16:57:08.946 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:57:08 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T16:57:07.453427+0000 mon.smithi088 (mon.0) 610 : cluster [DBG] osdmap e41: 8 total, 8 up, 8 in 2024-02-11T16:57:08.946 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:57:08 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T16:57:07.454258+0000 mon.smithi088 (mon.0) 611 : audit [INF] from='client.? 172.21.15.88:0/1212488077' entity='client.rgw.foorgw.smithi088.iywfvn' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.control","app": "rgw"}]: dispatch 2024-02-11T16:57:08.946 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:57:08 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T16:57:07.460481+0000 mon.smithi148 (mon.1) 21 : audit [INF] from='client.? 172.21.15.148:0/1069624467' entity='client.rgw.foorgw.smithi148.owqsxw' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.control","app": "rgw"}]: dispatch 2024-02-11T16:57:08.946 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:57:08 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T16:57:07.461256+0000 mon.smithi088 (mon.0) 612 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi148.owqsxw' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.control","app": "rgw"}]: dispatch 2024-02-11T16:57:08.946 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:57:08 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T16:57:07.478633+0000 mon.smithi088 (mon.0) 613 : audit [INF] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' 2024-02-11T16:57:08.946 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:57:08 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T16:57:07.764432+0000 mon.smithi088 (mon.0) 614 : audit [DBG] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-11T16:57:08.946 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:57:08 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T16:57:07.765038+0000 mon.smithi088 (mon.0) 615 : audit [INF] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-11T16:57:08.946 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:57:08 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cephadm 2024-02-11T16:57:07.767800+0000 mgr.smithi088.srytvt (mgr.14180) 147 : cephadm [INF] Checking dashboard <-> RGW credentials 2024-02-11T16:57:09.785 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:57:09 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:57:08.462802+0000 mon.smithi088 (mon.0) 616 : audit [INF] from='client.? 172.21.15.88:0/1212488077' entity='client.rgw.foorgw.smithi088.iywfvn' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.control","app": "rgw"}]': finished 2024-02-11T16:57:09.785 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:57:09 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:57:08.463128+0000 mon.smithi088 (mon.0) 617 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi148.owqsxw' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.control","app": "rgw"}]': finished 2024-02-11T16:57:09.785 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:57:09 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T16:57:08.463219+0000 mon.smithi088 (mon.0) 618 : cluster [DBG] osdmap e42: 8 total, 8 up, 8 in 2024-02-11T16:57:09.946 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:57:09 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T16:57:08.462802+0000 mon.smithi088 (mon.0) 616 : audit [INF] from='client.? 172.21.15.88:0/1212488077' entity='client.rgw.foorgw.smithi088.iywfvn' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.control","app": "rgw"}]': finished 2024-02-11T16:57:09.946 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:57:09 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T16:57:08.463128+0000 mon.smithi088 (mon.0) 617 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi148.owqsxw' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.control","app": "rgw"}]': finished 2024-02-11T16:57:09.946 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:57:09 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T16:57:08.463219+0000 mon.smithi088 (mon.0) 618 : cluster [DBG] osdmap e42: 8 total, 8 up, 8 in 2024-02-11T16:57:10.785 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:57:10 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T16:57:09.183987+0000 mgr.smithi088.srytvt (mgr.14180) 148 : cluster [DBG] pgmap v115: 129 pgs: 4 creating+peering, 89 active+clean, 36 unknown; 1.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.7 KiB/s rd, 511 B/s wr, 3 op/s 2024-02-11T16:57:10.786 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:57:10 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T16:57:09.465193+0000 mon.smithi088 (mon.0) 619 : cluster [DBG] osdmap e43: 8 total, 8 up, 8 in 2024-02-11T16:57:10.786 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:57:10 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:57:09.470416+0000 mon.smithi148 (mon.1) 22 : audit [INF] from='client.? 172.21.15.88:0/3195548361' entity='client.rgw.foorgw.smithi088.iywfvn' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]: dispatch 2024-02-11T16:57:10.786 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:57:10 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:57:09.471314+0000 mon.smithi088 (mon.0) 620 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi088.iywfvn' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]: dispatch 2024-02-11T16:57:10.786 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:57:10 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:57:09.472521+0000 mon.smithi148 (mon.1) 23 : audit [INF] from='client.? 172.21.15.148:0/654243' entity='client.rgw.foorgw.smithi148.owqsxw' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]: dispatch 2024-02-11T16:57:10.786 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:57:10 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:57:09.472976+0000 mon.smithi088 (mon.0) 621 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi148.owqsxw' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]: dispatch 2024-02-11T16:57:10.786 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:57:10 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:57:09.474141+0000 mon.smithi148 (mon.1) 24 : audit [INF] from='client.? 172.21.15.88:0/2460540296' entity='mgr.smithi088.srytvt' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]: dispatch 2024-02-11T16:57:10.786 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:57:10 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:57:09.474588+0000 mon.smithi088 (mon.0) 622 : audit [INF] from='client.? ' entity='mgr.smithi088.srytvt' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]: dispatch 2024-02-11T16:57:10.946 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:57:10 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T16:57:09.183987+0000 mgr.smithi088.srytvt (mgr.14180) 148 : cluster [DBG] pgmap v115: 129 pgs: 4 creating+peering, 89 active+clean, 36 unknown; 1.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.7 KiB/s rd, 511 B/s wr, 3 op/s 2024-02-11T16:57:10.946 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:57:10 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T16:57:09.465193+0000 mon.smithi088 (mon.0) 619 : cluster [DBG] osdmap e43: 8 total, 8 up, 8 in 2024-02-11T16:57:10.946 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:57:10 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T16:57:09.470416+0000 mon.smithi148 (mon.1) 22 : audit [INF] from='client.? 172.21.15.88:0/3195548361' entity='client.rgw.foorgw.smithi088.iywfvn' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]: dispatch 2024-02-11T16:57:10.946 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:57:10 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T16:57:09.471314+0000 mon.smithi088 (mon.0) 620 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi088.iywfvn' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]: dispatch 2024-02-11T16:57:10.946 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:57:10 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T16:57:09.472521+0000 mon.smithi148 (mon.1) 23 : audit [INF] from='client.? 172.21.15.148:0/654243' entity='client.rgw.foorgw.smithi148.owqsxw' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]: dispatch 2024-02-11T16:57:10.946 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:57:10 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T16:57:09.472976+0000 mon.smithi088 (mon.0) 621 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi148.owqsxw' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]: dispatch 2024-02-11T16:57:10.947 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:57:10 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T16:57:09.474141+0000 mon.smithi148 (mon.1) 24 : audit [INF] from='client.? 172.21.15.88:0/2460540296' entity='mgr.smithi088.srytvt' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]: dispatch 2024-02-11T16:57:10.947 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:57:10 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T16:57:09.474588+0000 mon.smithi088 (mon.0) 622 : audit [INF] from='client.? ' entity='mgr.smithi088.srytvt' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]: dispatch 2024-02-11T16:57:11.785 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:57:11 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:57:10.474307+0000 mon.smithi088 (mon.0) 623 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi088.iywfvn' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]': finished 2024-02-11T16:57:11.785 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:57:11 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:57:10.474433+0000 mon.smithi088 (mon.0) 624 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi148.owqsxw' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]': finished 2024-02-11T16:57:11.785 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:57:11 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:57:10.474546+0000 mon.smithi088 (mon.0) 625 : audit [INF] from='client.? ' entity='mgr.smithi088.srytvt' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]': finished 2024-02-11T16:57:11.786 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:57:11 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T16:57:10.474631+0000 mon.smithi088 (mon.0) 626 : cluster [DBG] osdmap e44: 8 total, 8 up, 8 in 2024-02-11T16:57:11.786 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:57:11 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:57:10.477395+0000 mon.smithi148 (mon.1) 25 : audit [INF] from='client.? 172.21.15.148:0/654243' entity='client.rgw.foorgw.smithi148.owqsxw' cmd=[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2024-02-11T16:57:11.786 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:57:11 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:57:10.477754+0000 mon.smithi148 (mon.1) 26 : audit [INF] from='client.? 172.21.15.88:0/3195548361' entity='client.rgw.foorgw.smithi088.iywfvn' cmd=[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2024-02-11T16:57:11.786 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:57:11 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:57:10.478998+0000 mon.smithi148 (mon.1) 27 : audit [INF] from='client.? 172.21.15.88:0/2460540296' entity='mgr.smithi088.srytvt' cmd=[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2024-02-11T16:57:11.786 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:57:11 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:57:10.480143+0000 mon.smithi088 (mon.0) 627 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi148.owqsxw' cmd=[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2024-02-11T16:57:11.786 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:57:11 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:57:10.480468+0000 mon.smithi088 (mon.0) 628 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi088.iywfvn' cmd=[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2024-02-11T16:57:11.786 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:57:11 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:57:10.481997+0000 mon.smithi088 (mon.0) 629 : audit [INF] from='client.? ' entity='mgr.smithi088.srytvt' cmd=[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2024-02-11T16:57:11.946 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:57:11 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T16:57:10.474307+0000 mon.smithi088 (mon.0) 623 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi088.iywfvn' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]': finished 2024-02-11T16:57:11.946 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:57:11 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T16:57:10.474433+0000 mon.smithi088 (mon.0) 624 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi148.owqsxw' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]': finished 2024-02-11T16:57:11.946 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:57:11 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T16:57:10.474546+0000 mon.smithi088 (mon.0) 625 : audit [INF] from='client.? ' entity='mgr.smithi088.srytvt' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]': finished 2024-02-11T16:57:11.946 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:57:11 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T16:57:10.474631+0000 mon.smithi088 (mon.0) 626 : cluster [DBG] osdmap e44: 8 total, 8 up, 8 in 2024-02-11T16:57:11.946 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:57:11 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T16:57:10.477395+0000 mon.smithi148 (mon.1) 25 : audit [INF] from='client.? 172.21.15.148:0/654243' entity='client.rgw.foorgw.smithi148.owqsxw' cmd=[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2024-02-11T16:57:11.946 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:57:11 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T16:57:10.477754+0000 mon.smithi148 (mon.1) 26 : audit [INF] from='client.? 172.21.15.88:0/3195548361' entity='client.rgw.foorgw.smithi088.iywfvn' cmd=[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2024-02-11T16:57:11.947 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:57:11 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T16:57:10.478998+0000 mon.smithi148 (mon.1) 27 : audit [INF] from='client.? 172.21.15.88:0/2460540296' entity='mgr.smithi088.srytvt' cmd=[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2024-02-11T16:57:11.947 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:57:11 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T16:57:10.480143+0000 mon.smithi088 (mon.0) 627 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi148.owqsxw' cmd=[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2024-02-11T16:57:11.947 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:57:11 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T16:57:10.480468+0000 mon.smithi088 (mon.0) 628 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi088.iywfvn' cmd=[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2024-02-11T16:57:11.947 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:57:11 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T16:57:10.481997+0000 mon.smithi088 (mon.0) 629 : audit [INF] from='client.? ' entity='mgr.smithi088.srytvt' cmd=[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2024-02-11T16:57:12.011 INFO:teuthology.orchestra.run.smithi088.stdout:(4/4): python3-botocore-1.18.15-1.el8.noarch.rp 743 kB/s | 4.5 MB 00:06 2024-02-11T16:57:12.013 INFO:teuthology.orchestra.run.smithi088.stdout:-------------------------------------------------------------------------------- 2024-02-11T16:57:12.013 INFO:teuthology.orchestra.run.smithi088.stdout:Total 789 kB/s | 4.8 MB 00:06 2024-02-11T16:57:12.027 INFO:teuthology.orchestra.run.smithi088.stdout:Running transaction check 2024-02-11T16:57:12.035 INFO:teuthology.orchestra.run.smithi088.stdout:Transaction check succeeded. 2024-02-11T16:57:12.035 INFO:teuthology.orchestra.run.smithi088.stdout:Running transaction test 2024-02-11T16:57:12.122 INFO:teuthology.orchestra.run.smithi088.stdout:Transaction test succeeded. 2024-02-11T16:57:12.131 INFO:teuthology.orchestra.run.smithi088.stdout:Running transaction 2024-02-11T16:57:12.422 INFO:teuthology.orchestra.run.smithi088.stdout: Preparing : 1/1 2024-02-11T16:57:12.535 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:57:12 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T16:57:11.184591+0000 mgr.smithi088.srytvt (mgr.14180) 149 : cluster [DBG] pgmap v118: 161 pgs: 17 creating+peering, 115 active+clean, 29 unknown; 1.4 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 5.0 KiB/s rd, 767 B/s wr, 7 op/s 2024-02-11T16:57:12.535 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:57:12 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:57:11.477102+0000 mon.smithi088 (mon.0) 630 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi148.owqsxw' cmd='[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]': finished 2024-02-11T16:57:12.536 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:57:12 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:57:11.477172+0000 mon.smithi088 (mon.0) 631 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi088.iywfvn' cmd='[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]': finished 2024-02-11T16:57:12.536 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:57:12 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:57:11.477212+0000 mon.smithi088 (mon.0) 632 : audit [INF] from='client.? ' entity='mgr.smithi088.srytvt' cmd='[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]': finished 2024-02-11T16:57:12.536 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:57:12 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T16:57:11.477250+0000 mon.smithi088 (mon.0) 633 : cluster [DBG] osdmap e45: 8 total, 8 up, 8 in 2024-02-11T16:57:12.536 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:57:12 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:57:11.662995+0000 mon.smithi088 (mon.0) 634 : audit [INF] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' 2024-02-11T16:57:12.536 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:57:12 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:57:11.669805+0000 mon.smithi088 (mon.0) 635 : audit [INF] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' 2024-02-11T16:57:12.536 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:57:12 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:57:11.678504+0000 mon.smithi088 (mon.0) 636 : audit [INF] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' 2024-02-11T16:57:12.536 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:57:12 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:57:11.686406+0000 mon.smithi088 (mon.0) 637 : audit [DBG] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-11T16:57:12.536 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:57:12 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:57:11.700567+0000 mon.smithi088 (mon.0) 638 : audit [INF] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' 2024-02-11T16:57:12.536 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:57:12 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cephadm 2024-02-11T16:57:11.724849+0000 mgr.smithi088.srytvt (mgr.14180) 150 : cephadm [INF] Creating key for client.nfs.foo.0.0.smithi088.ydztrf 2024-02-11T16:57:12.536 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:57:12 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:57:11.725175+0000 mon.smithi088 (mon.0) 639 : audit [INF] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi088.ydztrf", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2024-02-11T16:57:12.536 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:57:12 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:57:11.728410+0000 mon.smithi088 (mon.0) 640 : audit [INF] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi088.ydztrf", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]': finished 2024-02-11T16:57:12.536 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:57:12 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cephadm 2024-02-11T16:57:11.729022+0000 mgr.smithi088.srytvt (mgr.14180) 151 : cephadm [INF] Ensuring nfs.foo.0 is in the ganesha grace table 2024-02-11T16:57:12.537 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:57:12 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:57:11.729240+0000 mon.smithi088 (mon.0) 641 : audit [INF] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' 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-11T16:57:12.537 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:57:12 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:57:11.732581+0000 mon.smithi088 (mon.0) 642 : audit [INF] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' 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-11T16:57:12.537 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:57:12 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:57:11.733677+0000 mon.smithi088 (mon.0) 643 : audit [DBG] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-11T16:57:12.537 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:57:12 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:57:11.774894+0000 mon.smithi088 (mon.0) 644 : audit [INF] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2024-02-11T16:57:12.537 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:57:12 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:57:11.778475+0000 mon.smithi088 (mon.0) 645 : audit [INF] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2024-02-11T16:57:12.537 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:57:12 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cephadm 2024-02-11T16:57:11.828172+0000 mgr.smithi088.srytvt (mgr.14180) 152 : cephadm [INF] Rados config object exists: conf-nfs.foo 2024-02-11T16:57:12.537 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:57:12 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cephadm 2024-02-11T16:57:11.828255+0000 mgr.smithi088.srytvt (mgr.14180) 153 : cephadm [INF] Creating key for client.nfs.foo.0.0.smithi088.ydztrf-rgw 2024-02-11T16:57:12.537 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:57:12 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:57:11.828748+0000 mon.smithi088 (mon.0) 646 : audit [INF] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi088.ydztrf-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-02-11T16:57:12.537 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:57:12 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:57:11.833284+0000 mon.smithi088 (mon.0) 647 : audit [INF] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi088.ydztrf-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-02-11T16:57:12.537 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:57:12 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:57:11.837115+0000 mon.smithi088 (mon.0) 648 : audit [DBG] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-11T16:57:12.537 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:57:12 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cephadm 2024-02-11T16:57:11.838006+0000 mgr.smithi088.srytvt (mgr.14180) 154 : cephadm [INF] Deploying daemon nfs.foo.0.0.smithi088.ydztrf on smithi088 2024-02-11T16:57:12.946 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:57:12 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T16:57:11.184591+0000 mgr.smithi088.srytvt (mgr.14180) 149 : cluster [DBG] pgmap v118: 161 pgs: 17 creating+peering, 115 active+clean, 29 unknown; 1.4 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 5.0 KiB/s rd, 767 B/s wr, 7 op/s 2024-02-11T16:57:12.947 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:57:12 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T16:57:11.477102+0000 mon.smithi088 (mon.0) 630 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi148.owqsxw' cmd='[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]': finished 2024-02-11T16:57:12.947 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:57:12 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T16:57:11.477172+0000 mon.smithi088 (mon.0) 631 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi088.iywfvn' cmd='[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]': finished 2024-02-11T16:57:12.947 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:57:12 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T16:57:11.477212+0000 mon.smithi088 (mon.0) 632 : audit [INF] from='client.? ' entity='mgr.smithi088.srytvt' cmd='[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]': finished 2024-02-11T16:57:12.947 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:57:12 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T16:57:11.477250+0000 mon.smithi088 (mon.0) 633 : cluster [DBG] osdmap e45: 8 total, 8 up, 8 in 2024-02-11T16:57:12.947 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:57:12 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T16:57:11.662995+0000 mon.smithi088 (mon.0) 634 : audit [INF] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' 2024-02-11T16:57:12.947 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:57:12 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T16:57:11.669805+0000 mon.smithi088 (mon.0) 635 : audit [INF] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' 2024-02-11T16:57:12.948 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:57:12 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T16:57:11.678504+0000 mon.smithi088 (mon.0) 636 : audit [INF] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' 2024-02-11T16:57:12.948 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:57:12 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T16:57:11.686406+0000 mon.smithi088 (mon.0) 637 : audit [DBG] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-11T16:57:12.948 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:57:12 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T16:57:11.700567+0000 mon.smithi088 (mon.0) 638 : audit [INF] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' 2024-02-11T16:57:12.948 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:57:12 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cephadm 2024-02-11T16:57:11.724849+0000 mgr.smithi088.srytvt (mgr.14180) 150 : cephadm [INF] Creating key for client.nfs.foo.0.0.smithi088.ydztrf 2024-02-11T16:57:12.948 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:57:12 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T16:57:11.725175+0000 mon.smithi088 (mon.0) 639 : audit [INF] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi088.ydztrf", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2024-02-11T16:57:12.948 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:57:12 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T16:57:11.728410+0000 mon.smithi088 (mon.0) 640 : audit [INF] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi088.ydztrf", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]': finished 2024-02-11T16:57:12.948 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:57:12 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cephadm 2024-02-11T16:57:11.729022+0000 mgr.smithi088.srytvt (mgr.14180) 151 : cephadm [INF] Ensuring nfs.foo.0 is in the ganesha grace table 2024-02-11T16:57:12.948 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:57:12 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T16:57:11.729240+0000 mon.smithi088 (mon.0) 641 : audit [INF] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' 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-11T16:57:12.948 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:57:12 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T16:57:11.732581+0000 mon.smithi088 (mon.0) 642 : audit [INF] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' 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-11T16:57:12.949 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:57:12 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T16:57:11.733677+0000 mon.smithi088 (mon.0) 643 : audit [DBG] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-11T16:57:12.949 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:57:12 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T16:57:11.774894+0000 mon.smithi088 (mon.0) 644 : audit [INF] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2024-02-11T16:57:12.949 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:57:12 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T16:57:11.778475+0000 mon.smithi088 (mon.0) 645 : audit [INF] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2024-02-11T16:57:12.949 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:57:12 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cephadm 2024-02-11T16:57:11.828172+0000 mgr.smithi088.srytvt (mgr.14180) 152 : cephadm [INF] Rados config object exists: conf-nfs.foo 2024-02-11T16:57:12.949 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:57:12 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cephadm 2024-02-11T16:57:11.828255+0000 mgr.smithi088.srytvt (mgr.14180) 153 : cephadm [INF] Creating key for client.nfs.foo.0.0.smithi088.ydztrf-rgw 2024-02-11T16:57:12.949 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:57:12 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T16:57:11.828748+0000 mon.smithi088 (mon.0) 646 : audit [INF] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi088.ydztrf-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-02-11T16:57:12.949 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:57:12 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T16:57:11.833284+0000 mon.smithi088 (mon.0) 647 : audit [INF] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi088.ydztrf-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-02-11T16:57:12.949 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:57:12 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T16:57:11.837115+0000 mon.smithi088 (mon.0) 648 : audit [DBG] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-11T16:57:12.950 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:57:12 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cephadm 2024-02-11T16:57:11.838006+0000 mgr.smithi088.srytvt (mgr.14180) 154 : cephadm [INF] Deploying daemon nfs.foo.0.0.smithi088.ydztrf on smithi088 2024-02-11T16:57:14.066 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : python3-jmespath-0.9.0-11.el8.noarch 1/4 2024-02-11T16:57:14.331 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : python3-botocore-1.18.15-1.el8.noarch 2/4 2024-02-11T16:57:14.583 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : python3-s3transfer-0.3.4-1.el8.noarch 3/4 2024-02-11T16:57:14.796 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : python3-boto3-1.15.15-1.el8.noarch 4/4 2024-02-11T16:57:15.048 INFO:teuthology.orchestra.run.smithi088.stdout: Running scriptlet: python3-boto3-1.15.15-1.el8.noarch 4/4 2024-02-11T16:57:15.049 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : python3-boto3-1.15.15-1.el8.noarch 1/4 2024-02-11T16:57:15.049 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : python3-botocore-1.18.15-1.el8.noarch 2/4 2024-02-11T16:57:15.049 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : python3-s3transfer-0.3.4-1.el8.noarch 3/4 2024-02-11T16:57:15.196 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:57:14 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T16:57:13.185439+0000 mgr.smithi088.srytvt (mgr.14180) 155 : cluster [DBG] pgmap v120: 161 pgs: 13 creating+peering, 145 active+clean, 3 unknown; 3.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 73 KiB/s rd, 3.6 KiB/s wr, 144 op/s 2024-02-11T16:57:15.196 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:57:14 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T16:57:13.836161+0000 mon.smithi088 (mon.0) 649 : audit [INF] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' 2024-02-11T16:57:15.196 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:57:14 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T16:57:13.841681+0000 mon.smithi088 (mon.0) 650 : audit [INF] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' 2024-02-11T16:57:15.196 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:57:14 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cephadm 2024-02-11T16:57:13.849223+0000 mgr.smithi088.srytvt (mgr.14180) 156 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi148.dvckok on smithi148 2024-02-11T16:57:15.285 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:57:14 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T16:57:13.185439+0000 mgr.smithi088.srytvt (mgr.14180) 155 : cluster [DBG] pgmap v120: 161 pgs: 13 creating+peering, 145 active+clean, 3 unknown; 3.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 73 KiB/s rd, 3.6 KiB/s wr, 144 op/s 2024-02-11T16:57:15.285 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:57:14 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:57:13.836161+0000 mon.smithi088 (mon.0) 649 : audit [INF] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' 2024-02-11T16:57:15.286 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:57:14 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:57:13.841681+0000 mon.smithi088 (mon.0) 650 : audit [INF] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' 2024-02-11T16:57:15.286 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:57:14 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cephadm 2024-02-11T16:57:13.849223+0000 mgr.smithi088.srytvt (mgr.14180) 156 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi148.dvckok on smithi148 2024-02-11T16:57:17.035 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:57:16 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T16:57:15.186213+0000 mgr.smithi088.srytvt (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; 138 KiB/s rd, 7.3 KiB/s wr, 275 op/s 2024-02-11T16:57:17.035 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:57:16 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:57:16.354917+0000 mon.smithi088 (mon.0) 651 : audit [INF] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' 2024-02-11T16:57:17.196 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:57:16 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T16:57:15.186213+0000 mgr.smithi088.srytvt (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; 138 KiB/s rd, 7.3 KiB/s wr, 275 op/s 2024-02-11T16:57:17.196 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:57:16 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T16:57:16.354917+0000 mon.smithi088 (mon.0) 651 : audit [INF] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' 2024-02-11T16:57:19.196 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:57:18 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T16:57:17.186678+0000 mgr.smithi088.srytvt (mgr.14180) 158 : cluster [DBG] pgmap v122: 161 pgs: 161 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 110 KiB/s rd, 5.7 KiB/s wr, 219 op/s 2024-02-11T16:57:19.285 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:57:18 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T16:57:17.186678+0000 mgr.smithi088.srytvt (mgr.14180) 158 : cluster [DBG] pgmap v122: 161 pgs: 161 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 110 KiB/s rd, 5.7 KiB/s wr, 219 op/s 2024-02-11T16:57:19.433 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : python3-jmespath-0.9.0-11.el8.noarch 4/4 2024-02-11T16:57:19.433 INFO:teuthology.orchestra.run.smithi088.stdout:Installed products updated. 2024-02-11T16:57:19.965 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-11T16:57:19.965 INFO:teuthology.orchestra.run.smithi088.stdout:Installed: 2024-02-11T16:57:19.965 INFO:teuthology.orchestra.run.smithi088.stdout: python3-boto3-1.15.15-1.el8.noarch python3-botocore-1.18.15-1.el8.noarch 2024-02-11T16:57:19.965 INFO:teuthology.orchestra.run.smithi088.stdout: python3-jmespath-0.9.0-11.el8.noarch python3-s3transfer-0.3.4-1.el8.noarch 2024-02-11T16:57:19.965 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-11T16:57:19.965 INFO:teuthology.orchestra.run.smithi088.stdout:Complete! 2024-02-11T16:57:20.149 DEBUG:teuthology.orchestra.run.smithi088:> 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-11T16:57:20.220 INFO:teuthology.orchestra.run.smithi088.stderr:+ /home/ubuntu/cephtest/cephadm shell radosgw-admin user create --uid foouser --display-name foo 2024-02-11T16:57:20.464 INFO:teuthology.orchestra.run.smithi088.stderr:Inferring fsid eb5e91f4-c8fd-11ee-95b9-87774f69a715 2024-02-11T16:57:20.489 INFO:teuthology.orchestra.run.smithi088.stderr:Using recent ceph image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:a502f12df31fe0d2d8e9eeec9fe2e9a18b9362c10004847eb4d4911eecc1bc78 2024-02-11T16:57:20.903 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:57:20 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T16:57:19.187319+0000 mgr.smithi088.srytvt (mgr.14180) 159 : cluster [DBG] pgmap v123: 161 pgs: 161 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 96 KiB/s rd, 4.9 KiB/s wr, 193 op/s 2024-02-11T16:57:21.196 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:57:20 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T16:57:19.187319+0000 mgr.smithi088.srytvt (mgr.14180) 159 : cluster [DBG] pgmap v123: 161 pgs: 161 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 96 KiB/s rd, 4.9 KiB/s wr, 193 op/s 2024-02-11T16:57:21.792 INFO:teuthology.run_tasks:Running task python... 2024-02-11T16:57:21.804 INFO:tasks.python:Running python on role host.a host ubuntu@smithi088.front.sepia.ceph.com 2024-02-11T16:57:21.804 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-11T16:57:21.805 DEBUG:teuthology.orchestra.run.smithi088:> sudo TESTDIR=/home/ubuntu/cephtest python3 2024-02-11T16:57:22.196 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:57:21 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T16:57:21.178467+0000 mon.smithi088 (mon.0) 652 : audit [INF] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "5.1a", "id": [4, 6]}]: dispatch 2024-02-11T16:57:22.196 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:57:21 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T16:57:21.361696+0000 mon.smithi088 (mon.0) 653 : audit [INF] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' 2024-02-11T16:57:22.285 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:57:21 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:57:21.178467+0000 mon.smithi088 (mon.0) 652 : audit [INF] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "5.1a", "id": [4, 6]}]: dispatch 2024-02-11T16:57:22.285 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:57:21 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:57:21.361696+0000 mon.smithi088 (mon.0) 653 : audit [INF] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' 2024-02-11T16:57:23.196 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:57:22 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T16:57:21.187903+0000 mgr.smithi088.srytvt (mgr.14180) 160 : cluster [DBG] pgmap v124: 161 pgs: 161 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 84 KiB/s rd, 4.3 KiB/s wr, 168 op/s 2024-02-11T16:57:23.196 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:57:22 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T16:57:21.854044+0000 mon.smithi088 (mon.0) 654 : audit [INF] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "5.1a", "id": [4, 6]}]': finished 2024-02-11T16:57:23.196 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:57:22 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T16:57:21.854102+0000 mon.smithi088 (mon.0) 655 : cluster [DBG] osdmap e46: 8 total, 8 up, 8 in 2024-02-11T16:57:23.285 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:57:22 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T16:57:21.187903+0000 mgr.smithi088.srytvt (mgr.14180) 160 : cluster [DBG] pgmap v124: 161 pgs: 161 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 84 KiB/s rd, 4.3 KiB/s wr, 168 op/s 2024-02-11T16:57:23.285 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:57:22 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:57:21.854044+0000 mon.smithi088 (mon.0) 654 : audit [INF] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "5.1a", "id": [4, 6]}]': finished 2024-02-11T16:57:23.286 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:57:22 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T16:57:21.854102+0000 mon.smithi088 (mon.0) 655 : cluster [DBG] osdmap e46: 8 total, 8 up, 8 in 2024-02-11T16:57:24.196 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:57:23 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T16:57:22.856937+0000 mon.smithi088 (mon.0) 656 : cluster [DBG] osdmap e47: 8 total, 8 up, 8 in 2024-02-11T16:57:24.196 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:57:23 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T16:57:22.858460+0000 mon.smithi088 (mon.0) 657 : audit [INF] from='client.? 172.21.15.88:0/1212488077' entity='client.rgw.foorgw.smithi088.iywfvn' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.buckets.index","app": "rgw"}]: dispatch 2024-02-11T16:57:24.196 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:57:23 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T16:57:23.859233+0000 mon.smithi088 (mon.0) 658 : audit [INF] from='client.? 172.21.15.88:0/1212488077' entity='client.rgw.foorgw.smithi088.iywfvn' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.buckets.index","app": "rgw"}]': finished 2024-02-11T16:57:24.196 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:57:23 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T16:57:23.859481+0000 mon.smithi088 (mon.0) 659 : cluster [DBG] osdmap e48: 8 total, 8 up, 8 in 2024-02-11T16:57:24.285 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:57:23 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T16:57:22.856937+0000 mon.smithi088 (mon.0) 656 : cluster [DBG] osdmap e47: 8 total, 8 up, 8 in 2024-02-11T16:57:24.286 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:57:23 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:57:22.858460+0000 mon.smithi088 (mon.0) 657 : audit [INF] from='client.? 172.21.15.88:0/1212488077' entity='client.rgw.foorgw.smithi088.iywfvn' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.buckets.index","app": "rgw"}]: dispatch 2024-02-11T16:57:24.286 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:57:23 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:57:23.859233+0000 mon.smithi088 (mon.0) 658 : audit [INF] from='client.? 172.21.15.88:0/1212488077' entity='client.rgw.foorgw.smithi088.iywfvn' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.buckets.index","app": "rgw"}]': finished 2024-02-11T16:57:24.286 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:57:23 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T16:57:23.859481+0000 mon.smithi088 (mon.0) 659 : cluster [DBG] osdmap e48: 8 total, 8 up, 8 in 2024-02-11T16:57:25.196 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:57:24 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T16:57:23.188410+0000 mgr.smithi088.srytvt (mgr.14180) 161 : cluster [DBG] pgmap v127: 193 pgs: 7 creating+peering, 25 unknown, 161 active+clean; 5.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 3.2 KiB/s rd, 255 B/s wr, 6 op/s 2024-02-11T16:57:25.196 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:57:24 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T16:57:23.862687+0000 mon.smithi088 (mon.0) 660 : audit [INF] from='client.? 172.21.15.88:0/1212488077' entity='client.rgw.foorgw.smithi088.iywfvn' cmd=[{"prefix": "osd pool set", "pool": "default.rgw.buckets.index", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2024-02-11T16:57:25.196 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:57:24 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T16:57:24.860753+0000 mon.smithi088 (mon.0) 661 : audit [INF] from='client.? 172.21.15.88:0/1212488077' entity='client.rgw.foorgw.smithi088.iywfvn' cmd='[{"prefix": "osd pool set", "pool": "default.rgw.buckets.index", "var": "pg_autoscale_bias", "val": "4"}]': finished 2024-02-11T16:57:25.196 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:57:24 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T16:57:24.860813+0000 mon.smithi088 (mon.0) 662 : cluster [DBG] osdmap e49: 8 total, 8 up, 8 in 2024-02-11T16:57:25.285 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:57:24 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T16:57:23.188410+0000 mgr.smithi088.srytvt (mgr.14180) 161 : cluster [DBG] pgmap v127: 193 pgs: 7 creating+peering, 25 unknown, 161 active+clean; 5.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 3.2 KiB/s rd, 255 B/s wr, 6 op/s 2024-02-11T16:57:25.285 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:57:24 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:57:23.862687+0000 mon.smithi088 (mon.0) 660 : audit [INF] from='client.? 172.21.15.88:0/1212488077' entity='client.rgw.foorgw.smithi088.iywfvn' cmd=[{"prefix": "osd pool set", "pool": "default.rgw.buckets.index", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2024-02-11T16:57:25.285 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:57:24 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:57:24.860753+0000 mon.smithi088 (mon.0) 661 : audit [INF] from='client.? 172.21.15.88:0/1212488077' entity='client.rgw.foorgw.smithi088.iywfvn' cmd='[{"prefix": "osd pool set", "pool": "default.rgw.buckets.index", "var": "pg_autoscale_bias", "val": "4"}]': finished 2024-02-11T16:57:25.285 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:57:24 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T16:57:24.860813+0000 mon.smithi088 (mon.0) 662 : cluster [DBG] osdmap e49: 8 total, 8 up, 8 in 2024-02-11T16:57:26.952 INFO:teuthology.run_tasks:Running task cephadm.shell... 2024-02-11T16:57:26.963 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi088.front.sepia.ceph.com 2024-02-11T16:57:26.963 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid eb5e91f4-c8fd-11ee-95b9-87774f69a715 -- bash -c 'ceph nfs export create rgw --bucket foobucket --cluster-id foo --pseudo-path /foobucket' 2024-02-11T16:57:27.196 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:57:26 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T16:57:25.189057+0000 mgr.smithi088.srytvt (mgr.14180) 162 : cluster [DBG] pgmap v130: 193 pgs: 13 creating+peering, 5 unknown, 175 active+clean; 5.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 3.0 KiB/s rd, 511 B/s wr, 3 op/s 2024-02-11T16:57:27.196 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:57:26 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T16:57:25.885126+0000 mon.smithi088 (mon.0) 663 : cluster [DBG] osdmap e50: 8 total, 8 up, 8 in 2024-02-11T16:57:27.196 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:57:26 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T16:57:25.886719+0000 mon.smithi148 (mon.1) 28 : audit [INF] from='client.? 172.21.15.88:0/3195548361' entity='client.rgw.foorgw.smithi088.iywfvn' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.buckets.data","app": "rgw"}]: dispatch 2024-02-11T16:57:27.196 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:57:26 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T16:57:25.887456+0000 mon.smithi088 (mon.0) 664 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi088.iywfvn' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.buckets.data","app": "rgw"}]: dispatch 2024-02-11T16:57:27.285 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:57:26 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T16:57:25.189057+0000 mgr.smithi088.srytvt (mgr.14180) 162 : cluster [DBG] pgmap v130: 193 pgs: 13 creating+peering, 5 unknown, 175 active+clean; 5.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 3.0 KiB/s rd, 511 B/s wr, 3 op/s 2024-02-11T16:57:27.285 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:57:26 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T16:57:25.885126+0000 mon.smithi088 (mon.0) 663 : cluster [DBG] osdmap e50: 8 total, 8 up, 8 in 2024-02-11T16:57:27.285 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:57:26 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:57:25.886719+0000 mon.smithi148 (mon.1) 28 : audit [INF] from='client.? 172.21.15.88:0/3195548361' entity='client.rgw.foorgw.smithi088.iywfvn' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.buckets.data","app": "rgw"}]: dispatch 2024-02-11T16:57:27.285 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:57:26 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:57:25.887456+0000 mon.smithi088 (mon.0) 664 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi088.iywfvn' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.buckets.data","app": "rgw"}]: dispatch 2024-02-11T16:57:28.003 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:57:27 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:57:26.891240+0000 mon.smithi088 (mon.0) 665 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi088.iywfvn' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.buckets.data","app": "rgw"}]': finished 2024-02-11T16:57:28.003 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:57:27 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T16:57:26.891487+0000 mon.smithi088 (mon.0) 666 : cluster [DBG] osdmap e51: 8 total, 8 up, 8 in 2024-02-11T16:57:28.196 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:57:27 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T16:57:26.891240+0000 mon.smithi088 (mon.0) 665 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi088.iywfvn' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.buckets.data","app": "rgw"}]': finished 2024-02-11T16:57:28.196 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:57:27 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T16:57:26.891487+0000 mon.smithi088 (mon.0) 666 : cluster [DBG] osdmap e51: 8 total, 8 up, 8 in 2024-02-11T16:57:28.588 INFO:teuthology.orchestra.run.smithi088.stdout:{ 2024-02-11T16:57:28.588 INFO:teuthology.orchestra.run.smithi088.stdout: "bind": "/foobucket", 2024-02-11T16:57:28.588 INFO:teuthology.orchestra.run.smithi088.stdout: "path": "foobucket", 2024-02-11T16:57:28.588 INFO:teuthology.orchestra.run.smithi088.stdout: "cluster": "foo", 2024-02-11T16:57:28.588 INFO:teuthology.orchestra.run.smithi088.stdout: "mode": "RW", 2024-02-11T16:57:28.588 INFO:teuthology.orchestra.run.smithi088.stdout: "squash": "none" 2024-02-11T16:57:28.588 INFO:teuthology.orchestra.run.smithi088.stdout:} 2024-02-11T16:57:29.008 INFO:teuthology.run_tasks:Running task cephadm.wait_for_service... 2024-02-11T16:57:29.020 INFO:tasks.cephadm:Waiting for ceph service nfs.foo to start (timeout 300)... 2024-02-11T16:57:29.020 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid eb5e91f4-c8fd-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T16:57:29.196 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:57:28 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T16:57:27.189428+0000 mgr.smithi088.srytvt (mgr.14180) 163 : cluster [DBG] pgmap v133: 225 pgs: 19 creating+peering, 26 unknown, 180 active+clean; 5.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.2 KiB/s rd, 255 B/s wr, 1 op/s 2024-02-11T16:57:29.196 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:57:28 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T16:57:27.902888+0000 mon.smithi088 (mon.0) 667 : cluster [DBG] osdmap e52: 8 total, 8 up, 8 in 2024-02-11T16:57:29.285 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:57:28 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T16:57:27.189428+0000 mgr.smithi088.srytvt (mgr.14180) 163 : cluster [DBG] pgmap v133: 225 pgs: 19 creating+peering, 26 unknown, 180 active+clean; 5.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.2 KiB/s rd, 255 B/s wr, 1 op/s 2024-02-11T16:57:29.285 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:57:28 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T16:57:27.902888+0000 mon.smithi088 (mon.0) 667 : cluster [DBG] osdmap e52: 8 total, 8 up, 8 in 2024-02-11T16:57:30.196 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:57:29 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T16:57:28.378787+0000 mgr.smithi088.srytvt (mgr.14180) 164 : audit [DBG] from='client.14614 -' entity='client.admin' cmd=[{"prefix": "nfs export create rgw", "bucket": "foobucket", "cluster_id": "foo", "pseudo_path": "/foobucket", "target": ["mon-mgr", ""]}]: dispatch 2024-02-11T16:57:30.285 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:57:29 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:57:28.378787+0000 mgr.smithi088.srytvt (mgr.14180) 164 : audit [DBG] from='client.14614 -' entity='client.admin' cmd=[{"prefix": "nfs export create rgw", "bucket": "foobucket", "cluster_id": "foo", "pseudo_path": "/foobucket", "target": ["mon-mgr", ""]}]: dispatch 2024-02-11T16:57:30.399 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-11T16:57:30.399 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:53:35.782365Z", "last_refresh": "2024-02-11T16:57:07.472509Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:53:31.954385Z", "last_refresh": "2024-02-11T16:57:06.366008Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:53:34.066531Z", "last_refresh": "2024-02-11T16:57:07.472632Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T16:57:01.424627Z 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.88/16"}, "status": {"created": "2024-02-11T16:57:01.421766Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:53:31.041620Z", "last_refresh": "2024-02-11T16:57:06.366161Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:32.209992Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:54:32.207503Z", "last_refresh": "2024-02-11T16:57:06.366231Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:01.420843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T16:57:01.417643Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:53:34.907593Z", "last_refresh": "2024-02-11T16:57:06.366294Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:57.873613Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:54:57.867647Z", "last_refresh": "2024-02-11T16:57:06.366354Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:53:32.998901Z", "last_refresh": "2024-02-11T16:57:07.472750Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-11T16:56:57.378029Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-11T16:57:01.184426Z", "last_refresh": "2024-02-11T16:57:06.366589Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-11T16:57:30.815 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-11T16:57:31.035 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:57:30 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T16:57:29.190007+0000 mgr.smithi088.srytvt (mgr.14180) 165 : cluster [DBG] pgmap v135: 225 pgs: 6 creating+peering, 14 unknown, 205 active+clean; 6.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 7.2 KiB/s rd, 945 B/s wr, 12 op/s 2024-02-11T16:57:31.196 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:57:30 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T16:57:29.190007+0000 mgr.smithi088.srytvt (mgr.14180) 165 : cluster [DBG] pgmap v135: 225 pgs: 6 creating+peering, 14 unknown, 205 active+clean; 6.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 7.2 KiB/s rd, 945 B/s wr, 12 op/s 2024-02-11T16:57:31.816 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid eb5e91f4-c8fd-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T16:57:32.167 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:57:31 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:57:30.394682+0000 mgr.smithi088.srytvt (mgr.14180) 166 : audit [DBG] from='client.14648 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T16:57:32.196 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:57:31 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T16:57:30.394682+0000 mgr.smithi088.srytvt (mgr.14180) 166 : audit [DBG] from='client.14648 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T16:57:33.165 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-11T16:57:33.165 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:53:35.782365Z", "last_refresh": "2024-02-11T16:57:07.472509Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:53:31.954385Z", "last_refresh": "2024-02-11T16:57:06.366008Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:53:34.066531Z", "last_refresh": "2024-02-11T16:57:07.472632Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T16:57:01.424627Z 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.88/16"}, "status": {"created": "2024-02-11T16:57:01.421766Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:53:31.041620Z", "last_refresh": "2024-02-11T16:57:06.366161Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:32.209992Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:54:32.207503Z", "last_refresh": "2024-02-11T16:57:06.366231Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:01.420843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T16:57:01.417643Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:53:34.907593Z", "last_refresh": "2024-02-11T16:57:06.366294Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:57.873613Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:54:57.867647Z", "last_refresh": "2024-02-11T16:57:06.366354Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:53:32.998901Z", "last_refresh": "2024-02-11T16:57:07.472750Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-11T16:56:57.378029Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-11T16:57:01.184426Z", "last_refresh": "2024-02-11T16:57:06.366589Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-11T16:57:33.196 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:57:32 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T16:57:31.190843+0000 mgr.smithi088.srytvt (mgr.14180) 167 : cluster [DBG] pgmap v136: 225 pgs: 6 creating+peering, 219 active+clean; 7.1 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 12 KiB/s rd, 1.3 KiB/s wr, 21 op/s 2024-02-11T16:57:33.196 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:57:32 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T16:57:31.190843+0000 mgr.smithi088.srytvt (mgr.14180) 167 : cluster [DBG] pgmap v136: 225 pgs: 6 creating+peering, 219 active+clean; 7.1 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 12 KiB/s rd, 1.3 KiB/s wr, 21 op/s 2024-02-11T16:57:33.539 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-11T16:57:34.540 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid eb5e91f4-c8fd-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T16:57:35.192 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:57:34 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:57:33.160970+0000 mgr.smithi088.srytvt (mgr.14180) 168 : audit [DBG] from='client.14652 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T16:57:35.192 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:57:34 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T16:57:33.191509+0000 mgr.smithi088.srytvt (mgr.14180) 169 : cluster [DBG] pgmap v137: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 19 KiB/s rd, 1.4 KiB/s wr, 29 op/s 2024-02-11T16:57:35.196 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:57:34 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T16:57:33.160970+0000 mgr.smithi088.srytvt (mgr.14180) 168 : audit [DBG] from='client.14652 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T16:57:35.196 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:57:34 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T16:57:33.191509+0000 mgr.smithi088.srytvt (mgr.14180) 169 : cluster [DBG] pgmap v137: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 19 KiB/s rd, 1.4 KiB/s wr, 29 op/s 2024-02-11T16:57:35.906 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-11T16:57:35.906 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:53:35.782365Z", "last_refresh": "2024-02-11T16:57:07.472509Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:53:31.954385Z", "last_refresh": "2024-02-11T16:57:06.366008Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:53:34.066531Z", "last_refresh": "2024-02-11T16:57:07.472632Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T16:57:01.424627Z 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.88/16"}, "status": {"created": "2024-02-11T16:57:01.421766Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:53:31.041620Z", "last_refresh": "2024-02-11T16:57:06.366161Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:32.209992Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:54:32.207503Z", "last_refresh": "2024-02-11T16:57:06.366231Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:01.420843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T16:57:01.417643Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:53:34.907593Z", "last_refresh": "2024-02-11T16:57:06.366294Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:57.873613Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:54:57.867647Z", "last_refresh": "2024-02-11T16:57:06.366354Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:53:32.998901Z", "last_refresh": "2024-02-11T16:57:07.472750Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-11T16:56:57.378029Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-11T16:57:01.184426Z", "last_refresh": "2024-02-11T16:57:06.366589Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-11T16:57:36.297 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-11T16:57:37.196 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:57:36 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T16:57:35.192275+0000 mgr.smithi088.srytvt (mgr.14180) 170 : cluster [DBG] pgmap v138: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 16 KiB/s rd, 1.1 KiB/s wr, 25 op/s 2024-02-11T16:57:37.196 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:57:36 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T16:57:35.902418+0000 mgr.smithi088.srytvt (mgr.14180) 171 : audit [DBG] from='client.14656 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T16:57:37.196 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:57:36 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T16:57:36.524877+0000 mon.smithi088 (mon.0) 668 : audit [INF] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' 2024-02-11T16:57:37.285 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:57:36 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T16:57:35.192275+0000 mgr.smithi088.srytvt (mgr.14180) 170 : cluster [DBG] pgmap v138: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 16 KiB/s rd, 1.1 KiB/s wr, 25 op/s 2024-02-11T16:57:37.285 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:57:36 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:57:35.902418+0000 mgr.smithi088.srytvt (mgr.14180) 171 : audit [DBG] from='client.14656 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T16:57:37.285 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:57:36 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:57:36.524877+0000 mon.smithi088 (mon.0) 668 : audit [INF] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' 2024-02-11T16:57:37.298 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid eb5e91f4-c8fd-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T16:57:38.617 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-11T16:57:38.618 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:53:35.782365Z", "last_refresh": "2024-02-11T16:57:07.472509Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:53:31.954385Z", "last_refresh": "2024-02-11T16:57:06.366008Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:53:34.066531Z", "last_refresh": "2024-02-11T16:57:07.472632Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T16:57:01.424627Z 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.88/16"}, "status": {"created": "2024-02-11T16:57:01.421766Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:53:31.041620Z", "last_refresh": "2024-02-11T16:57:06.366161Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:32.209992Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:54:32.207503Z", "last_refresh": "2024-02-11T16:57:06.366231Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:01.420843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T16:57:01.417643Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:53:34.907593Z", "last_refresh": "2024-02-11T16:57:06.366294Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:57.873613Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:54:57.867647Z", "last_refresh": "2024-02-11T16:57:06.366354Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:53:32.998901Z", "last_refresh": "2024-02-11T16:57:07.472750Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-11T16:56:57.378029Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-11T16:57:01.184426Z", "last_refresh": "2024-02-11T16:57:06.366589Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-11T16:57:38.996 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-11T16:57:39.196 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:57:38 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T16:57:37.192767+0000 mgr.smithi088.srytvt (mgr.14180) 172 : cluster [DBG] pgmap v139: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 13 KiB/s rd, 921 B/s wr, 21 op/s 2024-02-11T16:57:39.285 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:57:38 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T16:57:37.192767+0000 mgr.smithi088.srytvt (mgr.14180) 172 : cluster [DBG] pgmap v139: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 13 KiB/s rd, 921 B/s wr, 21 op/s 2024-02-11T16:57:39.998 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid eb5e91f4-c8fd-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T16:57:40.196 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:57:39 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T16:57:38.613129+0000 mgr.smithi088.srytvt (mgr.14180) 173 : audit [DBG] from='client.14660 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T16:57:40.285 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:57:39 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:57:38.613129+0000 mgr.smithi088.srytvt (mgr.14180) 173 : audit [DBG] from='client.14660 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T16:57:41.196 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:57:40 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T16:57:39.193412+0000 mgr.smithi088.srytvt (mgr.14180) 174 : cluster [DBG] pgmap v140: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 12 KiB/s rd, 634 B/s wr, 17 op/s 2024-02-11T16:57:41.285 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:57:40 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T16:57:39.193412+0000 mgr.smithi088.srytvt (mgr.14180) 174 : cluster [DBG] pgmap v140: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 12 KiB/s rd, 634 B/s wr, 17 op/s 2024-02-11T16:57:41.296 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-11T16:57:41.296 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:53:35.782365Z", "last_refresh": "2024-02-11T16:57:07.472509Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:53:31.954385Z", "last_refresh": "2024-02-11T16:57:06.366008Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:53:34.066531Z", "last_refresh": "2024-02-11T16:57:07.472632Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T16:57:01.424627Z 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.88/16"}, "status": {"created": "2024-02-11T16:57:01.421766Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:53:31.041620Z", "last_refresh": "2024-02-11T16:57:06.366161Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:32.209992Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:54:32.207503Z", "last_refresh": "2024-02-11T16:57:06.366231Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:01.420843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T16:57:01.417643Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:53:34.907593Z", "last_refresh": "2024-02-11T16:57:06.366294Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:57.873613Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:54:57.867647Z", "last_refresh": "2024-02-11T16:57:06.366354Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:53:32.998901Z", "last_refresh": "2024-02-11T16:57:07.472750Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-11T16:56:57.378029Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-11T16:57:01.184426Z", "last_refresh": "2024-02-11T16:57:06.366589Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-11T16:57:41.649 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-11T16:57:42.650 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid eb5e91f4-c8fd-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T16:57:43.196 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:57:42 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T16:57:41.194059+0000 mgr.smithi088.srytvt (mgr.14180) 175 : cluster [DBG] pgmap v141: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 9.2 KiB/s rd, 511 B/s wr, 13 op/s 2024-02-11T16:57:43.196 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:57:42 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T16:57:41.291863+0000 mgr.smithi088.srytvt (mgr.14180) 176 : audit [DBG] from='client.14664 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T16:57:43.285 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:57:42 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T16:57:41.194059+0000 mgr.smithi088.srytvt (mgr.14180) 175 : cluster [DBG] pgmap v141: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 9.2 KiB/s rd, 511 B/s wr, 13 op/s 2024-02-11T16:57:43.285 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:57:42 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:57:41.291863+0000 mgr.smithi088.srytvt (mgr.14180) 176 : audit [DBG] from='client.14664 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T16:57:43.986 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-11T16:57:43.986 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:53:35.782365Z", "last_refresh": "2024-02-11T16:57:07.472509Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:53:31.954385Z", "last_refresh": "2024-02-11T16:57:06.366008Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:53:34.066531Z", "last_refresh": "2024-02-11T16:57:07.472632Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T16:57:01.424627Z 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.88/16"}, "status": {"created": "2024-02-11T16:57:01.421766Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:53:31.041620Z", "last_refresh": "2024-02-11T16:57:06.366161Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:32.209992Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:54:32.207503Z", "last_refresh": "2024-02-11T16:57:06.366231Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:01.420843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T16:57:01.417643Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:53:34.907593Z", "last_refresh": "2024-02-11T16:57:06.366294Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:57.873613Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:54:57.867647Z", "last_refresh": "2024-02-11T16:57:06.366354Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:53:32.998901Z", "last_refresh": "2024-02-11T16:57:07.472750Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-11T16:56:57.378029Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-11T16:57:01.184426Z", "last_refresh": "2024-02-11T16:57:06.366589Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-11T16:57:44.345 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-11T16:57:45.196 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:57:44 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T16:57:43.194674+0000 mgr.smithi088.srytvt (mgr.14180) 177 : cluster [DBG] pgmap v142: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 5.5 KiB/s rd, 341 B/s wr, 7 op/s 2024-02-11T16:57:45.285 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:57:44 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T16:57:43.194674+0000 mgr.smithi088.srytvt (mgr.14180) 177 : cluster [DBG] pgmap v142: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 5.5 KiB/s rd, 341 B/s wr, 7 op/s 2024-02-11T16:57:45.346 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid eb5e91f4-c8fd-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T16:57:46.285 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:57:45 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:57:43.981980+0000 mgr.smithi088.srytvt (mgr.14180) 178 : audit [DBG] from='client.14668 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T16:57:46.446 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:57:45 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T16:57:43.981980+0000 mgr.smithi088.srytvt (mgr.14180) 178 : audit [DBG] from='client.14668 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T16:57:46.722 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-11T16:57:46.722 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:53:35.782365Z", "last_refresh": "2024-02-11T16:57:07.472509Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:53:31.954385Z", "last_refresh": "2024-02-11T16:57:06.366008Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:53:34.066531Z", "last_refresh": "2024-02-11T16:57:07.472632Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T16:57:01.424627Z 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.88/16"}, "status": {"created": "2024-02-11T16:57:01.421766Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:53:31.041620Z", "last_refresh": "2024-02-11T16:57:06.366161Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:32.209992Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:54:32.207503Z", "last_refresh": "2024-02-11T16:57:06.366231Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:01.420843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T16:57:01.417643Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:53:34.907593Z", "last_refresh": "2024-02-11T16:57:06.366294Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:57.873613Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:54:57.867647Z", "last_refresh": "2024-02-11T16:57:06.366354Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:53:32.998901Z", "last_refresh": "2024-02-11T16:57:07.472750Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-11T16:56:57.378029Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-11T16:57:01.184426Z", "last_refresh": "2024-02-11T16:57:06.366589Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-11T16:57:47.018 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:57:46 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T16:57:45.195541+0000 mgr.smithi088.srytvt (mgr.14180) 179 : cluster [DBG] pgmap v143: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-11T16:57:47.018 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:57:46 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:57:46.718020+0000 mgr.smithi088.srytvt (mgr.14180) 180 : audit [DBG] from='client.14672 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T16:57:47.094 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-11T16:57:47.446 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:57:46 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T16:57:45.195541+0000 mgr.smithi088.srytvt (mgr.14180) 179 : cluster [DBG] pgmap v143: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-11T16:57:47.446 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:57:46 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T16:57:46.718020+0000 mgr.smithi088.srytvt (mgr.14180) 180 : audit [DBG] from='client.14672 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T16:57:48.095 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid eb5e91f4-c8fd-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T16:57:48.285 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:57:47 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T16:57:47.196124+0000 mgr.smithi088.srytvt (mgr.14180) 181 : cluster [DBG] pgmap v144: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-11T16:57:48.446 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:57:47 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T16:57:47.196124+0000 mgr.smithi088.srytvt (mgr.14180) 181 : cluster [DBG] pgmap v144: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-11T16:57:49.409 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-11T16:57:49.409 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:53:35.782365Z", "last_refresh": "2024-02-11T16:57:07.472509Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:53:31.954385Z", "last_refresh": "2024-02-11T16:57:06.366008Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:53:34.066531Z", "last_refresh": "2024-02-11T16:57:07.472632Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T16:57:01.424627Z 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.88/16"}, "status": {"created": "2024-02-11T16:57:01.421766Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:53:31.041620Z", "last_refresh": "2024-02-11T16:57:06.366161Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:32.209992Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:54:32.207503Z", "last_refresh": "2024-02-11T16:57:06.366231Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:01.420843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T16:57:01.417643Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:53:34.907593Z", "last_refresh": "2024-02-11T16:57:06.366294Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:57.873613Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:54:57.867647Z", "last_refresh": "2024-02-11T16:57:06.366354Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:53:32.998901Z", "last_refresh": "2024-02-11T16:57:07.472750Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-11T16:56:57.378029Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-11T16:57:01.184426Z", "last_refresh": "2024-02-11T16:57:06.366589Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-11T16:57:49.795 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-11T16:57:50.536 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:57:50 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T16:57:49.196687+0000 mgr.smithi088.srytvt (mgr.14180) 182 : cluster [DBG] pgmap v145: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-11T16:57:50.536 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:57:50 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:57:49.404068+0000 mgr.smithi088.srytvt (mgr.14180) 183 : audit [DBG] from='client.14676 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T16:57:50.696 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:57:50 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T16:57:49.196687+0000 mgr.smithi088.srytvt (mgr.14180) 182 : cluster [DBG] pgmap v145: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-11T16:57:50.696 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:57:50 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T16:57:49.404068+0000 mgr.smithi088.srytvt (mgr.14180) 183 : audit [DBG] from='client.14676 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T16:57:50.796 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid eb5e91f4-c8fd-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T16:57:52.204 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-11T16:57:52.205 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:53:35.782365Z", "last_refresh": "2024-02-11T16:57:07.472509Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:53:31.954385Z", "last_refresh": "2024-02-11T16:57:06.366008Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:53:34.066531Z", "last_refresh": "2024-02-11T16:57:07.472632Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T16:57:01.424627Z 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.88/16"}, "status": {"created": "2024-02-11T16:57:01.421766Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:53:31.041620Z", "last_refresh": "2024-02-11T16:57:06.366161Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:32.209992Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:54:32.207503Z", "last_refresh": "2024-02-11T16:57:06.366231Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:01.420843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T16:57:01.417643Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:53:34.907593Z", "last_refresh": "2024-02-11T16:57:06.366294Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:57.873613Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:54:57.867647Z", "last_refresh": "2024-02-11T16:57:06.366354Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:53:32.998901Z", "last_refresh": "2024-02-11T16:57:07.472750Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-11T16:56:57.378029Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-11T16:57:01.184426Z", "last_refresh": "2024-02-11T16:57:06.366589Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-11T16:57:52.508 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:57:52 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T16:57:51.197382+0000 mgr.smithi088.srytvt (mgr.14180) 184 : cluster [DBG] pgmap v146: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 170 B/s wr, 0 op/s 2024-02-11T16:57:52.577 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-11T16:57:52.696 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:57:52 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T16:57:51.197382+0000 mgr.smithi088.srytvt (mgr.14180) 184 : cluster [DBG] pgmap v146: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 170 B/s wr, 0 op/s 2024-02-11T16:57:53.535 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:57:53 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:57:52.200212+0000 mgr.smithi088.srytvt (mgr.14180) 185 : audit [DBG] from='client.14680 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T16:57:53.579 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid eb5e91f4-c8fd-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T16:57:53.696 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:57:53 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T16:57:52.200212+0000 mgr.smithi088.srytvt (mgr.14180) 185 : audit [DBG] from='client.14680 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T16:57:54.535 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:57:54 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T16:57:53.197983+0000 mgr.smithi088.srytvt (mgr.14180) 186 : cluster [DBG] pgmap v147: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-11T16:57:54.696 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:57:54 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T16:57:53.197983+0000 mgr.smithi088.srytvt (mgr.14180) 186 : cluster [DBG] pgmap v147: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-11T16:57:54.968 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-11T16:57:54.969 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:53:35.782365Z", "last_refresh": "2024-02-11T16:57:07.472509Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:53:31.954385Z", "last_refresh": "2024-02-11T16:57:06.366008Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:53:34.066531Z", "last_refresh": "2024-02-11T16:57:07.472632Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T16:57:01.424627Z 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.88/16"}, "status": {"created": "2024-02-11T16:57:01.421766Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:53:31.041620Z", "last_refresh": "2024-02-11T16:57:06.366161Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:32.209992Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:54:32.207503Z", "last_refresh": "2024-02-11T16:57:06.366231Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:01.420843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T16:57:01.417643Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:53:34.907593Z", "last_refresh": "2024-02-11T16:57:06.366294Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:57.873613Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:54:57.867647Z", "last_refresh": "2024-02-11T16:57:06.366354Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:53:32.998901Z", "last_refresh": "2024-02-11T16:57:07.472750Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-11T16:56:57.378029Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-11T16:57:01.184426Z", "last_refresh": "2024-02-11T16:57:06.366589Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-11T16:57:55.352 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-11T16:57:56.354 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid eb5e91f4-c8fd-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T16:57:56.535 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:57:56 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:57:54.964887+0000 mgr.smithi088.srytvt (mgr.14180) 187 : audit [DBG] from='client.14684 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T16:57:56.535 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:57:56 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T16:57:55.198661+0000 mgr.smithi088.srytvt (mgr.14180) 188 : cluster [DBG] pgmap v148: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T16:57:56.696 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:57:56 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T16:57:54.964887+0000 mgr.smithi088.srytvt (mgr.14180) 187 : audit [DBG] from='client.14684 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T16:57:56.696 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:57:56 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T16:57:55.198661+0000 mgr.smithi088.srytvt (mgr.14180) 188 : cluster [DBG] pgmap v148: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T16:57:57.744 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-11T16:57:57.744 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:53:35.782365Z", "last_refresh": "2024-02-11T16:57:07.472509Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:53:31.954385Z", "last_refresh": "2024-02-11T16:57:06.366008Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:53:34.066531Z", "last_refresh": "2024-02-11T16:57:07.472632Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T16:57:01.424627Z 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.88/16"}, "status": {"created": "2024-02-11T16:57:01.421766Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:53:31.041620Z", "last_refresh": "2024-02-11T16:57:06.366161Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:32.209992Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:54:32.207503Z", "last_refresh": "2024-02-11T16:57:06.366231Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:01.420843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T16:57:01.417643Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:53:34.907593Z", "last_refresh": "2024-02-11T16:57:06.366294Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:57.873613Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:54:57.867647Z", "last_refresh": "2024-02-11T16:57:06.366354Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:53:32.998901Z", "last_refresh": "2024-02-11T16:57:07.472750Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-11T16:56:57.378029Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-11T16:57:01.184426Z", "last_refresh": "2024-02-11T16:57:06.366589Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-11T16:57:58.125 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-11T16:57:58.535 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:57:58 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T16:57:57.199319+0000 mgr.smithi088.srytvt (mgr.14180) 189 : cluster [DBG] pgmap v149: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T16:57:58.535 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:57:58 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:57:57.740485+0000 mgr.smithi088.srytvt (mgr.14180) 190 : audit [DBG] from='client.14688 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T16:57:58.696 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:57:58 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T16:57:57.199319+0000 mgr.smithi088.srytvt (mgr.14180) 189 : cluster [DBG] pgmap v149: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T16:57:58.696 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:57:58 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T16:57:57.740485+0000 mgr.smithi088.srytvt (mgr.14180) 190 : audit [DBG] from='client.14688 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T16:57:59.126 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid eb5e91f4-c8fd-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T16:58:00.497 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-11T16:58:00.498 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:53:35.782365Z", "last_refresh": "2024-02-11T16:57:07.472509Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:53:31.954385Z", "last_refresh": "2024-02-11T16:57:06.366008Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:53:34.066531Z", "last_refresh": "2024-02-11T16:57:07.472632Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T16:57:01.424627Z 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.88/16"}, "status": {"created": "2024-02-11T16:57:01.421766Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:53:31.041620Z", "last_refresh": "2024-02-11T16:57:06.366161Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:32.209992Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:54:32.207503Z", "last_refresh": "2024-02-11T16:57:06.366231Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:01.420843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T16:57:01.417643Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:53:34.907593Z", "last_refresh": "2024-02-11T16:57:06.366294Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:57.873613Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:54:57.867647Z", "last_refresh": "2024-02-11T16:57:06.366354Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:53:32.998901Z", "last_refresh": "2024-02-11T16:57:07.472750Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-11T16:56:57.378029Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-11T16:57:01.184426Z", "last_refresh": "2024-02-11T16:57:06.366589Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-11T16:58:00.525 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:58:00 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T16:57:59.199942+0000 mgr.smithi088.srytvt (mgr.14180) 191 : cluster [DBG] pgmap v150: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T16:58:00.696 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:58:00 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T16:57:59.199942+0000 mgr.smithi088.srytvt (mgr.14180) 191 : cluster [DBG] pgmap v150: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T16:58:00.828 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-11T16:58:01.535 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:58:01 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:58:00.493142+0000 mgr.smithi088.srytvt (mgr.14180) 192 : audit [DBG] from='client.14692 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T16:58:01.696 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:58:01 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T16:58:00.493142+0000 mgr.smithi088.srytvt (mgr.14180) 192 : audit [DBG] from='client.14692 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T16:58:01.829 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid eb5e91f4-c8fd-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T16:58:02.535 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:58:02 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T16:58:01.200553+0000 mgr.smithi088.srytvt (mgr.14180) 193 : cluster [DBG] pgmap v151: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T16:58:02.696 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:58:02 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T16:58:01.200553+0000 mgr.smithi088.srytvt (mgr.14180) 193 : cluster [DBG] pgmap v151: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T16:58:03.206 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-11T16:58:03.206 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:53:35.782365Z", "last_refresh": "2024-02-11T16:57:07.472509Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:53:31.954385Z", "last_refresh": "2024-02-11T16:57:06.366008Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:53:34.066531Z", "last_refresh": "2024-02-11T16:57:07.472632Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T16:57:01.424627Z 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.88/16"}, "status": {"created": "2024-02-11T16:57:01.421766Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:53:31.041620Z", "last_refresh": "2024-02-11T16:57:06.366161Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:32.209992Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:54:32.207503Z", "last_refresh": "2024-02-11T16:57:06.366231Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:01.420843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T16:57:01.417643Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:53:34.907593Z", "last_refresh": "2024-02-11T16:57:06.366294Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:57.873613Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:54:57.867647Z", "last_refresh": "2024-02-11T16:57:06.366354Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:53:32.998901Z", "last_refresh": "2024-02-11T16:57:07.472750Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-11T16:56:57.378029Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-11T16:57:01.184426Z", "last_refresh": "2024-02-11T16:57:06.366589Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-11T16:58:03.582 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-11T16:58:04.535 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:58:04 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T16:58:03.201191+0000 mgr.smithi088.srytvt (mgr.14180) 194 : cluster [DBG] pgmap v152: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T16:58:04.560 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:58:04 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:58:03.201843+0000 mgr.smithi088.srytvt (mgr.14180) 195 : audit [DBG] from='client.14696 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T16:58:04.583 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid eb5e91f4-c8fd-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T16:58:04.696 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:58:04 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T16:58:03.201191+0000 mgr.smithi088.srytvt (mgr.14180) 194 : cluster [DBG] pgmap v152: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T16:58:04.696 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:58:04 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T16:58:03.201843+0000 mgr.smithi088.srytvt (mgr.14180) 195 : audit [DBG] from='client.14696 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T16:58:06.029 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-11T16:58:06.029 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:53:35.782365Z", "last_refresh": "2024-02-11T16:57:07.472509Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:53:31.954385Z", "last_refresh": "2024-02-11T16:57:06.366008Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:53:34.066531Z", "last_refresh": "2024-02-11T16:57:07.472632Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T16:57:01.424627Z 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.88/16"}, "status": {"created": "2024-02-11T16:57:01.421766Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:53:31.041620Z", "last_refresh": "2024-02-11T16:57:06.366161Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:32.209992Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:54:32.207503Z", "last_refresh": "2024-02-11T16:57:06.366231Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:01.420843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T16:57:01.417643Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:53:34.907593Z", "last_refresh": "2024-02-11T16:57:06.366294Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:57.873613Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:54:57.867647Z", "last_refresh": "2024-02-11T16:57:06.366354Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:53:32.998901Z", "last_refresh": "2024-02-11T16:57:07.472750Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-11T16:56:57.378029Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-11T16:57:01.184426Z", "last_refresh": "2024-02-11T16:57:06.366589Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-11T16:58:06.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:58:06 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T16:58:05.202153+0000 mgr.smithi088.srytvt (mgr.14180) 196 : cluster [DBG] pgmap v153: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T16:58:06.407 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-11T16:58:06.696 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:58:06 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T16:58:05.202153+0000 mgr.smithi088.srytvt (mgr.14180) 196 : cluster [DBG] pgmap v153: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T16:58:07.407 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid eb5e91f4-c8fd-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T16:58:07.696 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:58:07 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T16:58:06.025190+0000 mgr.smithi088.srytvt (mgr.14180) 197 : audit [DBG] from='client.14700 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T16:58:07.767 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:58:07 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:58:06.025190+0000 mgr.smithi088.srytvt (mgr.14180) 197 : audit [DBG] from='client.14700 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T16:58:08.453 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:58:08 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T16:58:07.203036+0000 mgr.smithi088.srytvt (mgr.14180) 198 : cluster [DBG] pgmap v154: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T16:58:08.696 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:58:08 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T16:58:07.203036+0000 mgr.smithi088.srytvt (mgr.14180) 198 : cluster [DBG] pgmap v154: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T16:58:08.827 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-11T16:58:08.827 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:53:35.782365Z", "last_refresh": "2024-02-11T16:57:07.472509Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:53:31.954385Z", "last_refresh": "2024-02-11T16:57:06.366008Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:53:34.066531Z", "last_refresh": "2024-02-11T16:57:07.472632Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T16:57:01.424627Z 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.88/16"}, "status": {"created": "2024-02-11T16:57:01.421766Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:53:31.041620Z", "last_refresh": "2024-02-11T16:57:06.366161Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:32.209992Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:54:32.207503Z", "last_refresh": "2024-02-11T16:57:06.366231Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:01.420843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T16:57:01.417643Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:53:34.907593Z", "last_refresh": "2024-02-11T16:57:06.366294Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:57.873613Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:54:57.867647Z", "last_refresh": "2024-02-11T16:57:06.366354Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:53:32.998901Z", "last_refresh": "2024-02-11T16:57:07.472750Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-11T16:56:57.378029Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-11T16:57:01.184426Z", "last_refresh": "2024-02-11T16:57:06.366589Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-11T16:58:09.224 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-11T16:58:09.535 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:58:09 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:58:08.823062+0000 mgr.smithi088.srytvt (mgr.14180) 199 : audit [DBG] from='client.14704 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T16:58:09.696 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:58:09 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T16:58:08.823062+0000 mgr.smithi088.srytvt (mgr.14180) 199 : audit [DBG] from='client.14704 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T16:58:10.224 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid eb5e91f4-c8fd-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T16:58:10.535 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:58:10 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T16:58:09.203714+0000 mgr.smithi088.srytvt (mgr.14180) 200 : cluster [DBG] pgmap v155: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T16:58:10.696 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:58:10 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T16:58:09.203714+0000 mgr.smithi088.srytvt (mgr.14180) 200 : cluster [DBG] pgmap v155: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T16:58:11.693 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-11T16:58:11.693 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:53:35.782365Z", "last_refresh": "2024-02-11T16:57:07.472509Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:53:31.954385Z", "last_refresh": "2024-02-11T16:57:06.366008Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:53:34.066531Z", "last_refresh": "2024-02-11T16:57:07.472632Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T16:57:01.424627Z 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.88/16"}, "status": {"created": "2024-02-11T16:57:01.421766Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:53:31.041620Z", "last_refresh": "2024-02-11T16:57:06.366161Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:32.209992Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:54:32.207503Z", "last_refresh": "2024-02-11T16:57:06.366231Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:01.420843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T16:57:01.417643Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:53:34.907593Z", "last_refresh": "2024-02-11T16:57:06.366294Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:57.873613Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:54:57.867647Z", "last_refresh": "2024-02-11T16:57:06.366354Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:53:32.998901Z", "last_refresh": "2024-02-11T16:57:07.472750Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-11T16:56:57.378029Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-11T16:57:01.184426Z", "last_refresh": "2024-02-11T16:57:06.366589Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-11T16:58:12.064 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-11T16:58:12.696 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:58:12 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T16:58:11.204527+0000 mgr.smithi088.srytvt (mgr.14180) 201 : cluster [DBG] pgmap v156: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T16:58:12.696 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:58:12 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T16:58:11.688805+0000 mgr.smithi088.srytvt (mgr.14180) 202 : audit [DBG] from='client.14708 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T16:58:12.785 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:58:12 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T16:58:11.204527+0000 mgr.smithi088.srytvt (mgr.14180) 201 : cluster [DBG] pgmap v156: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T16:58:12.785 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:58:12 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:58:11.688805+0000 mgr.smithi088.srytvt (mgr.14180) 202 : audit [DBG] from='client.14708 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T16:58:13.065 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid eb5e91f4-c8fd-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T16:58:14.398 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-11T16:58:14.398 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:53:35.782365Z", "last_refresh": "2024-02-11T16:57:07.472509Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:53:31.954385Z", "last_refresh": "2024-02-11T16:57:06.366008Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:53:34.066531Z", "last_refresh": "2024-02-11T16:57:07.472632Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T16:57:01.424627Z 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.88/16"}, "status": {"created": "2024-02-11T16:57:01.421766Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:53:31.041620Z", "last_refresh": "2024-02-11T16:57:06.366161Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:32.209992Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:54:32.207503Z", "last_refresh": "2024-02-11T16:57:06.366231Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:01.420843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T16:57:01.417643Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:53:34.907593Z", "last_refresh": "2024-02-11T16:57:06.366294Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:57.873613Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:54:57.867647Z", "last_refresh": "2024-02-11T16:57:06.366354Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:53:32.998901Z", "last_refresh": "2024-02-11T16:57:07.472750Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-11T16:56:57.378029Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-11T16:57:01.184426Z", "last_refresh": "2024-02-11T16:57:06.366589Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-11T16:58:14.594 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:58:14 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T16:58:13.205221+0000 mgr.smithi088.srytvt (mgr.14180) 203 : cluster [DBG] pgmap v157: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T16:58:14.696 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:58:14 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T16:58:13.205221+0000 mgr.smithi088.srytvt (mgr.14180) 203 : cluster [DBG] pgmap v157: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T16:58:14.781 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-11T16:58:15.696 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:58:15 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T16:58:14.394058+0000 mgr.smithi088.srytvt (mgr.14180) 204 : audit [DBG] from='client.14712 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T16:58:15.781 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid eb5e91f4-c8fd-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T16:58:15.785 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:58:15 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:58:14.394058+0000 mgr.smithi088.srytvt (mgr.14180) 204 : audit [DBG] from='client.14712 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T16:58:16.408 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:58:16 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T16:58:15.205903+0000 mgr.smithi088.srytvt (mgr.14180) 205 : cluster [DBG] pgmap v158: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T16:58:16.696 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:58:16 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T16:58:15.205903+0000 mgr.smithi088.srytvt (mgr.14180) 205 : cluster [DBG] pgmap v158: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T16:58:17.104 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-11T16:58:17.104 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:53:35.782365Z", "last_refresh": "2024-02-11T16:57:07.472509Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:53:31.954385Z", "last_refresh": "2024-02-11T16:57:06.366008Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:53:34.066531Z", "last_refresh": "2024-02-11T16:57:07.472632Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T16:57:01.424627Z 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.88/16"}, "status": {"created": "2024-02-11T16:57:01.421766Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:53:31.041620Z", "last_refresh": "2024-02-11T16:57:06.366161Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:32.209992Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:54:32.207503Z", "last_refresh": "2024-02-11T16:57:06.366231Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:01.420843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T16:57:01.417643Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:53:34.907593Z", "last_refresh": "2024-02-11T16:57:06.366294Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:57.873613Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:54:57.867647Z", "last_refresh": "2024-02-11T16:57:06.366354Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:53:32.998901Z", "last_refresh": "2024-02-11T16:57:07.472750Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-11T16:56:57.378029Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-11T16:57:01.184426Z", "last_refresh": "2024-02-11T16:57:06.366589Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-11T16:58:17.463 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-11T16:58:18.463 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid eb5e91f4-c8fd-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T16:58:18.696 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:58:18 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T16:58:17.099874+0000 mgr.smithi088.srytvt (mgr.14180) 206 : audit [DBG] from='client.14716 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T16:58:18.696 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:58:18 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T16:58:17.206406+0000 mgr.smithi088.srytvt (mgr.14180) 207 : cluster [DBG] pgmap v159: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T16:58:18.785 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:58:18 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:58:17.099874+0000 mgr.smithi088.srytvt (mgr.14180) 206 : audit [DBG] from='client.14716 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T16:58:18.785 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:58:18 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T16:58:17.206406+0000 mgr.smithi088.srytvt (mgr.14180) 207 : cluster [DBG] pgmap v159: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T16:58:19.806 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-11T16:58:19.806 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:53:35.782365Z", "last_refresh": "2024-02-11T16:57:07.472509Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:53:31.954385Z", "last_refresh": "2024-02-11T16:57:06.366008Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:53:34.066531Z", "last_refresh": "2024-02-11T16:57:07.472632Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T16:57:01.424627Z 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.88/16"}, "status": {"created": "2024-02-11T16:57:01.421766Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:53:31.041620Z", "last_refresh": "2024-02-11T16:57:06.366161Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:32.209992Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:54:32.207503Z", "last_refresh": "2024-02-11T16:57:06.366231Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:01.420843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T16:57:01.417643Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:53:34.907593Z", "last_refresh": "2024-02-11T16:57:06.366294Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:57.873613Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:54:57.867647Z", "last_refresh": "2024-02-11T16:57:06.366354Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:53:32.998901Z", "last_refresh": "2024-02-11T16:57:07.472750Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-11T16:56:57.378029Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-11T16:57:01.184426Z", "last_refresh": "2024-02-11T16:57:06.366589Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-11T16:58:20.203 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-11T16:58:20.535 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:58:20 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T16:58:19.207071+0000 mgr.smithi088.srytvt (mgr.14180) 208 : cluster [DBG] pgmap v160: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T16:58:20.535 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:58:20 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:58:19.801419+0000 mgr.smithi088.srytvt (mgr.14180) 209 : audit [DBG] from='client.14720 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T16:58:20.696 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:58:20 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T16:58:19.207071+0000 mgr.smithi088.srytvt (mgr.14180) 208 : cluster [DBG] pgmap v160: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T16:58:20.696 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:58:20 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T16:58:19.801419+0000 mgr.smithi088.srytvt (mgr.14180) 209 : audit [DBG] from='client.14720 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T16:58:21.204 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid eb5e91f4-c8fd-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T16:58:22.535 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:58:22 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T16:58:21.207753+0000 mgr.smithi088.srytvt (mgr.14180) 210 : cluster [DBG] pgmap v161: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T16:58:22.535 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:58:22 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:58:21.858184+0000 mon.smithi088 (mon.0) 669 : audit [INF] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "8.10", "id": [5, 3]}]: dispatch 2024-02-11T16:58:22.606 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-11T16:58:22.606 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:53:35.782365Z", "last_refresh": "2024-02-11T16:57:07.472509Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:53:31.954385Z", "last_refresh": "2024-02-11T16:57:06.366008Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:53:34.066531Z", "last_refresh": "2024-02-11T16:57:07.472632Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T16:57:01.424627Z 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.88/16"}, "status": {"created": "2024-02-11T16:57:01.421766Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:53:31.041620Z", "last_refresh": "2024-02-11T16:57:06.366161Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:32.209992Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:54:32.207503Z", "last_refresh": "2024-02-11T16:57:06.366231Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:01.420843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T16:57:01.417643Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:53:34.907593Z", "last_refresh": "2024-02-11T16:57:06.366294Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:57.873613Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:54:57.867647Z", "last_refresh": "2024-02-11T16:57:06.366354Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:53:32.998901Z", "last_refresh": "2024-02-11T16:57:07.472750Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-11T16:56:57.378029Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-11T16:57:01.184426Z", "last_refresh": "2024-02-11T16:57:06.366589Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-11T16:58:22.696 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:58:22 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T16:58:21.207753+0000 mgr.smithi088.srytvt (mgr.14180) 210 : cluster [DBG] pgmap v161: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T16:58:22.696 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:58:22 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T16:58:21.858184+0000 mon.smithi088 (mon.0) 669 : audit [INF] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "8.10", "id": [5, 3]}]: dispatch 2024-02-11T16:58:22.970 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-11T16:58:23.696 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:58:23 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T16:58:22.325920+0000 mon.smithi088 (mon.0) 670 : audit [INF] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "8.10", "id": [5, 3]}]': finished 2024-02-11T16:58:23.696 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:58:23 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T16:58:22.325986+0000 mon.smithi088 (mon.0) 671 : cluster [DBG] osdmap e53: 8 total, 8 up, 8 in 2024-02-11T16:58:23.696 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:58:23 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T16:58:22.601576+0000 mgr.smithi088.srytvt (mgr.14180) 211 : audit [DBG] from='client.14724 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T16:58:23.785 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:58:23 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:58:22.325920+0000 mon.smithi088 (mon.0) 670 : audit [INF] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "8.10", "id": [5, 3]}]': finished 2024-02-11T16:58:23.785 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:58:23 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T16:58:22.325986+0000 mon.smithi088 (mon.0) 671 : cluster [DBG] osdmap e53: 8 total, 8 up, 8 in 2024-02-11T16:58:23.785 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:58:23 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:58:22.601576+0000 mgr.smithi088.srytvt (mgr.14180) 211 : audit [DBG] from='client.14724 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T16:58:23.970 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid eb5e91f4-c8fd-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T16:58:24.623 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:58:24 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T16:58:23.208384+0000 mgr.smithi088.srytvt (mgr.14180) 212 : cluster [DBG] pgmap v163: 225 pgs: 1 peering, 224 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 102 B/s rd, 0 op/s 2024-02-11T16:58:24.623 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:58:24 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T16:58:23.331495+0000 mon.smithi088 (mon.0) 672 : cluster [DBG] osdmap e54: 8 total, 8 up, 8 in 2024-02-11T16:58:24.696 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:58:24 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T16:58:23.208384+0000 mgr.smithi088.srytvt (mgr.14180) 212 : cluster [DBG] pgmap v163: 225 pgs: 1 peering, 224 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 102 B/s rd, 0 op/s 2024-02-11T16:58:24.696 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:58:24 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T16:58:23.331495+0000 mon.smithi088 (mon.0) 672 : cluster [DBG] osdmap e54: 8 total, 8 up, 8 in 2024-02-11T16:58:25.344 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-11T16:58:25.344 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:53:35.782365Z", "last_refresh": "2024-02-11T16:57:07.472509Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:53:31.954385Z", "last_refresh": "2024-02-11T16:57:06.366008Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:53:34.066531Z", "last_refresh": "2024-02-11T16:57:07.472632Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T16:57:01.424627Z 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.88/16"}, "status": {"created": "2024-02-11T16:57:01.421766Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:53:31.041620Z", "last_refresh": "2024-02-11T16:57:06.366161Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:32.209992Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:54:32.207503Z", "last_refresh": "2024-02-11T16:57:06.366231Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:01.420843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T16:57:01.417643Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:53:34.907593Z", "last_refresh": "2024-02-11T16:57:06.366294Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:57.873613Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:54:57.867647Z", "last_refresh": "2024-02-11T16:57:06.366354Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:53:32.998901Z", "last_refresh": "2024-02-11T16:57:07.472750Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-11T16:56:57.378029Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-11T16:57:01.184426Z", "last_refresh": "2024-02-11T16:57:06.366589Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-11T16:58:25.753 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-11T16:58:26.696 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:58:26 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T16:58:25.209080+0000 mgr.smithi088.srytvt (mgr.14180) 213 : cluster [DBG] pgmap v165: 225 pgs: 1 peering, 224 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 127 B/s rd, 0 op/s 2024-02-11T16:58:26.696 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:58:26 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T16:58:25.340372+0000 mgr.smithi088.srytvt (mgr.14180) 214 : audit [DBG] from='client.14728 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T16:58:26.754 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid eb5e91f4-c8fd-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T16:58:26.785 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:58:26 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T16:58:25.209080+0000 mgr.smithi088.srytvt (mgr.14180) 213 : cluster [DBG] pgmap v165: 225 pgs: 1 peering, 224 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 127 B/s rd, 0 op/s 2024-02-11T16:58:26.785 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:58:26 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:58:25.340372+0000 mgr.smithi088.srytvt (mgr.14180) 214 : audit [DBG] from='client.14728 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T16:58:28.138 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-11T16:58:28.138 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:53:35.782365Z", "last_refresh": "2024-02-11T16:57:07.472509Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:53:31.954385Z", "last_refresh": "2024-02-11T16:57:06.366008Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:53:34.066531Z", "last_refresh": "2024-02-11T16:57:07.472632Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T16:57:01.424627Z 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.88/16"}, "status": {"created": "2024-02-11T16:57:01.421766Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:53:31.041620Z", "last_refresh": "2024-02-11T16:57:06.366161Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:32.209992Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:54:32.207503Z", "last_refresh": "2024-02-11T16:57:06.366231Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:01.420843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T16:57:01.417643Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:53:34.907593Z", "last_refresh": "2024-02-11T16:57:06.366294Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:57.873613Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:54:57.867647Z", "last_refresh": "2024-02-11T16:57:06.366354Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:53:32.998901Z", "last_refresh": "2024-02-11T16:57:07.472750Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-11T16:56:57.378029Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-11T16:57:01.184426Z", "last_refresh": "2024-02-11T16:57:06.366589Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-11T16:58:28.459 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:58:28 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T16:58:27.209548+0000 mgr.smithi088.srytvt (mgr.14180) 215 : cluster [DBG] pgmap v166: 225 pgs: 1 peering, 224 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 127 B/s rd, 0 op/s 2024-02-11T16:58:28.510 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-11T16:58:28.696 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:58:28 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T16:58:27.209548+0000 mgr.smithi088.srytvt (mgr.14180) 215 : cluster [DBG] pgmap v166: 225 pgs: 1 peering, 224 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 127 B/s rd, 0 op/s 2024-02-11T16:58:29.512 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid eb5e91f4-c8fd-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T16:58:29.696 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:58:29 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T16:58:28.133907+0000 mgr.smithi088.srytvt (mgr.14180) 216 : audit [DBG] from='client.14732 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T16:58:29.785 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:58:29 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:58:28.133907+0000 mgr.smithi088.srytvt (mgr.14180) 216 : audit [DBG] from='client.14732 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T16:58:30.535 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:58:30 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T16:58:29.210230+0000 mgr.smithi088.srytvt (mgr.14180) 217 : cluster [DBG] pgmap v167: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-11T16:58:30.696 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:58:30 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T16:58:29.210230+0000 mgr.smithi088.srytvt (mgr.14180) 217 : cluster [DBG] pgmap v167: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-11T16:58:30.919 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-11T16:58:30.920 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:53:35.782365Z", "last_refresh": "2024-02-11T16:57:07.472509Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:53:31.954385Z", "last_refresh": "2024-02-11T16:57:06.366008Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:53:34.066531Z", "last_refresh": "2024-02-11T16:57:07.472632Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T16:57:01.424627Z 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.88/16"}, "status": {"created": "2024-02-11T16:57:01.421766Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:53:31.041620Z", "last_refresh": "2024-02-11T16:57:06.366161Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:32.209992Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:54:32.207503Z", "last_refresh": "2024-02-11T16:57:06.366231Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:01.420843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T16:57:01.417643Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:53:34.907593Z", "last_refresh": "2024-02-11T16:57:06.366294Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:57.873613Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:54:57.867647Z", "last_refresh": "2024-02-11T16:57:06.366354Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:53:32.998901Z", "last_refresh": "2024-02-11T16:57:07.472750Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-11T16:56:57.378029Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-11T16:57:01.184426Z", "last_refresh": "2024-02-11T16:57:06.366589Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-11T16:58:31.336 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-11T16:58:31.696 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:58:31 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T16:58:30.915372+0000 mgr.smithi088.srytvt (mgr.14180) 218 : audit [DBG] from='client.14736 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T16:58:31.785 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:58:31 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:58:30.915372+0000 mgr.smithi088.srytvt (mgr.14180) 218 : audit [DBG] from='client.14736 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T16:58:32.337 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid eb5e91f4-c8fd-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T16:58:32.687 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:58:32 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T16:58:31.210845+0000 mgr.smithi088.srytvt (mgr.14180) 219 : cluster [DBG] pgmap v168: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 115 B/s rd, 0 op/s 2024-02-11T16:58:32.695 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:58:32 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T16:58:31.210845+0000 mgr.smithi088.srytvt (mgr.14180) 219 : cluster [DBG] pgmap v168: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 115 B/s rd, 0 op/s 2024-02-11T16:58:33.760 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-11T16:58:33.760 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:53:35.782365Z", "last_refresh": "2024-02-11T16:57:07.472509Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:53:31.954385Z", "last_refresh": "2024-02-11T16:57:06.366008Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:53:34.066531Z", "last_refresh": "2024-02-11T16:57:07.472632Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T16:57:01.424627Z 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.88/16"}, "status": {"created": "2024-02-11T16:57:01.421766Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:53:31.041620Z", "last_refresh": "2024-02-11T16:57:06.366161Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:32.209992Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:54:32.207503Z", "last_refresh": "2024-02-11T16:57:06.366231Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:01.420843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T16:57:01.417643Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:53:34.907593Z", "last_refresh": "2024-02-11T16:57:06.366294Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:57.873613Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:54:57.867647Z", "last_refresh": "2024-02-11T16:57:06.366354Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:53:32.998901Z", "last_refresh": "2024-02-11T16:57:07.472750Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-11T16:56:57.378029Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-11T16:57:01.184426Z", "last_refresh": "2024-02-11T16:57:06.366589Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-11T16:58:34.182 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-11T16:58:34.535 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:58:34 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T16:58:33.211471+0000 mgr.smithi088.srytvt (mgr.14180) 220 : cluster [DBG] pgmap v169: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 102 B/s rd, 0 op/s 2024-02-11T16:58:34.535 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:58:34 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:58:33.755883+0000 mgr.smithi088.srytvt (mgr.14180) 221 : audit [DBG] from='client.14740 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T16:58:34.696 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:58:34 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T16:58:33.211471+0000 mgr.smithi088.srytvt (mgr.14180) 220 : cluster [DBG] pgmap v169: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 102 B/s rd, 0 op/s 2024-02-11T16:58:34.696 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:58:34 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T16:58:33.755883+0000 mgr.smithi088.srytvt (mgr.14180) 221 : audit [DBG] from='client.14740 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T16:58:35.184 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid eb5e91f4-c8fd-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T16:58:36.535 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:58:36 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T16:58:35.212311+0000 mgr.smithi088.srytvt (mgr.14180) 222 : cluster [DBG] pgmap v170: 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-11T16:58:36.583 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-11T16:58:36.583 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:53:35.782365Z", "last_refresh": "2024-02-11T16:57:07.472509Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:53:31.954385Z", "last_refresh": "2024-02-11T16:57:06.366008Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:53:34.066531Z", "last_refresh": "2024-02-11T16:57:07.472632Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T16:57:01.424627Z 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.88/16"}, "status": {"created": "2024-02-11T16:57:01.421766Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:53:31.041620Z", "last_refresh": "2024-02-11T16:57:06.366161Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:32.209992Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:54:32.207503Z", "last_refresh": "2024-02-11T16:57:06.366231Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:01.420843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T16:57:01.417643Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:53:34.907593Z", "last_refresh": "2024-02-11T16:57:06.366294Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:57.873613Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:54:57.867647Z", "last_refresh": "2024-02-11T16:57:06.366354Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:53:32.998901Z", "last_refresh": "2024-02-11T16:57:07.472750Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-11T16:56:57.378029Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-11T16:57:01.184426Z", "last_refresh": "2024-02-11T16:57:06.366589Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-11T16:58:36.696 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:58:36 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T16:58:35.212311+0000 mgr.smithi088.srytvt (mgr.14180) 222 : cluster [DBG] pgmap v170: 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-11T16:58:36.949 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-11T16:58:37.946 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:58:37 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T16:58:36.566887+0000 mon.smithi088 (mon.0) 673 : audit [INF] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' 2024-02-11T16:58:37.946 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:58:37 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T16:58:36.579614+0000 mgr.smithi088.srytvt (mgr.14180) 223 : audit [DBG] from='client.14744 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T16:58:37.950 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid eb5e91f4-c8fd-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T16:58:37.983 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:58:37 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:58:36.566887+0000 mon.smithi088 (mon.0) 673 : audit [INF] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' 2024-02-11T16:58:37.983 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:58:37 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:58:36.579614+0000 mgr.smithi088.srytvt (mgr.14180) 223 : audit [DBG] from='client.14744 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T16:58:38.946 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:58:38 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T16:58:37.212939+0000 mgr.smithi088.srytvt (mgr.14180) 224 : cluster [DBG] pgmap v171: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T16:58:38.953 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:58:38 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T16:58:37.212939+0000 mgr.smithi088.srytvt (mgr.14180) 224 : cluster [DBG] pgmap v171: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T16:58:39.313 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-11T16:58:39.314 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:53:35.782365Z", "last_refresh": "2024-02-11T16:57:07.472509Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:53:31.954385Z", "last_refresh": "2024-02-11T16:57:06.366008Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:53:34.066531Z", "last_refresh": "2024-02-11T16:57:07.472632Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T16:57:01.424627Z 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.88/16"}, "status": {"created": "2024-02-11T16:57:01.421766Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:53:31.041620Z", "last_refresh": "2024-02-11T16:57:06.366161Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:32.209992Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:54:32.207503Z", "last_refresh": "2024-02-11T16:57:06.366231Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:01.420843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T16:57:01.417643Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:53:34.907593Z", "last_refresh": "2024-02-11T16:57:06.366294Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:57.873613Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:54:57.867647Z", "last_refresh": "2024-02-11T16:57:06.366354Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:53:32.998901Z", "last_refresh": "2024-02-11T16:57:07.472750Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-11T16:56:57.378029Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-11T16:57:01.184426Z", "last_refresh": "2024-02-11T16:57:06.366589Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-11T16:58:39.725 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-11T16:58:40.727 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid eb5e91f4-c8fd-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T16:58:40.946 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:58:40 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T16:58:39.213482+0000 mgr.smithi088.srytvt (mgr.14180) 225 : cluster [DBG] pgmap v172: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T16:58:40.946 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:58:40 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T16:58:39.309815+0000 mgr.smithi088.srytvt (mgr.14180) 226 : audit [DBG] from='client.14748 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T16:58:41.035 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:58:40 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T16:58:39.213482+0000 mgr.smithi088.srytvt (mgr.14180) 225 : cluster [DBG] pgmap v172: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T16:58:41.035 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:58:40 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:58:39.309815+0000 mgr.smithi088.srytvt (mgr.14180) 226 : audit [DBG] from='client.14748 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T16:58:42.190 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-11T16:58:42.190 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:53:35.782365Z", "last_refresh": "2024-02-11T16:57:07.472509Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:53:31.954385Z", "last_refresh": "2024-02-11T16:57:06.366008Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:53:34.066531Z", "last_refresh": "2024-02-11T16:57:07.472632Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T16:57:01.424627Z 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.88/16"}, "status": {"created": "2024-02-11T16:57:01.421766Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:53:31.041620Z", "last_refresh": "2024-02-11T16:57:06.366161Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:32.209992Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:54:32.207503Z", "last_refresh": "2024-02-11T16:57:06.366231Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:01.420843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T16:57:01.417643Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:53:34.907593Z", "last_refresh": "2024-02-11T16:57:06.366294Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:57.873613Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:54:57.867647Z", "last_refresh": "2024-02-11T16:57:06.366354Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:53:32.998901Z", "last_refresh": "2024-02-11T16:57:07.472750Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-11T16:56:57.378029Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-11T16:57:01.184426Z", "last_refresh": "2024-02-11T16:57:06.366589Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-11T16:58:42.565 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-11T16:58:42.946 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:58:42 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T16:58:41.214132+0000 mgr.smithi088.srytvt (mgr.14180) 227 : cluster [DBG] pgmap v173: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T16:58:43.035 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:58:42 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T16:58:41.214132+0000 mgr.smithi088.srytvt (mgr.14180) 227 : cluster [DBG] pgmap v173: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T16:58:43.567 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid eb5e91f4-c8fd-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T16:58:43.941 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:58:43 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:58:42.186399+0000 mgr.smithi088.srytvt (mgr.14180) 228 : audit [DBG] from='client.14752 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T16:58:43.946 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:58:43 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T16:58:42.186399+0000 mgr.smithi088.srytvt (mgr.14180) 228 : audit [DBG] from='client.14752 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T16:58:44.923 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-11T16:58:44.923 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:53:35.782365Z", "last_refresh": "2024-02-11T16:57:07.472509Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:53:31.954385Z", "last_refresh": "2024-02-11T16:57:06.366008Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:53:34.066531Z", "last_refresh": "2024-02-11T16:57:07.472632Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T16:57:01.424627Z 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.88/16"}, "status": {"created": "2024-02-11T16:57:01.421766Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:53:31.041620Z", "last_refresh": "2024-02-11T16:57:06.366161Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:32.209992Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:54:32.207503Z", "last_refresh": "2024-02-11T16:57:06.366231Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:01.420843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T16:57:01.417643Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:53:34.907593Z", "last_refresh": "2024-02-11T16:57:06.366294Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:57.873613Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:54:57.867647Z", "last_refresh": "2024-02-11T16:57:06.366354Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:53:32.998901Z", "last_refresh": "2024-02-11T16:57:07.472750Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-11T16:56:57.378029Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-11T16:57:01.184426Z", "last_refresh": "2024-02-11T16:57:06.366589Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-11T16:58:44.945 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:58:44 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T16:58:43.214998+0000 mgr.smithi088.srytvt (mgr.14180) 229 : cluster [DBG] pgmap v174: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T16:58:44.945 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:58:44 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T16:58:43.214998+0000 mgr.smithi088.srytvt (mgr.14180) 229 : cluster [DBG] pgmap v174: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T16:58:45.243 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-11T16:58:45.696 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:58:45 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T16:58:44.919283+0000 mgr.smithi088.srytvt (mgr.14180) 230 : audit [DBG] from='client.14756 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T16:58:46.035 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:58:45 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:58:44.919283+0000 mgr.smithi088.srytvt (mgr.14180) 230 : audit [DBG] from='client.14756 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T16:58:46.244 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid eb5e91f4-c8fd-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T16:58:46.898 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:58:46 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T16:58:45.215729+0000 mgr.smithi088.srytvt (mgr.14180) 231 : cluster [DBG] pgmap v175: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T16:58:46.946 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:58:46 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T16:58:45.215729+0000 mgr.smithi088.srytvt (mgr.14180) 231 : cluster [DBG] pgmap v175: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T16:58:47.539 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-11T16:58:47.539 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:53:35.782365Z", "last_refresh": "2024-02-11T16:57:07.472509Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:53:31.954385Z", "last_refresh": "2024-02-11T16:57:06.366008Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:53:34.066531Z", "last_refresh": "2024-02-11T16:57:07.472632Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T16:57:01.424627Z 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.88/16"}, "status": {"created": "2024-02-11T16:57:01.421766Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:53:31.041620Z", "last_refresh": "2024-02-11T16:57:06.366161Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:32.209992Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:54:32.207503Z", "last_refresh": "2024-02-11T16:57:06.366231Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:01.420843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T16:57:01.417643Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:53:34.907593Z", "last_refresh": "2024-02-11T16:57:06.366294Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:57.873613Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:54:57.867647Z", "last_refresh": "2024-02-11T16:57:06.366354Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:53:32.998901Z", "last_refresh": "2024-02-11T16:57:07.472750Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-11T16:56:57.378029Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-11T16:57:01.184426Z", "last_refresh": "2024-02-11T16:57:06.366589Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-11T16:58:47.907 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-11T16:58:48.908 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid eb5e91f4-c8fd-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T16:58:48.939 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:58:48 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T16:58:47.216194+0000 mgr.smithi088.srytvt (mgr.14180) 232 : cluster [DBG] pgmap v176: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T16:58:48.939 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:58:48 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:58:47.535293+0000 mgr.smithi088.srytvt (mgr.14180) 233 : audit [DBG] from='client.14760 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T16:58:48.945 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:58:48 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T16:58:47.216194+0000 mgr.smithi088.srytvt (mgr.14180) 232 : cluster [DBG] pgmap v176: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T16:58:48.946 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:58:48 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T16:58:47.535293+0000 mgr.smithi088.srytvt (mgr.14180) 233 : audit [DBG] from='client.14760 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T16:58:50.306 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-11T16:58:50.306 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:53:35.782365Z", "last_refresh": "2024-02-11T16:57:07.472509Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:53:31.954385Z", "last_refresh": "2024-02-11T16:57:06.366008Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:53:34.066531Z", "last_refresh": "2024-02-11T16:57:07.472632Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T16:57:01.424627Z 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.88/16"}, "status": {"created": "2024-02-11T16:57:01.421766Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:53:31.041620Z", "last_refresh": "2024-02-11T16:57:06.366161Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:32.209992Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:54:32.207503Z", "last_refresh": "2024-02-11T16:57:06.366231Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:01.420843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T16:57:01.417643Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:53:34.907593Z", "last_refresh": "2024-02-11T16:57:06.366294Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:57.873613Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:54:57.867647Z", "last_refresh": "2024-02-11T16:57:06.366354Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:53:32.998901Z", "last_refresh": "2024-02-11T16:57:07.472750Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-11T16:56:57.378029Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-11T16:57:01.184426Z", "last_refresh": "2024-02-11T16:57:06.366589Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-11T16:58:50.714 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-11T16:58:50.946 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:58:50 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T16:58:49.216960+0000 mgr.smithi088.srytvt (mgr.14180) 234 : cluster [DBG] pgmap v177: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T16:58:51.035 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:58:50 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T16:58:49.216960+0000 mgr.smithi088.srytvt (mgr.14180) 234 : cluster [DBG] pgmap v177: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T16:58:51.716 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid eb5e91f4-c8fd-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T16:58:51.946 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:58:51 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T16:58:50.301719+0000 mgr.smithi088.srytvt (mgr.14180) 235 : audit [DBG] from='client.14764 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T16:58:52.035 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:58:51 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:58:50.301719+0000 mgr.smithi088.srytvt (mgr.14180) 235 : audit [DBG] from='client.14764 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T16:58:52.709 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:58:52 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T16:58:51.217512+0000 mgr.smithi088.srytvt (mgr.14180) 236 : cluster [DBG] pgmap v178: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T16:58:52.946 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:58:52 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T16:58:51.217512+0000 mgr.smithi088.srytvt (mgr.14180) 236 : cluster [DBG] pgmap v178: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T16:58:53.069 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-11T16:58:53.069 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:53:35.782365Z", "last_refresh": "2024-02-11T16:57:07.472509Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:53:31.954385Z", "last_refresh": "2024-02-11T16:57:06.366008Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:53:34.066531Z", "last_refresh": "2024-02-11T16:57:07.472632Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T16:57:01.424627Z 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.88/16"}, "status": {"created": "2024-02-11T16:57:01.421766Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:53:31.041620Z", "last_refresh": "2024-02-11T16:57:06.366161Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:32.209992Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:54:32.207503Z", "last_refresh": "2024-02-11T16:57:06.366231Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:01.420843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T16:57:01.417643Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:53:34.907593Z", "last_refresh": "2024-02-11T16:57:06.366294Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:57.873613Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:54:57.867647Z", "last_refresh": "2024-02-11T16:57:06.366354Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:53:32.998901Z", "last_refresh": "2024-02-11T16:57:07.472750Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-11T16:56:57.378029Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-11T16:57:01.184426Z", "last_refresh": "2024-02-11T16:57:06.366589Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-11T16:58:53.446 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-11T16:58:54.447 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid eb5e91f4-c8fd-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T16:58:54.785 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:58:54 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:58:53.065665+0000 mgr.smithi088.srytvt (mgr.14180) 237 : audit [DBG] from='client.14768 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T16:58:54.785 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:58:54 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T16:58:53.218081+0000 mgr.smithi088.srytvt (mgr.14180) 238 : cluster [DBG] pgmap v179: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T16:58:54.946 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:58:54 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T16:58:53.065665+0000 mgr.smithi088.srytvt (mgr.14180) 237 : audit [DBG] from='client.14768 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T16:58:54.946 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:58:54 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T16:58:53.218081+0000 mgr.smithi088.srytvt (mgr.14180) 238 : cluster [DBG] pgmap v179: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T16:58:55.803 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-11T16:58:55.803 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:53:35.782365Z", "last_refresh": "2024-02-11T16:57:07.472509Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:53:31.954385Z", "last_refresh": "2024-02-11T16:57:06.366008Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:53:34.066531Z", "last_refresh": "2024-02-11T16:57:07.472632Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T16:57:01.424627Z 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.88/16"}, "status": {"created": "2024-02-11T16:57:01.421766Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:53:31.041620Z", "last_refresh": "2024-02-11T16:57:06.366161Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:32.209992Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:54:32.207503Z", "last_refresh": "2024-02-11T16:57:06.366231Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:01.420843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T16:57:01.417643Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:53:34.907593Z", "last_refresh": "2024-02-11T16:57:06.366294Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:57.873613Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:54:57.867647Z", "last_refresh": "2024-02-11T16:57:06.366354Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:53:32.998901Z", "last_refresh": "2024-02-11T16:57:07.472750Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-11T16:56:57.378029Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-11T16:57:01.184426Z", "last_refresh": "2024-02-11T16:57:06.366589Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-11T16:58:56.221 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-11T16:58:56.946 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:58:56 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T16:58:55.218758+0000 mgr.smithi088.srytvt (mgr.14180) 239 : cluster [DBG] pgmap v180: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T16:58:56.946 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:58:56 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T16:58:55.799268+0000 mgr.smithi088.srytvt (mgr.14180) 240 : audit [DBG] from='client.14772 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T16:58:57.035 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:58:56 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T16:58:55.218758+0000 mgr.smithi088.srytvt (mgr.14180) 239 : cluster [DBG] pgmap v180: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T16:58:57.035 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:58:56 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:58:55.799268+0000 mgr.smithi088.srytvt (mgr.14180) 240 : audit [DBG] from='client.14772 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T16:58:57.222 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid eb5e91f4-c8fd-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T16:58:58.557 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-11T16:58:58.557 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:53:35.782365Z", "last_refresh": "2024-02-11T16:57:07.472509Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:53:31.954385Z", "last_refresh": "2024-02-11T16:57:06.366008Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:53:34.066531Z", "last_refresh": "2024-02-11T16:57:07.472632Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T16:57:01.424627Z 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.88/16"}, "status": {"created": "2024-02-11T16:57:01.421766Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:53:31.041620Z", "last_refresh": "2024-02-11T16:57:06.366161Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:32.209992Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:54:32.207503Z", "last_refresh": "2024-02-11T16:57:06.366231Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:01.420843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T16:57:01.417643Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:53:34.907593Z", "last_refresh": "2024-02-11T16:57:06.366294Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:57.873613Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:54:57.867647Z", "last_refresh": "2024-02-11T16:57:06.366354Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:53:32.998901Z", "last_refresh": "2024-02-11T16:57:07.472750Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-11T16:56:57.378029Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-11T16:57:01.184426Z", "last_refresh": "2024-02-11T16:57:06.366589Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-11T16:58:58.852 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:58:58 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T16:58:57.219525+0000 mgr.smithi088.srytvt (mgr.14180) 241 : cluster [DBG] pgmap v181: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T16:58:58.938 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-11T16:58:58.945 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:58:58 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T16:58:57.219525+0000 mgr.smithi088.srytvt (mgr.14180) 241 : cluster [DBG] pgmap v181: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T16:58:59.906 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:58:59 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:58:58.553179+0000 mgr.smithi088.srytvt (mgr.14180) 242 : audit [DBG] from='client.14776 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T16:58:59.938 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid eb5e91f4-c8fd-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T16:58:59.946 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:58:59 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T16:58:58.553179+0000 mgr.smithi088.srytvt (mgr.14180) 242 : audit [DBG] from='client.14776 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T16:59:00.946 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:59:00 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T16:58:59.220368+0000 mgr.smithi088.srytvt (mgr.14180) 243 : cluster [DBG] pgmap v182: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T16:59:00.949 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:59:00 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T16:58:59.220368+0000 mgr.smithi088.srytvt (mgr.14180) 243 : cluster [DBG] pgmap v182: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T16:59:01.307 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-11T16:59:01.307 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:53:35.782365Z", "last_refresh": "2024-02-11T16:57:07.472509Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:53:31.954385Z", "last_refresh": "2024-02-11T16:57:06.366008Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:53:34.066531Z", "last_refresh": "2024-02-11T16:57:07.472632Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T16:57:01.424627Z 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.88/16"}, "status": {"created": "2024-02-11T16:57:01.421766Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:53:31.041620Z", "last_refresh": "2024-02-11T16:57:06.366161Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:32.209992Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:54:32.207503Z", "last_refresh": "2024-02-11T16:57:06.366231Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:01.420843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T16:57:01.417643Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:53:34.907593Z", "last_refresh": "2024-02-11T16:57:06.366294Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:57.873613Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:54:57.867647Z", "last_refresh": "2024-02-11T16:57:06.366354Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:53:32.998901Z", "last_refresh": "2024-02-11T16:57:07.472750Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-11T16:56:57.378029Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-11T16:57:01.184426Z", "last_refresh": "2024-02-11T16:57:06.366589Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-11T16:59:01.711 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-11T16:59:02.712 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid eb5e91f4-c8fd-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T16:59:02.946 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:59:02 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T16:59:01.221005+0000 mgr.smithi088.srytvt (mgr.14180) 244 : cluster [DBG] pgmap v183: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T16:59:02.946 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:59:02 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T16:59:01.300475+0000 mgr.smithi088.srytvt (mgr.14180) 245 : audit [DBG] from='client.14780 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T16:59:03.035 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:59:02 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T16:59:01.221005+0000 mgr.smithi088.srytvt (mgr.14180) 244 : cluster [DBG] pgmap v183: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T16:59:03.035 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:59:02 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:59:01.300475+0000 mgr.smithi088.srytvt (mgr.14180) 245 : audit [DBG] from='client.14780 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T16:59:04.058 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-11T16:59:04.058 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:53:35.782365Z", "last_refresh": "2024-02-11T16:57:07.472509Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:53:31.954385Z", "last_refresh": "2024-02-11T16:57:06.366008Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:53:34.066531Z", "last_refresh": "2024-02-11T16:57:07.472632Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T16:57:01.424627Z 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.88/16"}, "status": {"created": "2024-02-11T16:57:01.421766Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:53:31.041620Z", "last_refresh": "2024-02-11T16:57:06.366161Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:32.209992Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:54:32.207503Z", "last_refresh": "2024-02-11T16:57:06.366231Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:01.420843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T16:57:01.417643Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:53:34.907593Z", "last_refresh": "2024-02-11T16:57:06.366294Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:57.873613Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:54:57.867647Z", "last_refresh": "2024-02-11T16:57:06.366354Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:53:32.998901Z", "last_refresh": "2024-02-11T16:57:07.472750Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-11T16:56:57.378029Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-11T16:57:01.184426Z", "last_refresh": "2024-02-11T16:57:06.366589Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-11T16:59:04.444 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-11T16:59:04.785 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:59:04 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T16:59:03.221692+0000 mgr.smithi088.srytvt (mgr.14180) 246 : cluster [DBG] pgmap v184: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T16:59:04.946 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:59:04 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T16:59:03.221692+0000 mgr.smithi088.srytvt (mgr.14180) 246 : cluster [DBG] pgmap v184: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T16:59:05.445 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid eb5e91f4-c8fd-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T16:59:05.696 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:59:05 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T16:59:04.054803+0000 mgr.smithi088.srytvt (mgr.14180) 247 : audit [DBG] from='client.14784 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T16:59:05.785 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:59:05 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:59:04.054803+0000 mgr.smithi088.srytvt (mgr.14180) 247 : audit [DBG] from='client.14784 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T16:59:06.785 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:59:06 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T16:59:05.222401+0000 mgr.smithi088.srytvt (mgr.14180) 248 : cluster [DBG] pgmap v185: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T16:59:06.813 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-11T16:59:06.813 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:53:35.782365Z", "last_refresh": "2024-02-11T16:57:07.472509Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:53:31.954385Z", "last_refresh": "2024-02-11T16:57:06.366008Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:53:34.066531Z", "last_refresh": "2024-02-11T16:57:07.472632Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T16:57:01.424627Z 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.88/16"}, "status": {"created": "2024-02-11T16:57:01.421766Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:53:31.041620Z", "last_refresh": "2024-02-11T16:57:06.366161Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:32.209992Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:54:32.207503Z", "last_refresh": "2024-02-11T16:57:06.366231Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:01.420843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T16:57:01.417643Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:53:34.907593Z", "last_refresh": "2024-02-11T16:57:06.366294Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:57.873613Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:54:57.867647Z", "last_refresh": "2024-02-11T16:57:06.366354Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:53:32.998901Z", "last_refresh": "2024-02-11T16:57:07.472750Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-11T16:56:57.378029Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-11T16:57:01.184426Z", "last_refresh": "2024-02-11T16:57:06.366589Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-11T16:59:06.946 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:59:06 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T16:59:05.222401+0000 mgr.smithi088.srytvt (mgr.14180) 248 : cluster [DBG] pgmap v185: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T16:59:07.210 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-11T16:59:07.946 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:59:07 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T16:59:06.809563+0000 mgr.smithi088.srytvt (mgr.14180) 249 : audit [DBG] from='client.14788 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T16:59:08.035 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:59:07 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:59:06.809563+0000 mgr.smithi088.srytvt (mgr.14180) 249 : audit [DBG] from='client.14788 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T16:59:08.211 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid eb5e91f4-c8fd-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T16:59:08.946 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:59:08 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T16:59:07.223120+0000 mgr.smithi088.srytvt (mgr.14180) 250 : cluster [DBG] pgmap v186: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T16:59:08.946 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:59:08 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T16:59:07.223120+0000 mgr.smithi088.srytvt (mgr.14180) 250 : cluster [DBG] pgmap v186: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T16:59:09.642 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-11T16:59:09.642 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:53:35.782365Z", "last_refresh": "2024-02-11T16:57:07.472509Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:53:31.954385Z", "last_refresh": "2024-02-11T16:57:06.366008Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:53:34.066531Z", "last_refresh": "2024-02-11T16:57:07.472632Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T16:57:01.424627Z 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.88/16"}, "status": {"created": "2024-02-11T16:57:01.421766Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:53:31.041620Z", "last_refresh": "2024-02-11T16:57:06.366161Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:32.209992Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:54:32.207503Z", "last_refresh": "2024-02-11T16:57:06.366231Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:01.420843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T16:57:01.417643Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:53:34.907593Z", "last_refresh": "2024-02-11T16:57:06.366294Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:57.873613Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:54:57.867647Z", "last_refresh": "2024-02-11T16:57:06.366354Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:53:32.998901Z", "last_refresh": "2024-02-11T16:57:07.472750Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-11T16:56:57.378029Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-11T16:57:01.184426Z", "last_refresh": "2024-02-11T16:57:06.366589Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-11T16:59:10.017 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-11T16:59:10.946 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:59:10 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T16:59:09.223708+0000 mgr.smithi088.srytvt (mgr.14180) 251 : cluster [DBG] pgmap v187: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T16:59:10.946 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:59:10 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T16:59:09.637764+0000 mgr.smithi088.srytvt (mgr.14180) 252 : audit [DBG] from='client.14792 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T16:59:11.018 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid eb5e91f4-c8fd-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T16:59:11.035 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:59:10 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T16:59:09.223708+0000 mgr.smithi088.srytvt (mgr.14180) 251 : cluster [DBG] pgmap v187: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T16:59:11.035 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:59:10 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:59:09.637764+0000 mgr.smithi088.srytvt (mgr.14180) 252 : audit [DBG] from='client.14792 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T16:59:12.428 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-11T16:59:12.429 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:53:35.782365Z", "last_refresh": "2024-02-11T16:57:07.472509Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:53:31.954385Z", "last_refresh": "2024-02-11T16:57:06.366008Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:53:34.066531Z", "last_refresh": "2024-02-11T16:57:07.472632Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T16:57:01.424627Z 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.88/16"}, "status": {"created": "2024-02-11T16:57:01.421766Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:53:31.041620Z", "last_refresh": "2024-02-11T16:57:06.366161Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:32.209992Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:54:32.207503Z", "last_refresh": "2024-02-11T16:57:06.366231Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:01.420843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T16:57:01.417643Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:53:34.907593Z", "last_refresh": "2024-02-11T16:57:06.366294Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:57.873613Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:54:57.867647Z", "last_refresh": "2024-02-11T16:57:06.366354Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:53:32.998901Z", "last_refresh": "2024-02-11T16:57:07.472750Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-11T16:56:57.378029Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-11T16:57:01.184426Z", "last_refresh": "2024-02-11T16:57:06.366589Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-11T16:59:12.785 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:59:12 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T16:59:11.224315+0000 mgr.smithi088.srytvt (mgr.14180) 253 : cluster [DBG] pgmap v188: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T16:59:12.800 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-11T16:59:12.946 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:59:12 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T16:59:11.224315+0000 mgr.smithi088.srytvt (mgr.14180) 253 : cluster [DBG] pgmap v188: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T16:59:13.801 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid eb5e91f4-c8fd-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T16:59:13.946 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:59:13 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T16:59:12.424306+0000 mgr.smithi088.srytvt (mgr.14180) 254 : audit [DBG] from='client.14796 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T16:59:14.035 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:59:13 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:59:12.424306+0000 mgr.smithi088.srytvt (mgr.14180) 254 : audit [DBG] from='client.14796 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T16:59:14.785 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:59:14 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T16:59:13.225179+0000 mgr.smithi088.srytvt (mgr.14180) 255 : cluster [DBG] pgmap v189: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T16:59:14.946 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:59:14 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T16:59:13.225179+0000 mgr.smithi088.srytvt (mgr.14180) 255 : cluster [DBG] pgmap v189: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T16:59:15.182 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-11T16:59:15.182 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:53:35.782365Z", "last_refresh": "2024-02-11T16:57:07.472509Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:53:31.954385Z", "last_refresh": "2024-02-11T16:57:06.366008Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:53:34.066531Z", "last_refresh": "2024-02-11T16:57:07.472632Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T16:57:01.424627Z 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.88/16"}, "status": {"created": "2024-02-11T16:57:01.421766Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:53:31.041620Z", "last_refresh": "2024-02-11T16:57:06.366161Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:32.209992Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:54:32.207503Z", "last_refresh": "2024-02-11T16:57:06.366231Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:01.420843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T16:57:01.417643Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:53:34.907593Z", "last_refresh": "2024-02-11T16:57:06.366294Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:57.873613Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:54:57.867647Z", "last_refresh": "2024-02-11T16:57:06.366354Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:53:32.998901Z", "last_refresh": "2024-02-11T16:57:07.472750Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-11T16:56:57.378029Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-11T16:57:01.184426Z", "last_refresh": "2024-02-11T16:57:06.366589Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-11T16:59:15.495 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-11T16:59:16.496 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid eb5e91f4-c8fd-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T16:59:16.785 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:59:16 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:59:15.177873+0000 mgr.smithi088.srytvt (mgr.14180) 256 : audit [DBG] from='client.14800 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T16:59:16.785 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:59:16 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T16:59:15.225876+0000 mgr.smithi088.srytvt (mgr.14180) 257 : cluster [DBG] pgmap v190: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T16:59:16.946 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:59:16 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T16:59:15.177873+0000 mgr.smithi088.srytvt (mgr.14180) 256 : audit [DBG] from='client.14800 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T16:59:16.946 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:59:16 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T16:59:15.225876+0000 mgr.smithi088.srytvt (mgr.14180) 257 : cluster [DBG] pgmap v190: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T16:59:17.862 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-11T16:59:17.863 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:53:35.782365Z", "last_refresh": "2024-02-11T16:57:07.472509Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:53:31.954385Z", "last_refresh": "2024-02-11T16:57:06.366008Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:53:34.066531Z", "last_refresh": "2024-02-11T16:57:07.472632Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T16:57:01.424627Z 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.88/16"}, "status": {"created": "2024-02-11T16:57:01.421766Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:53:31.041620Z", "last_refresh": "2024-02-11T16:57:06.366161Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:32.209992Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:54:32.207503Z", "last_refresh": "2024-02-11T16:57:06.366231Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:01.420843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T16:57:01.417643Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:53:34.907593Z", "last_refresh": "2024-02-11T16:57:06.366294Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:57.873613Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:54:57.867647Z", "last_refresh": "2024-02-11T16:57:06.366354Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:53:32.998901Z", "last_refresh": "2024-02-11T16:57:07.472750Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-11T16:56:57.378029Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-11T16:57:01.184426Z", "last_refresh": "2024-02-11T16:57:06.366589Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-11T16:59:18.249 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-11T16:59:18.946 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:59:18 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T16:59:17.226353+0000 mgr.smithi088.srytvt (mgr.14180) 258 : cluster [DBG] pgmap v191: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T16:59:18.946 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:59:18 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T16:59:17.858438+0000 mgr.smithi088.srytvt (mgr.14180) 259 : audit [DBG] from='client.14804 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T16:59:19.036 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:59:18 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T16:59:17.226353+0000 mgr.smithi088.srytvt (mgr.14180) 258 : cluster [DBG] pgmap v191: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T16:59:19.036 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:59:18 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:59:17.858438+0000 mgr.smithi088.srytvt (mgr.14180) 259 : audit [DBG] from='client.14804 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T16:59:19.250 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid eb5e91f4-c8fd-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T16:59:20.661 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-11T16:59:20.661 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:53:35.782365Z", "last_refresh": "2024-02-11T16:57:07.472509Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:53:31.954385Z", "last_refresh": "2024-02-11T16:57:06.366008Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:53:34.066531Z", "last_refresh": "2024-02-11T16:57:07.472632Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T16:57:01.424627Z 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.88/16"}, "status": {"created": "2024-02-11T16:57:01.421766Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:53:31.041620Z", "last_refresh": "2024-02-11T16:57:06.366161Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:32.209992Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:54:32.207503Z", "last_refresh": "2024-02-11T16:57:06.366231Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:01.420843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T16:57:01.417643Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:53:34.907593Z", "last_refresh": "2024-02-11T16:57:06.366294Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:57.873613Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:54:57.867647Z", "last_refresh": "2024-02-11T16:57:06.366354Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:53:32.998901Z", "last_refresh": "2024-02-11T16:57:07.472750Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-11T16:56:57.378029Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-11T16:57:01.184426Z", "last_refresh": "2024-02-11T16:57:06.366589Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-11T16:59:20.946 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:59:20 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T16:59:19.226904+0000 mgr.smithi088.srytvt (mgr.14180) 260 : cluster [DBG] pgmap v192: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T16:59:20.963 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:59:20 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T16:59:19.226904+0000 mgr.smithi088.srytvt (mgr.14180) 260 : cluster [DBG] pgmap v192: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T16:59:21.032 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-11T16:59:21.946 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:59:21 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T16:59:20.657306+0000 mgr.smithi088.srytvt (mgr.14180) 261 : audit [DBG] from='client.14808 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T16:59:22.033 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid eb5e91f4-c8fd-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T16:59:22.035 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:59:21 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:59:20.657306+0000 mgr.smithi088.srytvt (mgr.14180) 261 : audit [DBG] from='client.14808 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T16:59:22.946 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:59:22 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T16:59:21.227595+0000 mgr.smithi088.srytvt (mgr.14180) 262 : cluster [DBG] pgmap v193: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T16:59:23.035 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:59:22 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T16:59:21.227595+0000 mgr.smithi088.srytvt (mgr.14180) 262 : cluster [DBG] pgmap v193: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T16:59:23.406 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-11T16:59:23.406 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:53:35.782365Z", "last_refresh": "2024-02-11T16:57:07.472509Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:53:31.954385Z", "last_refresh": "2024-02-11T16:57:06.366008Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:53:34.066531Z", "last_refresh": "2024-02-11T16:57:07.472632Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T16:57:01.424627Z 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.88/16"}, "status": {"created": "2024-02-11T16:57:01.421766Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:53:31.041620Z", "last_refresh": "2024-02-11T16:57:06.366161Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:32.209992Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:54:32.207503Z", "last_refresh": "2024-02-11T16:57:06.366231Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:01.420843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T16:57:01.417643Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:53:34.907593Z", "last_refresh": "2024-02-11T16:57:06.366294Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:57.873613Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:54:57.867647Z", "last_refresh": "2024-02-11T16:57:06.366354Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:53:32.998901Z", "last_refresh": "2024-02-11T16:57:07.472750Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-11T16:56:57.378029Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-11T16:57:01.184426Z", "last_refresh": "2024-02-11T16:57:06.366589Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-11T16:59:23.789 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-11T16:59:24.790 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid eb5e91f4-c8fd-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T16:59:24.946 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:59:24 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T16:59:23.228158+0000 mgr.smithi088.srytvt (mgr.14180) 263 : cluster [DBG] pgmap v194: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T16:59:24.946 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:59:24 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T16:59:23.402308+0000 mgr.smithi088.srytvt (mgr.14180) 264 : audit [DBG] from='client.14812 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T16:59:25.035 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:59:24 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T16:59:23.228158+0000 mgr.smithi088.srytvt (mgr.14180) 263 : cluster [DBG] pgmap v194: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T16:59:25.035 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:59:24 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:59:23.402308+0000 mgr.smithi088.srytvt (mgr.14180) 264 : audit [DBG] from='client.14812 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T16:59:26.162 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-11T16:59:26.162 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:53:35.782365Z", "last_refresh": "2024-02-11T16:57:07.472509Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:53:31.954385Z", "last_refresh": "2024-02-11T16:57:06.366008Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:53:34.066531Z", "last_refresh": "2024-02-11T16:57:07.472632Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T16:57:01.424627Z 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.88/16"}, "status": {"created": "2024-02-11T16:57:01.421766Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:53:31.041620Z", "last_refresh": "2024-02-11T16:57:06.366161Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:32.209992Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:54:32.207503Z", "last_refresh": "2024-02-11T16:57:06.366231Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:01.420843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T16:57:01.417643Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:53:34.907593Z", "last_refresh": "2024-02-11T16:57:06.366294Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:57.873613Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:54:57.867647Z", "last_refresh": "2024-02-11T16:57:06.366354Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:53:32.998901Z", "last_refresh": "2024-02-11T16:57:07.472750Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-11T16:56:57.378029Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-11T16:57:01.184426Z", "last_refresh": "2024-02-11T16:57:06.366589Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-11T16:59:26.538 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-11T16:59:26.785 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:59:26 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T16:59:25.228809+0000 mgr.smithi088.srytvt (mgr.14180) 265 : cluster [DBG] pgmap v195: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T16:59:26.946 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:59:26 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T16:59:25.228809+0000 mgr.smithi088.srytvt (mgr.14180) 265 : cluster [DBG] pgmap v195: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T16:59:27.540 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid eb5e91f4-c8fd-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T16:59:27.906 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:59:27 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:59:26.158252+0000 mgr.smithi088.srytvt (mgr.14180) 266 : audit [DBG] from='client.14816 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T16:59:27.946 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:59:27 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T16:59:26.158252+0000 mgr.smithi088.srytvt (mgr.14180) 266 : audit [DBG] from='client.14816 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T16:59:28.946 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:59:28 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T16:59:27.229384+0000 mgr.smithi088.srytvt (mgr.14180) 267 : cluster [DBG] pgmap v196: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T16:59:28.971 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-11T16:59:28.971 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:53:35.782365Z", "last_refresh": "2024-02-11T16:57:07.472509Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:53:31.954385Z", "last_refresh": "2024-02-11T16:57:06.366008Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:53:34.066531Z", "last_refresh": "2024-02-11T16:57:07.472632Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T16:57:01.424627Z 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.88/16"}, "status": {"created": "2024-02-11T16:57:01.421766Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:53:31.041620Z", "last_refresh": "2024-02-11T16:57:06.366161Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:32.209992Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:54:32.207503Z", "last_refresh": "2024-02-11T16:57:06.366231Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:01.420843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T16:57:01.417643Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:53:34.907593Z", "last_refresh": "2024-02-11T16:57:06.366294Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:57.873613Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:54:57.867647Z", "last_refresh": "2024-02-11T16:57:06.366354Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:53:32.998901Z", "last_refresh": "2024-02-11T16:57:07.472750Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-11T16:56:57.378029Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-11T16:57:01.184426Z", "last_refresh": "2024-02-11T16:57:06.366589Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-11T16:59:29.000 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:59:28 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T16:59:27.229384+0000 mgr.smithi088.srytvt (mgr.14180) 267 : cluster [DBG] pgmap v196: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T16:59:29.346 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-11T16:59:30.347 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid eb5e91f4-c8fd-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T16:59:30.946 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:59:30 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T16:59:28.966447+0000 mgr.smithi088.srytvt (mgr.14180) 268 : audit [DBG] from='client.14820 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T16:59:30.946 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:59:30 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T16:59:29.230025+0000 mgr.smithi088.srytvt (mgr.14180) 269 : cluster [DBG] pgmap v197: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T16:59:31.024 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:59:30 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:59:28.966447+0000 mgr.smithi088.srytvt (mgr.14180) 268 : audit [DBG] from='client.14820 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T16:59:31.025 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:59:30 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T16:59:29.230025+0000 mgr.smithi088.srytvt (mgr.14180) 269 : cluster [DBG] pgmap v197: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T16:59:31.725 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-11T16:59:31.725 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:53:35.782365Z", "last_refresh": "2024-02-11T16:57:07.472509Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:53:31.954385Z", "last_refresh": "2024-02-11T16:57:06.366008Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:53:34.066531Z", "last_refresh": "2024-02-11T16:57:07.472632Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T16:57:01.424627Z 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.88/16"}, "status": {"created": "2024-02-11T16:57:01.421766Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:53:31.041620Z", "last_refresh": "2024-02-11T16:57:06.366161Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:32.209992Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:54:32.207503Z", "last_refresh": "2024-02-11T16:57:06.366231Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:01.420843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T16:57:01.417643Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:53:34.907593Z", "last_refresh": "2024-02-11T16:57:06.366294Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:57.873613Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:54:57.867647Z", "last_refresh": "2024-02-11T16:57:06.366354Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:53:32.998901Z", "last_refresh": "2024-02-11T16:57:07.472750Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-11T16:56:57.378029Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-11T16:57:01.184426Z", "last_refresh": "2024-02-11T16:57:06.366589Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-11T16:59:32.132 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-11T16:59:32.946 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:59:32 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T16:59:31.230638+0000 mgr.smithi088.srytvt (mgr.14180) 270 : cluster [DBG] pgmap v198: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T16:59:32.946 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:59:32 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T16:59:31.720255+0000 mgr.smithi088.srytvt (mgr.14180) 271 : audit [DBG] from='client.14824 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T16:59:33.035 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:59:32 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T16:59:31.230638+0000 mgr.smithi088.srytvt (mgr.14180) 270 : cluster [DBG] pgmap v198: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T16:59:33.035 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:59:32 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:59:31.720255+0000 mgr.smithi088.srytvt (mgr.14180) 271 : audit [DBG] from='client.14824 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T16:59:33.133 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid eb5e91f4-c8fd-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T16:59:34.485 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-11T16:59:34.486 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:53:35.782365Z", "last_refresh": "2024-02-11T16:57:07.472509Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:53:31.954385Z", "last_refresh": "2024-02-11T16:57:06.366008Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:53:34.066531Z", "last_refresh": "2024-02-11T16:57:07.472632Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T16:57:01.424627Z 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.88/16"}, "status": {"created": "2024-02-11T16:57:01.421766Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:53:31.041620Z", "last_refresh": "2024-02-11T16:57:06.366161Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:32.209992Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:54:32.207503Z", "last_refresh": "2024-02-11T16:57:06.366231Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:01.420843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T16:57:01.417643Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:53:34.907593Z", "last_refresh": "2024-02-11T16:57:06.366294Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:57.873613Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:54:57.867647Z", "last_refresh": "2024-02-11T16:57:06.366354Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:53:32.998901Z", "last_refresh": "2024-02-11T16:57:07.472750Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-11T16:56:57.378029Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-11T16:57:01.184426Z", "last_refresh": "2024-02-11T16:57:06.366589Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-11T16:59:34.760 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:59:34 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T16:59:33.231454+0000 mgr.smithi088.srytvt (mgr.14180) 272 : cluster [DBG] pgmap v199: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-11T16:59:34.870 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-11T16:59:34.946 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:59:34 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T16:59:33.231454+0000 mgr.smithi088.srytvt (mgr.14180) 272 : cluster [DBG] pgmap v199: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-11T16:59:35.871 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid eb5e91f4-c8fd-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T16:59:36.035 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:59:35 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:59:34.481587+0000 mgr.smithi088.srytvt (mgr.14180) 273 : audit [DBG] from='client.14828 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T16:59:36.196 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:59:35 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T16:59:34.481587+0000 mgr.smithi088.srytvt (mgr.14180) 273 : audit [DBG] from='client.14828 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T16:59:36.785 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:59:36 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T16:59:35.232244+0000 mgr.smithi088.srytvt (mgr.14180) 274 : cluster [DBG] pgmap v200: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-11T16:59:37.196 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:59:36 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T16:59:35.232244+0000 mgr.smithi088.srytvt (mgr.14180) 274 : cluster [DBG] pgmap v200: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-11T16:59:37.253 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-11T16:59:37.253 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:53:35.782365Z", "last_refresh": "2024-02-11T16:57:07.472509Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:53:31.954385Z", "last_refresh": "2024-02-11T16:57:06.366008Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:53:34.066531Z", "last_refresh": "2024-02-11T16:57:07.472632Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T16:57:01.424627Z 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.88/16"}, "status": {"created": "2024-02-11T16:57:01.421766Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:53:31.041620Z", "last_refresh": "2024-02-11T16:57:06.366161Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:32.209992Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:54:32.207503Z", "last_refresh": "2024-02-11T16:57:06.366231Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:01.420843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T16:57:01.417643Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:53:34.907593Z", "last_refresh": "2024-02-11T16:57:06.366294Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:57.873613Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:54:57.867647Z", "last_refresh": "2024-02-11T16:57:06.366354Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:53:32.998901Z", "last_refresh": "2024-02-11T16:57:07.472750Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-11T16:56:57.378029Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-11T16:57:01.184426Z", "last_refresh": "2024-02-11T16:57:06.366589Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-11T16:59:37.670 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-11T16:59:38.671 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid eb5e91f4-c8fd-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T16:59:39.014 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:59:38 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T16:59:37.232709+0000 mgr.smithi088.srytvt (mgr.14180) 275 : cluster [DBG] pgmap v201: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-11T16:59:39.015 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:59:38 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:59:37.249241+0000 mgr.smithi088.srytvt (mgr.14180) 276 : audit [DBG] from='client.14832 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T16:59:39.196 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:59:38 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T16:59:37.232709+0000 mgr.smithi088.srytvt (mgr.14180) 275 : cluster [DBG] pgmap v201: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-11T16:59:39.196 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:59:38 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T16:59:37.249241+0000 mgr.smithi088.srytvt (mgr.14180) 276 : audit [DBG] from='client.14832 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T16:59:40.027 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-11T16:59:40.027 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:53:35.782365Z", "last_refresh": "2024-02-11T16:57:07.472509Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:53:31.954385Z", "last_refresh": "2024-02-11T16:57:06.366008Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:53:34.066531Z", "last_refresh": "2024-02-11T16:57:07.472632Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T16:57:01.424627Z 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.88/16"}, "status": {"created": "2024-02-11T16:57:01.421766Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:53:31.041620Z", "last_refresh": "2024-02-11T16:57:06.366161Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:32.209992Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:54:32.207503Z", "last_refresh": "2024-02-11T16:57:06.366231Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:01.420843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T16:57:01.417643Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:53:34.907593Z", "last_refresh": "2024-02-11T16:57:06.366294Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:57.873613Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:54:57.867647Z", "last_refresh": "2024-02-11T16:57:06.366354Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:53:32.998901Z", "last_refresh": "2024-02-11T16:57:07.472750Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-11T16:56:57.378029Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-11T16:57:01.184426Z", "last_refresh": "2024-02-11T16:57:06.366589Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-11T16:59:40.411 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-11T16:59:41.035 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:59:40 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T16:59:39.233412+0000 mgr.smithi088.srytvt (mgr.14180) 277 : cluster [DBG] pgmap v202: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-11T16:59:41.196 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:59:40 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T16:59:39.233412+0000 mgr.smithi088.srytvt (mgr.14180) 277 : cluster [DBG] pgmap v202: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-11T16:59:41.411 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid eb5e91f4-c8fd-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T16:59:42.035 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:59:41 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:59:40.023222+0000 mgr.smithi088.srytvt (mgr.14180) 278 : audit [DBG] from='client.14836 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T16:59:42.196 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:59:41 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T16:59:40.023222+0000 mgr.smithi088.srytvt (mgr.14180) 278 : audit [DBG] from='client.14836 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T16:59:42.777 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-11T16:59:42.777 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:53:35.782365Z", "last_refresh": "2024-02-11T16:57:07.472509Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:53:31.954385Z", "last_refresh": "2024-02-11T16:57:06.366008Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:53:34.066531Z", "last_refresh": "2024-02-11T16:57:07.472632Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T16:57:01.424627Z 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.88/16"}, "status": {"created": "2024-02-11T16:57:01.421766Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:53:31.041620Z", "last_refresh": "2024-02-11T16:57:06.366161Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:32.209992Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:54:32.207503Z", "last_refresh": "2024-02-11T16:57:06.366231Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:01.420843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T16:57:01.417643Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:53:34.907593Z", "last_refresh": "2024-02-11T16:57:06.366294Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:57.873613Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:54:57.867647Z", "last_refresh": "2024-02-11T16:57:06.366354Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:53:32.998901Z", "last_refresh": "2024-02-11T16:57:07.472750Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-11T16:56:57.378029Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-11T16:57:01.184426Z", "last_refresh": "2024-02-11T16:57:06.366589Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-11T16:59:42.963 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:59:42 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T16:59:41.234238+0000 mgr.smithi088.srytvt (mgr.14180) 279 : cluster [DBG] pgmap v203: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 426 B/s rd, 0 op/s 2024-02-11T16:59:43.186 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-11T16:59:43.196 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:59:42 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T16:59:41.234238+0000 mgr.smithi088.srytvt (mgr.14180) 279 : cluster [DBG] pgmap v203: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 426 B/s rd, 0 op/s 2024-02-11T16:59:44.035 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:59:43 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:59:42.773211+0000 mgr.smithi088.srytvt (mgr.14180) 280 : audit [DBG] from='client.14840 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T16:59:44.035 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:59:43 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:59:43.301611+0000 mon.smithi088 (mon.0) 674 : audit [INF] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi148.dvckok"}]: dispatch 2024-02-11T16:59:44.188 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid eb5e91f4-c8fd-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T16:59:44.196 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:59:43 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T16:59:42.773211+0000 mgr.smithi088.srytvt (mgr.14180) 280 : audit [DBG] from='client.14840 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T16:59:44.196 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:59:43 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T16:59:43.301611+0000 mon.smithi088 (mon.0) 674 : audit [INF] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi148.dvckok"}]: dispatch 2024-02-11T16:59:44.872 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:59:44 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T16:59:43.234873+0000 mgr.smithi088.srytvt (mgr.14180) 281 : cluster [DBG] pgmap v204: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-11T16:59:44.872 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:59:44 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cephadm 2024-02-11T16:59:43.301143+0000 mgr.smithi088.srytvt (mgr.14180) 282 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-dvckok 2024-02-11T16:59:44.872 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:59:44 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: /bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-dvckok 2024-02-11T16:59:44.872 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:59:44 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.dvckok 2024-02-11T16:59:44.873 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:59:44 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: /bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.dvckok 2024-02-11T16:59:44.873 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:59:44 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: Deploy daemon haproxy.nfs.foo.smithi148.dvckok ... 2024-02-11T16:59:44.873 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:59:44 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: Non-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T16:59:44.873 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:59:44 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-11T16:59:44.873 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:59:44 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: stat: stderr time="2024-02-11T16:57:50Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-11T16:59:44.873 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:59:44 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: stat: stderr time="2024-02-11T16:58:28Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-11T16:59:44.873 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:59:44 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: stat: stderr time="2024-02-11T16:59:05Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-11T16:59:44.873 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:59:44 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: 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-11T16:59:44.873 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:59:44 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T16:59:44.873 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:59:44 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: Traceback (most recent call last): 2024-02-11T16:59:44.873 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:59:44 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-11T16:59:44.873 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:59:44 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: yield (conn, connr) 2024-02-11T16:59:44.873 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:59:44 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-11T16:59:44.873 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:59:44 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: code, '\n'.join(err))) 2024-02-11T16:59:44.873 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:59:44 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: 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-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-dvckok 2024-02-11T16:59:44.874 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:59:44 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: /bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-dvckok 2024-02-11T16:59:44.874 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:59:44 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.dvckok 2024-02-11T16:59:44.874 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:59:44 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: /bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.dvckok 2024-02-11T16:59:44.874 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:59:44 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: Deploy daemon haproxy.nfs.foo.smithi148.dvckok ... 2024-02-11T16:59:44.874 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:59:44 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: Non-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T16:59:44.874 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:59:44 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-11T16:59:44.874 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:59:44 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: stat: stderr time="2024-02-11T16:57:50Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-11T16:59:44.874 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:59:44 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: stat: stderr time="2024-02-11T16:58:28Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-11T16:59:44.874 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:59:44 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: stat: stderr time="2024-02-11T16:59:05Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-11T16:59:44.874 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:59:44 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: 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-11T16:59:44.874 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:59:44 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T16:59:44.874 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:59:44 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cephadm 2024-02-11T16:59:43.301335+0000 mgr.smithi088.srytvt (mgr.14180) 283 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi148.dvckok 2024-02-11T16:59:44.874 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:59:44 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cephadm 2024-02-11T16:59:43.302227+0000 mgr.smithi088.srytvt (mgr.14180) 284 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi148.dvckok on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-dvckok 2024-02-11T16:59:44.874 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:59:44 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: /bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-dvckok 2024-02-11T16:59:44.874 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:59:44 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.dvckok 2024-02-11T16:59:44.874 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:59:44 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: /bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.dvckok 2024-02-11T16:59:44.875 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:59:44 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: Deploy daemon haproxy.nfs.foo.smithi148.dvckok ... 2024-02-11T16:59:44.875 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:59:44 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: Non-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T16:59:44.875 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:59:44 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-11T16:59:44.875 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:59:44 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: stat: stderr time="2024-02-11T16:57:50Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-11T16:59:44.875 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:59:44 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: stat: stderr time="2024-02-11T16:58:28Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-11T16:59:44.875 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:59:44 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: stat: stderr time="2024-02-11T16:59:05Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-11T16:59:44.875 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:59:44 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: 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-11T16:59:44.875 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:59:44 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T16:59:44.875 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:59:44 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cephadm 2024-02-11T16:59:43.303745+0000 mgr.smithi088.srytvt (mgr.14180) 285 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi088.dzldse on smithi088 2024-02-11T16:59:45.196 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:59:44 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T16:59:43.234873+0000 mgr.smithi088.srytvt (mgr.14180) 281 : cluster [DBG] pgmap v204: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-11T16:59:45.197 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:59:44 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cephadm 2024-02-11T16:59:43.301143+0000 mgr.smithi088.srytvt (mgr.14180) 282 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-dvckok 2024-02-11T16:59:45.197 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:59:44 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: /bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-dvckok 2024-02-11T16:59:45.197 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:59:44 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.dvckok 2024-02-11T16:59:45.197 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:59:44 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: /bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.dvckok 2024-02-11T16:59:45.197 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:59:44 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: Deploy daemon haproxy.nfs.foo.smithi148.dvckok ... 2024-02-11T16:59:45.197 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:59:44 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: Non-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T16:59:45.197 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:59:44 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-11T16:59:45.197 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:59:44 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: stat: stderr time="2024-02-11T16:57:50Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-11T16:59:45.197 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:59:44 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: stat: stderr time="2024-02-11T16:58:28Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-11T16:59:45.197 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:59:44 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: stat: stderr time="2024-02-11T16:59:05Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-11T16:59:45.197 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:59:44 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: 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-11T16:59:45.198 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:59:44 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T16:59:45.198 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:59:44 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: Traceback (most recent call last): 2024-02-11T16:59:45.198 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:59:44 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-11T16:59:45.198 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:59:44 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: yield (conn, connr) 2024-02-11T16:59:45.198 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:59:44 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-11T16:59:45.198 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:59:44 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: code, '\n'.join(err))) 2024-02-11T16:59:45.198 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:59:44 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: 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-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-dvckok 2024-02-11T16:59:45.198 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:59:44 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: /bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-dvckok 2024-02-11T16:59:45.198 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:59:44 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.dvckok 2024-02-11T16:59:45.198 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:59:44 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: /bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.dvckok 2024-02-11T16:59:45.198 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:59:44 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: Deploy daemon haproxy.nfs.foo.smithi148.dvckok ... 2024-02-11T16:59:45.198 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:59:44 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: Non-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T16:59:45.198 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:59:44 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-11T16:59:45.198 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:59:44 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: stat: stderr time="2024-02-11T16:57:50Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-11T16:59:45.199 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:59:44 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: stat: stderr time="2024-02-11T16:58:28Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-11T16:59:45.199 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:59:44 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: stat: stderr time="2024-02-11T16:59:05Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-11T16:59:45.199 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:59:44 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: 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-11T16:59:45.199 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:59:44 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T16:59:45.199 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:59:44 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cephadm 2024-02-11T16:59:43.301335+0000 mgr.smithi088.srytvt (mgr.14180) 283 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi148.dvckok 2024-02-11T16:59:45.199 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:59:44 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cephadm 2024-02-11T16:59:43.302227+0000 mgr.smithi088.srytvt (mgr.14180) 284 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi148.dvckok on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-dvckok 2024-02-11T16:59:45.199 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:59:44 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: /bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-dvckok 2024-02-11T16:59:45.199 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:59:44 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.dvckok 2024-02-11T16:59:45.199 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:59:44 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: /bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.dvckok 2024-02-11T16:59:45.199 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:59:44 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: Deploy daemon haproxy.nfs.foo.smithi148.dvckok ... 2024-02-11T16:59:45.199 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:59:44 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: Non-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T16:59:45.199 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:59:44 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-11T16:59:45.199 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:59:44 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: stat: stderr time="2024-02-11T16:57:50Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-11T16:59:45.199 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:59:44 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: stat: stderr time="2024-02-11T16:58:28Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-11T16:59:45.200 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:59:44 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: stat: stderr time="2024-02-11T16:59:05Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-11T16:59:45.200 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:59:44 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: 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-11T16:59:45.200 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:59:44 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T16:59:45.200 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:59:44 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cephadm 2024-02-11T16:59:43.303745+0000 mgr.smithi088.srytvt (mgr.14180) 285 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi088.dzldse on smithi088 2024-02-11T16:59:45.525 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-11T16:59:45.526 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:53:35.782365Z", "last_refresh": "2024-02-11T16:57:07.472509Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:53:31.954385Z", "last_refresh": "2024-02-11T16:57:06.366008Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:53:34.066531Z", "last_refresh": "2024-02-11T16:57:07.472632Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T16:57:01.424627Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-11T16:59:43.302144Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.dvckok on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-dvckok\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-dvckok\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.dvckok\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.dvckok\nDeploy daemon haproxy.nfs.foo.smithi148.dvckok ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T16:57:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T16:58:28Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T16:59:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.88/16"}, "status": {"created": "2024-02-11T16:57:01.421766Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:53:31.041620Z", "last_refresh": "2024-02-11T16:57:06.366161Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:32.209992Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:54:32.207503Z", "last_refresh": "2024-02-11T16:57:06.366231Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:01.420843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T16:57:01.417643Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:53:34.907593Z", "last_refresh": "2024-02-11T16:57:06.366294Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:57.873613Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:54:57.867647Z", "last_refresh": "2024-02-11T16:57:06.366354Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:53:32.998901Z", "last_refresh": "2024-02-11T16:57:07.472750Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-11T16:56:57.378029Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-11T16:57:01.184426Z", "last_refresh": "2024-02-11T16:57:06.366589Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-11T16:59:45.884 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-11T16:59:46.886 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid eb5e91f4-c8fd-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T16:59:47.035 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:59:46 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T16:59:45.235534+0000 mgr.smithi088.srytvt (mgr.14180) 286 : cluster [DBG] pgmap v205: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T16:59:47.035 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:59:46 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:59:45.521768+0000 mgr.smithi088.srytvt (mgr.14180) 287 : audit [DBG] from='client.14844 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T16:59:47.196 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:59:46 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T16:59:45.235534+0000 mgr.smithi088.srytvt (mgr.14180) 286 : cluster [DBG] pgmap v205: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T16:59:47.196 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:59:46 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T16:59:45.521768+0000 mgr.smithi088.srytvt (mgr.14180) 287 : audit [DBG] from='client.14844 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T16:59:48.266 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-11T16:59:48.266 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:53:35.782365Z", "last_refresh": "2024-02-11T16:57:07.472509Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:53:31.954385Z", "last_refresh": "2024-02-11T16:57:06.366008Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:53:34.066531Z", "last_refresh": "2024-02-11T16:57:07.472632Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T16:57:01.424627Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-11T16:59:43.302144Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.dvckok on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-dvckok\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-dvckok\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.dvckok\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.dvckok\nDeploy daemon haproxy.nfs.foo.smithi148.dvckok ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T16:57:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T16:58:28Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T16:59:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.88/16"}, "status": {"created": "2024-02-11T16:57:01.421766Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:53:31.041620Z", "last_refresh": "2024-02-11T16:57:06.366161Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:32.209992Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:54:32.207503Z", "last_refresh": "2024-02-11T16:57:06.366231Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:01.420843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T16:57:01.417643Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:53:34.907593Z", "last_refresh": "2024-02-11T16:57:06.366294Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:57.873613Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:54:57.867647Z", "last_refresh": "2024-02-11T16:57:06.366354Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:53:32.998901Z", "last_refresh": "2024-02-11T16:57:07.472750Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-11T16:56:57.378029Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-11T16:57:01.184426Z", "last_refresh": "2024-02-11T16:57:06.366589Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-11T16:59:48.667 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-11T16:59:49.035 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:59:48 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T16:59:47.236091+0000 mgr.smithi088.srytvt (mgr.14180) 288 : cluster [DBG] pgmap v206: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T16:59:49.196 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:59:48 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T16:59:47.236091+0000 mgr.smithi088.srytvt (mgr.14180) 288 : cluster [DBG] pgmap v206: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T16:59:49.667 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid eb5e91f4-c8fd-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T16:59:50.011 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:59:49 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:59:48.262025+0000 mgr.smithi088.srytvt (mgr.14180) 289 : audit [DBG] from='client.14848 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T16:59:50.196 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:59:49 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T16:59:48.262025+0000 mgr.smithi088.srytvt (mgr.14180) 289 : audit [DBG] from='client.14848 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T16:59:51.013 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-11T16:59:51.013 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:53:35.782365Z", "last_refresh": "2024-02-11T16:57:07.472509Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:53:31.954385Z", "last_refresh": "2024-02-11T16:57:06.366008Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:53:34.066531Z", "last_refresh": "2024-02-11T16:57:07.472632Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T16:57:01.424627Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-11T16:59:43.302144Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.dvckok on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-dvckok\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-dvckok\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.dvckok\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.dvckok\nDeploy daemon haproxy.nfs.foo.smithi148.dvckok ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T16:57:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T16:58:28Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T16:59:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.88/16"}, "status": {"created": "2024-02-11T16:57:01.421766Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:53:31.041620Z", "last_refresh": "2024-02-11T16:57:06.366161Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:32.209992Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:54:32.207503Z", "last_refresh": "2024-02-11T16:57:06.366231Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:01.420843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T16:57:01.417643Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:53:34.907593Z", "last_refresh": "2024-02-11T16:57:06.366294Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:57.873613Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:54:57.867647Z", "last_refresh": "2024-02-11T16:57:06.366354Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:53:32.998901Z", "last_refresh": "2024-02-11T16:57:07.472750Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-11T16:56:57.378029Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-11T16:57:01.184426Z", "last_refresh": "2024-02-11T16:57:06.366589Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-11T16:59:51.033 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:59:50 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T16:59:49.236870+0000 mgr.smithi088.srytvt (mgr.14180) 290 : cluster [DBG] pgmap v207: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T16:59:51.196 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:59:50 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T16:59:49.236870+0000 mgr.smithi088.srytvt (mgr.14180) 290 : cluster [DBG] pgmap v207: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T16:59:51.391 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-11T16:59:52.392 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid eb5e91f4-c8fd-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T16:59:53.035 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:59:52 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:59:51.008591+0000 mgr.smithi088.srytvt (mgr.14180) 291 : audit [DBG] from='client.14852 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T16:59:53.036 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:59:52 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T16:59:51.237608+0000 mgr.smithi088.srytvt (mgr.14180) 292 : cluster [DBG] pgmap v208: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T16:59:53.196 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:59:52 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T16:59:51.008591+0000 mgr.smithi088.srytvt (mgr.14180) 291 : audit [DBG] from='client.14852 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T16:59:53.196 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:59:52 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T16:59:51.237608+0000 mgr.smithi088.srytvt (mgr.14180) 292 : cluster [DBG] pgmap v208: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T16:59:53.792 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-11T16:59:53.792 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:53:35.782365Z", "last_refresh": "2024-02-11T16:57:07.472509Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:53:31.954385Z", "last_refresh": "2024-02-11T16:57:06.366008Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:53:34.066531Z", "last_refresh": "2024-02-11T16:57:07.472632Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T16:57:01.424627Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-11T16:59:43.302144Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.dvckok on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-dvckok\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-dvckok\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.dvckok\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.dvckok\nDeploy daemon haproxy.nfs.foo.smithi148.dvckok ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T16:57:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T16:58:28Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T16:59:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.88/16"}, "status": {"created": "2024-02-11T16:57:01.421766Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:53:31.041620Z", "last_refresh": "2024-02-11T16:57:06.366161Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:32.209992Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:54:32.207503Z", "last_refresh": "2024-02-11T16:57:06.366231Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:01.420843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T16:57:01.417643Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:53:34.907593Z", "last_refresh": "2024-02-11T16:57:06.366294Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:57.873613Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:54:57.867647Z", "last_refresh": "2024-02-11T16:57:06.366354Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:53:32.998901Z", "last_refresh": "2024-02-11T16:57:07.472750Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-11T16:56:57.378029Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-11T16:57:01.184426Z", "last_refresh": "2024-02-11T16:57:06.366589Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-11T16:59:54.166 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-11T16:59:55.035 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:59:54 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T16:59:53.238348+0000 mgr.smithi088.srytvt (mgr.14180) 293 : cluster [DBG] pgmap v209: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T16:59:55.035 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:59:54 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:59:53.788333+0000 mgr.smithi088.srytvt (mgr.14180) 294 : audit [DBG] from='client.14856 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T16:59:55.166 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid eb5e91f4-c8fd-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T16:59:55.196 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:59:54 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T16:59:53.238348+0000 mgr.smithi088.srytvt (mgr.14180) 293 : cluster [DBG] pgmap v209: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T16:59:55.196 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:59:54 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T16:59:53.788333+0000 mgr.smithi088.srytvt (mgr.14180) 294 : audit [DBG] from='client.14856 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T16:59:56.584 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-11T16:59:56.584 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:53:35.782365Z", "last_refresh": "2024-02-11T16:57:07.472509Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:53:31.954385Z", "last_refresh": "2024-02-11T16:57:06.366008Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:53:34.066531Z", "last_refresh": "2024-02-11T16:57:07.472632Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T16:57:01.424627Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-11T16:59:43.302144Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.dvckok on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-dvckok\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-dvckok\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.dvckok\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.dvckok\nDeploy daemon haproxy.nfs.foo.smithi148.dvckok ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T16:57:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T16:58:28Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T16:59:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.88/16"}, "status": {"created": "2024-02-11T16:57:01.421766Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:53:31.041620Z", "last_refresh": "2024-02-11T16:57:06.366161Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:32.209992Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:54:32.207503Z", "last_refresh": "2024-02-11T16:57:06.366231Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:01.420843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T16:57:01.417643Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:53:34.907593Z", "last_refresh": "2024-02-11T16:57:06.366294Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:57.873613Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:54:57.867647Z", "last_refresh": "2024-02-11T16:57:06.366354Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:53:32.998901Z", "last_refresh": "2024-02-11T16:57:07.472750Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-11T16:56:57.378029Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-11T16:57:01.184426Z", "last_refresh": "2024-02-11T16:57:06.366589Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-11T16:59:56.914 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:59:56 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T16:59:55.239174+0000 mgr.smithi088.srytvt (mgr.14180) 295 : cluster [DBG] pgmap v210: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T16:59:56.974 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-11T16:59:57.196 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:59:56 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T16:59:55.239174+0000 mgr.smithi088.srytvt (mgr.14180) 295 : cluster [DBG] pgmap v210: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T16:59:57.974 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid eb5e91f4-c8fd-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T16:59:58.007 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:59:57 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:59:56.579601+0000 mgr.smithi088.srytvt (mgr.14180) 296 : audit [DBG] from='client.14860 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T16:59:58.196 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:59:57 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T16:59:56.579601+0000 mgr.smithi088.srytvt (mgr.14180) 296 : audit [DBG] from='client.14860 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T16:59:58.977 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 16:59:58 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T16:59:57.239785+0000 mgr.smithi088.srytvt (mgr.14180) 297 : cluster [DBG] pgmap v211: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T16:59:59.196 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 16:59:58 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T16:59:57.239785+0000 mgr.smithi088.srytvt (mgr.14180) 297 : cluster [DBG] pgmap v211: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T16:59:59.331 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-11T16:59:59.331 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:53:35.782365Z", "last_refresh": "2024-02-11T16:57:07.472509Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:53:31.954385Z", "last_refresh": "2024-02-11T16:57:06.366008Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:53:34.066531Z", "last_refresh": "2024-02-11T16:57:07.472632Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T16:57:01.424627Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-11T16:59:43.302144Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.dvckok on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-dvckok\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-dvckok\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.dvckok\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.dvckok\nDeploy daemon haproxy.nfs.foo.smithi148.dvckok ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T16:57:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T16:58:28Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T16:59:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.88/16"}, "status": {"created": "2024-02-11T16:57:01.421766Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:53:31.041620Z", "last_refresh": "2024-02-11T16:57:06.366161Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:32.209992Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:54:32.207503Z", "last_refresh": "2024-02-11T16:57:06.366231Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:01.420843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T16:57:01.417643Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:53:34.907593Z", "last_refresh": "2024-02-11T16:57:06.366294Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:57.873613Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:54:57.867647Z", "last_refresh": "2024-02-11T16:57:06.366354Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:53:32.998901Z", "last_refresh": "2024-02-11T16:57:07.472750Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-11T16:56:57.378029Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-11T16:57:01.184426Z", "last_refresh": "2024-02-11T16:57:06.366589Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-11T16:59:59.698 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-11T17:00:00.699 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid eb5e91f4-c8fd-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:00:01.026 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:00:00 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T16:59:59.240342+0000 mgr.smithi088.srytvt (mgr.14180) 298 : cluster [DBG] pgmap v212: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:00:01.026 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:00:00 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T16:59:59.326829+0000 mgr.smithi088.srytvt (mgr.14180) 299 : audit [DBG] from='client.14864 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:00:01.026 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:00:00 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T17:00:00.000107+0000 mon.smithi088 (mon.0) 675 : cluster [INF] overall HEALTH_OK 2024-02-11T17:00:01.196 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:00:00 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T16:59:59.240342+0000 mgr.smithi088.srytvt (mgr.14180) 298 : cluster [DBG] pgmap v212: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:00:01.196 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:00:00 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T16:59:59.326829+0000 mgr.smithi088.srytvt (mgr.14180) 299 : audit [DBG] from='client.14864 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:00:01.196 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:00:00 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T17:00:00.000107+0000 mon.smithi088 (mon.0) 675 : cluster [INF] overall HEALTH_OK 2024-02-11T17:00:02.033 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-11T17:00:02.033 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:53:35.782365Z", "last_refresh": "2024-02-11T16:57:07.472509Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:53:31.954385Z", "last_refresh": "2024-02-11T16:57:06.366008Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:53:34.066531Z", "last_refresh": "2024-02-11T16:57:07.472632Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T16:57:01.424627Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-11T16:59:43.302144Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.dvckok on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-dvckok\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-dvckok\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.dvckok\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.dvckok\nDeploy daemon haproxy.nfs.foo.smithi148.dvckok ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T16:57:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T16:58:28Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T16:59:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.88/16"}, "status": {"created": "2024-02-11T16:57:01.421766Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:53:31.041620Z", "last_refresh": "2024-02-11T16:57:06.366161Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:32.209992Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:54:32.207503Z", "last_refresh": "2024-02-11T16:57:06.366231Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:01.420843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T16:57:01.417643Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:53:34.907593Z", "last_refresh": "2024-02-11T16:57:06.366294Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:57.873613Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:54:57.867647Z", "last_refresh": "2024-02-11T16:57:06.366354Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:53:32.998901Z", "last_refresh": "2024-02-11T16:57:07.472750Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-11T16:56:57.378029Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-11T16:57:01.184426Z", "last_refresh": "2024-02-11T16:57:06.366589Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-11T17:00:02.406 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-11T17:00:03.035 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:00:02 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T17:00:01.241185+0000 mgr.smithi088.srytvt (mgr.14180) 300 : cluster [DBG] pgmap v213: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:00:03.196 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:00:02 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T17:00:01.241185+0000 mgr.smithi088.srytvt (mgr.14180) 300 : cluster [DBG] pgmap v213: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:00:03.408 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid eb5e91f4-c8fd-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:00:04.026 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:00:03 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T17:00:02.028736+0000 mgr.smithi088.srytvt (mgr.14180) 301 : audit [DBG] from='client.14868 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:00:04.196 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:00:03 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T17:00:02.028736+0000 mgr.smithi088.srytvt (mgr.14180) 301 : audit [DBG] from='client.14868 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:00:04.716 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-11T17:00:04.716 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:53:35.782365Z", "last_refresh": "2024-02-11T16:57:07.472509Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:53:31.954385Z", "last_refresh": "2024-02-11T16:57:06.366008Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:53:34.066531Z", "last_refresh": "2024-02-11T16:57:07.472632Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T16:57:01.424627Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-11T16:59:43.302144Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.dvckok on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-dvckok\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-dvckok\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.dvckok\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.dvckok\nDeploy daemon haproxy.nfs.foo.smithi148.dvckok ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T16:57:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T16:58:28Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T16:59:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.88/16"}, "status": {"created": "2024-02-11T16:57:01.421766Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:53:31.041620Z", "last_refresh": "2024-02-11T16:57:06.366161Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:32.209992Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:54:32.207503Z", "last_refresh": "2024-02-11T16:57:06.366231Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:01.420843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T16:57:01.417643Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:53:34.907593Z", "last_refresh": "2024-02-11T16:57:06.366294Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:57.873613Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:54:57.867647Z", "last_refresh": "2024-02-11T16:57:06.366354Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:53:32.998901Z", "last_refresh": "2024-02-11T16:57:07.472750Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-11T16:56:57.378029Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-11T16:57:01.184426Z", "last_refresh": "2024-02-11T16:57:06.366589Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-11T17:00:05.035 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:00:04 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T17:00:03.241832+0000 mgr.smithi088.srytvt (mgr.14180) 302 : cluster [DBG] pgmap v214: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:00:05.122 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-11T17:00:05.196 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:00:04 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T17:00:03.241832+0000 mgr.smithi088.srytvt (mgr.14180) 302 : cluster [DBG] pgmap v214: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:00:06.035 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:00:05 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T17:00:04.712032+0000 mgr.smithi088.srytvt (mgr.14180) 303 : audit [DBG] from='client.14872 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:00:06.123 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid eb5e91f4-c8fd-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:00:06.196 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:00:05 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T17:00:04.712032+0000 mgr.smithi088.srytvt (mgr.14180) 303 : audit [DBG] from='client.14872 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:00:07.035 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:00:06 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T17:00:05.242681+0000 mgr.smithi088.srytvt (mgr.14180) 304 : cluster [DBG] pgmap v215: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:00:07.196 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:00:06 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T17:00:05.242681+0000 mgr.smithi088.srytvt (mgr.14180) 304 : cluster [DBG] pgmap v215: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:00:07.430 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-11T17:00:07.430 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:53:35.782365Z", "last_refresh": "2024-02-11T16:57:07.472509Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:53:31.954385Z", "last_refresh": "2024-02-11T16:57:06.366008Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:53:34.066531Z", "last_refresh": "2024-02-11T16:57:07.472632Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T16:57:01.424627Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-11T16:59:43.302144Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.dvckok on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-dvckok\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-dvckok\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.dvckok\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.dvckok\nDeploy daemon haproxy.nfs.foo.smithi148.dvckok ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T16:57:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T16:58:28Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T16:59:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.88/16"}, "status": {"created": "2024-02-11T16:57:01.421766Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:53:31.041620Z", "last_refresh": "2024-02-11T16:57:06.366161Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:32.209992Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:54:32.207503Z", "last_refresh": "2024-02-11T16:57:06.366231Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:01.420843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T16:57:01.417643Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:53:34.907593Z", "last_refresh": "2024-02-11T16:57:06.366294Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:57.873613Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:54:57.867647Z", "last_refresh": "2024-02-11T16:57:06.366354Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:53:32.998901Z", "last_refresh": "2024-02-11T16:57:07.472750Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-11T16:56:57.378029Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-11T16:57:01.184426Z", "last_refresh": "2024-02-11T16:57:06.366589Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-11T17:00:07.820 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-11T17:00:08.821 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid eb5e91f4-c8fd-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:00:09.035 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:00:08 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T17:00:07.243187+0000 mgr.smithi088.srytvt (mgr.14180) 305 : cluster [DBG] pgmap v216: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:00:09.036 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:00:08 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T17:00:07.425760+0000 mgr.smithi088.srytvt (mgr.14180) 306 : audit [DBG] from='client.14876 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:00:09.196 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:00:08 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T17:00:07.243187+0000 mgr.smithi088.srytvt (mgr.14180) 305 : cluster [DBG] pgmap v216: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:00:09.196 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:00:08 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T17:00:07.425760+0000 mgr.smithi088.srytvt (mgr.14180) 306 : audit [DBG] from='client.14876 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:00:10.173 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-11T17:00:10.174 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:53:35.782365Z", "last_refresh": "2024-02-11T16:57:07.472509Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:53:31.954385Z", "last_refresh": "2024-02-11T16:57:06.366008Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:53:34.066531Z", "last_refresh": "2024-02-11T16:57:07.472632Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T16:57:01.424627Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-11T16:59:43.302144Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.dvckok on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-dvckok\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-dvckok\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.dvckok\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.dvckok\nDeploy daemon haproxy.nfs.foo.smithi148.dvckok ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T16:57:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T16:58:28Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T16:59:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.88/16"}, "status": {"created": "2024-02-11T16:57:01.421766Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:53:31.041620Z", "last_refresh": "2024-02-11T16:57:06.366161Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:32.209992Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:54:32.207503Z", "last_refresh": "2024-02-11T16:57:06.366231Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:01.420843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T16:57:01.417643Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:53:34.907593Z", "last_refresh": "2024-02-11T16:57:06.366294Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:57.873613Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:54:57.867647Z", "last_refresh": "2024-02-11T16:57:06.366354Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:53:32.998901Z", "last_refresh": "2024-02-11T16:57:07.472750Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-11T16:56:57.378029Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-11T16:57:01.184426Z", "last_refresh": "2024-02-11T16:57:06.366589Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-11T17:00:10.570 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-11T17:00:11.035 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:00:10 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T17:00:09.243724+0000 mgr.smithi088.srytvt (mgr.14180) 307 : cluster [DBG] pgmap v217: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:00:11.196 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:00:10 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T17:00:09.243724+0000 mgr.smithi088.srytvt (mgr.14180) 307 : cluster [DBG] pgmap v217: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:00:11.571 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid eb5e91f4-c8fd-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:00:11.905 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:00:11 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T17:00:10.169377+0000 mgr.smithi088.srytvt (mgr.14180) 308 : audit [DBG] from='client.14880 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:00:12.196 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:00:11 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T17:00:10.169377+0000 mgr.smithi088.srytvt (mgr.14180) 308 : audit [DBG] from='client.14880 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:00:12.889 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-11T17:00:12.890 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:53:35.782365Z", "last_refresh": "2024-02-11T16:57:07.472509Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:53:31.954385Z", "last_refresh": "2024-02-11T16:57:06.366008Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:53:34.066531Z", "last_refresh": "2024-02-11T16:57:07.472632Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T16:57:01.424627Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-11T16:59:43.302144Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.dvckok on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-dvckok\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-dvckok\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.dvckok\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.dvckok\nDeploy daemon haproxy.nfs.foo.smithi148.dvckok ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T16:57:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T16:58:28Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T16:59:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.88/16"}, "status": {"created": "2024-02-11T16:57:01.421766Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:53:31.041620Z", "last_refresh": "2024-02-11T16:57:06.366161Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:32.209992Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:54:32.207503Z", "last_refresh": "2024-02-11T16:57:06.366231Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:01.420843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T16:57:01.417643Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:53:34.907593Z", "last_refresh": "2024-02-11T16:57:06.366294Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:57.873613Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:54:57.867647Z", "last_refresh": "2024-02-11T16:57:06.366354Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:53:32.998901Z", "last_refresh": "2024-02-11T16:57:07.472750Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-11T16:56:57.378029Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-11T16:57:01.184426Z", "last_refresh": "2024-02-11T16:57:06.366589Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-11T17:00:13.035 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:00:12 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T17:00:11.244374+0000 mgr.smithi088.srytvt (mgr.14180) 309 : cluster [DBG] pgmap v218: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:00:13.196 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:00:12 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T17:00:11.244374+0000 mgr.smithi088.srytvt (mgr.14180) 309 : cluster [DBG] pgmap v218: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:00:13.261 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-11T17:00:14.196 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:00:13 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T17:00:12.885495+0000 mgr.smithi088.srytvt (mgr.14180) 310 : audit [DBG] from='client.14884 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:00:14.262 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid eb5e91f4-c8fd-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:00:14.285 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:00:13 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T17:00:12.885495+0000 mgr.smithi088.srytvt (mgr.14180) 310 : audit [DBG] from='client.14884 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:00:14.998 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:00:14 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T17:00:13.245026+0000 mgr.smithi088.srytvt (mgr.14180) 311 : cluster [DBG] pgmap v219: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 597 B/s rd, 85 B/s wr, 0 op/s 2024-02-11T17:00:15.196 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:00:14 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T17:00:13.245026+0000 mgr.smithi088.srytvt (mgr.14180) 311 : cluster [DBG] pgmap v219: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 597 B/s rd, 85 B/s wr, 0 op/s 2024-02-11T17:00:15.705 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-11T17:00:15.705 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:53:35.782365Z", "last_refresh": "2024-02-11T16:57:07.472509Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:53:31.954385Z", "last_refresh": "2024-02-11T16:57:06.366008Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:53:34.066531Z", "last_refresh": "2024-02-11T16:57:07.472632Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T16:57:01.424627Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-11T16:59:43.302144Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.dvckok on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-dvckok\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-dvckok\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.dvckok\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.dvckok\nDeploy daemon haproxy.nfs.foo.smithi148.dvckok ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T16:57:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T16:58:28Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T16:59:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.88/16"}, "status": {"created": "2024-02-11T16:57:01.421766Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:53:31.041620Z", "last_refresh": "2024-02-11T16:57:06.366161Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:32.209992Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:54:32.207503Z", "last_refresh": "2024-02-11T16:57:06.366231Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:01.420843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T16:57:01.417643Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:53:34.907593Z", "last_refresh": "2024-02-11T16:57:06.366294Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:57.873613Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:54:57.867647Z", "last_refresh": "2024-02-11T16:57:06.366354Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:53:32.998901Z", "last_refresh": "2024-02-11T16:57:07.472750Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-11T16:56:57.378029Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-11T16:57:01.184426Z", "last_refresh": "2024-02-11T16:57:06.366589Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-11T17:00:16.121 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-11T17:00:17.122 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid eb5e91f4-c8fd-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:00:17.153 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:00:16 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T17:00:15.245880+0000 mgr.smithi088.srytvt (mgr.14180) 312 : cluster [DBG] pgmap v220: 225 pgs: 225 active+clean; 7.6 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-11T17:00:17.153 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:00:16 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T17:00:15.701085+0000 mgr.smithi088.srytvt (mgr.14180) 313 : audit [DBG] from='client.14888 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:00:17.196 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:00:16 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T17:00:15.245880+0000 mgr.smithi088.srytvt (mgr.14180) 312 : cluster [DBG] pgmap v220: 225 pgs: 225 active+clean; 7.6 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-11T17:00:17.196 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:00:16 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T17:00:15.701085+0000 mgr.smithi088.srytvt (mgr.14180) 313 : audit [DBG] from='client.14888 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:00:18.450 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-11T17:00:18.450 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:53:35.782365Z", "last_refresh": "2024-02-11T16:57:07.472509Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:53:31.954385Z", "last_refresh": "2024-02-11T16:57:06.366008Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:53:34.066531Z", "last_refresh": "2024-02-11T16:57:07.472632Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T16:57:01.424627Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-11T16:59:43.302144Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.dvckok on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-dvckok\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-dvckok\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.dvckok\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.dvckok\nDeploy daemon haproxy.nfs.foo.smithi148.dvckok ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T16:57:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T16:58:28Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T16:59:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.88/16"}, "status": {"created": "2024-02-11T16:57:01.421766Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:53:31.041620Z", "last_refresh": "2024-02-11T16:57:06.366161Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:32.209992Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:54:32.207503Z", "last_refresh": "2024-02-11T16:57:06.366231Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:01.420843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T16:57:01.417643Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:53:34.907593Z", "last_refresh": "2024-02-11T16:57:06.366294Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:57.873613Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:54:57.867647Z", "last_refresh": "2024-02-11T16:57:06.366354Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:53:32.998901Z", "last_refresh": "2024-02-11T16:57:07.472750Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-11T16:56:57.378029Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-11T16:57:01.184426Z", "last_refresh": "2024-02-11T16:57:06.366589Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-11T17:00:18.870 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-11T17:00:19.196 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:00:18 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T17:00:17.246450+0000 mgr.smithi088.srytvt (mgr.14180) 314 : cluster [DBG] pgmap v221: 225 pgs: 225 active+clean; 7.6 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-11T17:00:19.285 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:00:18 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T17:00:17.246450+0000 mgr.smithi088.srytvt (mgr.14180) 314 : cluster [DBG] pgmap v221: 225 pgs: 225 active+clean; 7.6 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-11T17:00:19.871 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid eb5e91f4-c8fd-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:00:20.196 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:00:19 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T17:00:18.446566+0000 mgr.smithi088.srytvt (mgr.14180) 315 : audit [DBG] from='client.14892 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:00:20.213 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:00:19 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T17:00:18.446566+0000 mgr.smithi088.srytvt (mgr.14180) 315 : audit [DBG] from='client.14892 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:00:21.196 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:00:20 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T17:00:19.247186+0000 mgr.smithi088.srytvt (mgr.14180) 316 : cluster [DBG] pgmap v222: 225 pgs: 225 active+clean; 7.6 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-11T17:00:21.261 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-11T17:00:21.261 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:53:35.782365Z", "last_refresh": "2024-02-11T16:57:07.472509Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:53:31.954385Z", "last_refresh": "2024-02-11T16:57:06.366008Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:53:34.066531Z", "last_refresh": "2024-02-11T16:57:07.472632Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T16:57:01.424627Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-11T16:59:43.302144Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.dvckok on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-dvckok\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-dvckok\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.dvckok\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.dvckok\nDeploy daemon haproxy.nfs.foo.smithi148.dvckok ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T16:57:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T16:58:28Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T16:59:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.88/16"}, "status": {"created": "2024-02-11T16:57:01.421766Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:53:31.041620Z", "last_refresh": "2024-02-11T16:57:06.366161Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:32.209992Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:54:32.207503Z", "last_refresh": "2024-02-11T16:57:06.366231Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:01.420843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T16:57:01.417643Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:53:34.907593Z", "last_refresh": "2024-02-11T16:57:06.366294Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:57.873613Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:54:57.867647Z", "last_refresh": "2024-02-11T16:57:06.366354Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:53:32.998901Z", "last_refresh": "2024-02-11T16:57:07.472750Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-11T16:56:57.378029Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-11T16:57:01.184426Z", "last_refresh": "2024-02-11T16:57:06.366589Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-11T17:00:21.285 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:00:20 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T17:00:19.247186+0000 mgr.smithi088.srytvt (mgr.14180) 316 : cluster [DBG] pgmap v222: 225 pgs: 225 active+clean; 7.6 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-11T17:00:21.652 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-11T17:00:22.653 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid eb5e91f4-c8fd-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:00:22.996 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:00:22 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T17:00:21.247797+0000 mgr.smithi088.srytvt (mgr.14180) 317 : cluster [DBG] pgmap v223: 225 pgs: 225 active+clean; 7.6 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-11T17:00:22.996 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:00:22 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T17:00:21.257106+0000 mgr.smithi088.srytvt (mgr.14180) 318 : audit [DBG] from='client.14896 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:00:23.196 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:00:22 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T17:00:21.247797+0000 mgr.smithi088.srytvt (mgr.14180) 317 : cluster [DBG] pgmap v223: 225 pgs: 225 active+clean; 7.6 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-11T17:00:23.196 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:00:22 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T17:00:21.257106+0000 mgr.smithi088.srytvt (mgr.14180) 318 : audit [DBG] from='client.14896 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:00:24.071 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-11T17:00:24.072 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:53:35.782365Z", "last_refresh": "2024-02-11T16:57:07.472509Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:53:31.954385Z", "last_refresh": "2024-02-11T16:57:06.366008Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:53:34.066531Z", "last_refresh": "2024-02-11T16:57:07.472632Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T16:57:01.424627Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-11T16:59:43.302144Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.dvckok on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-dvckok\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-dvckok\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.dvckok\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.dvckok\nDeploy daemon haproxy.nfs.foo.smithi148.dvckok ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T16:57:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T16:58:28Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T16:59:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.88/16"}, "status": {"created": "2024-02-11T16:57:01.421766Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:53:31.041620Z", "last_refresh": "2024-02-11T16:57:06.366161Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:32.209992Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:54:32.207503Z", "last_refresh": "2024-02-11T16:57:06.366231Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:01.420843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T16:57:01.417643Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:53:34.907593Z", "last_refresh": "2024-02-11T16:57:06.366294Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:57.873613Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:54:57.867647Z", "last_refresh": "2024-02-11T16:57:06.366354Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:53:32.998901Z", "last_refresh": "2024-02-11T16:57:07.472750Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-11T16:56:57.378029Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-11T16:57:01.184426Z", "last_refresh": "2024-02-11T16:57:06.366589Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-11T17:00:24.451 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-11T17:00:25.196 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:00:24 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T17:00:23.248419+0000 mgr.smithi088.srytvt (mgr.14180) 319 : cluster [DBG] pgmap v224: 225 pgs: 225 active+clean; 7.6 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-11T17:00:25.285 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:00:24 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T17:00:23.248419+0000 mgr.smithi088.srytvt (mgr.14180) 319 : cluster [DBG] pgmap v224: 225 pgs: 225 active+clean; 7.6 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-11T17:00:25.452 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid eb5e91f4-c8fd-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:00:26.112 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:00:25 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T17:00:24.067331+0000 mgr.smithi088.srytvt (mgr.14180) 320 : audit [DBG] from='client.14900 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:00:26.196 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:00:25 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T17:00:24.067331+0000 mgr.smithi088.srytvt (mgr.14180) 320 : audit [DBG] from='client.14900 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:00:26.789 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-11T17:00:26.789 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:53:35.782365Z", "last_refresh": "2024-02-11T16:57:07.472509Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:53:31.954385Z", "last_refresh": "2024-02-11T16:57:06.366008Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:53:34.066531Z", "last_refresh": "2024-02-11T16:57:07.472632Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T16:57:01.424627Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-11T16:59:43.302144Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.dvckok on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-dvckok\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-dvckok\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.dvckok\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.dvckok\nDeploy daemon haproxy.nfs.foo.smithi148.dvckok ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T16:57:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T16:58:28Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T16:59:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.88/16"}, "status": {"created": "2024-02-11T16:57:01.421766Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:53:31.041620Z", "last_refresh": "2024-02-11T16:57:06.366161Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:32.209992Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:54:32.207503Z", "last_refresh": "2024-02-11T16:57:06.366231Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:01.420843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T16:57:01.417643Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:53:34.907593Z", "last_refresh": "2024-02-11T16:57:06.366294Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:57.873613Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:54:57.867647Z", "last_refresh": "2024-02-11T16:57:06.366354Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:53:32.998901Z", "last_refresh": "2024-02-11T16:57:07.472750Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-11T16:56:57.378029Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-11T16:57:01.184426Z", "last_refresh": "2024-02-11T16:57:06.366589Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-11T17:00:27.065 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:00:26 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T17:00:25.249106+0000 mgr.smithi088.srytvt (mgr.14180) 321 : cluster [DBG] pgmap v225: 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-11T17:00:27.166 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-11T17:00:27.196 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:00:26 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T17:00:25.249106+0000 mgr.smithi088.srytvt (mgr.14180) 321 : cluster [DBG] pgmap v225: 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-11T17:00:28.167 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid eb5e91f4-c8fd-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:00:28.196 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:00:27 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T17:00:26.784814+0000 mgr.smithi088.srytvt (mgr.14180) 322 : audit [DBG] from='client.14904 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:00:28.200 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:00:27 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T17:00:26.784814+0000 mgr.smithi088.srytvt (mgr.14180) 322 : audit [DBG] from='client.14904 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:00:29.196 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:00:28 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T17:00:27.249595+0000 mgr.smithi088.srytvt (mgr.14180) 323 : cluster [DBG] pgmap v226: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:00:29.218 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:00:28 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T17:00:27.249595+0000 mgr.smithi088.srytvt (mgr.14180) 323 : cluster [DBG] pgmap v226: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:00:29.587 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-11T17:00:29.587 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:53:35.782365Z", "last_refresh": "2024-02-11T16:57:07.472509Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:53:31.954385Z", "last_refresh": "2024-02-11T16:57:06.366008Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:53:34.066531Z", "last_refresh": "2024-02-11T16:57:07.472632Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T16:57:01.424627Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-11T16:59:43.302144Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.dvckok on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-dvckok\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-dvckok\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.dvckok\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.dvckok\nDeploy daemon haproxy.nfs.foo.smithi148.dvckok ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T16:57:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T16:58:28Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T16:59:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.88/16"}, "status": {"created": "2024-02-11T16:57:01.421766Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:53:31.041620Z", "last_refresh": "2024-02-11T16:57:06.366161Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:32.209992Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:54:32.207503Z", "last_refresh": "2024-02-11T16:57:06.366231Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:01.420843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T16:57:01.417643Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:53:34.907593Z", "last_refresh": "2024-02-11T16:57:06.366294Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:57.873613Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:54:57.867647Z", "last_refresh": "2024-02-11T16:57:06.366354Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:53:32.998901Z", "last_refresh": "2024-02-11T16:57:07.472750Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-11T16:56:57.378029Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-11T16:57:01.184426Z", "last_refresh": "2024-02-11T16:57:06.366589Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-11T17:00:29.998 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-11T17:00:30.999 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid eb5e91f4-c8fd-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:00:31.196 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:00:30 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T17:00:29.250178+0000 mgr.smithi088.srytvt (mgr.14180) 324 : cluster [DBG] pgmap v227: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:00:31.196 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:00:30 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T17:00:29.583131+0000 mgr.smithi088.srytvt (mgr.14180) 325 : audit [DBG] from='client.14908 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:00:31.285 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:00:30 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T17:00:29.250178+0000 mgr.smithi088.srytvt (mgr.14180) 324 : cluster [DBG] pgmap v227: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:00:31.285 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:00:30 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T17:00:29.583131+0000 mgr.smithi088.srytvt (mgr.14180) 325 : audit [DBG] from='client.14908 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:00:32.340 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-11T17:00:32.340 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:53:35.782365Z", "last_refresh": "2024-02-11T16:57:07.472509Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:53:31.954385Z", "last_refresh": "2024-02-11T16:57:06.366008Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:53:34.066531Z", "last_refresh": "2024-02-11T16:57:07.472632Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T16:57:01.424627Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-11T16:59:43.302144Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.dvckok on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-dvckok\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-dvckok\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.dvckok\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.dvckok\nDeploy daemon haproxy.nfs.foo.smithi148.dvckok ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T16:57:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T16:58:28Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T16:59:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.88/16"}, "status": {"created": "2024-02-11T16:57:01.421766Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:53:31.041620Z", "last_refresh": "2024-02-11T16:57:06.366161Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:32.209992Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:54:32.207503Z", "last_refresh": "2024-02-11T16:57:06.366231Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:01.420843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T16:57:01.417643Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:53:34.907593Z", "last_refresh": "2024-02-11T16:57:06.366294Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:57.873613Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:54:57.867647Z", "last_refresh": "2024-02-11T16:57:06.366354Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:53:32.998901Z", "last_refresh": "2024-02-11T16:57:07.472750Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-11T16:56:57.378029Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-11T16:57:01.184426Z", "last_refresh": "2024-02-11T16:57:06.366589Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-11T17:00:32.666 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-11T17:00:33.035 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:00:32 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T17:00:31.250783+0000 mgr.smithi088.srytvt (mgr.14180) 326 : cluster [DBG] pgmap v228: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:00:33.196 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:00:32 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T17:00:31.250783+0000 mgr.smithi088.srytvt (mgr.14180) 326 : cluster [DBG] pgmap v228: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:00:33.668 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid eb5e91f4-c8fd-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:00:34.034 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:00:33 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T17:00:32.335406+0000 mgr.smithi088.srytvt (mgr.14180) 327 : audit [DBG] from='client.14912 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:00:34.196 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:00:33 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T17:00:32.335406+0000 mgr.smithi088.srytvt (mgr.14180) 327 : audit [DBG] from='client.14912 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:00:35.035 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:00:34 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T17:00:33.251487+0000 mgr.smithi088.srytvt (mgr.14180) 328 : cluster [DBG] pgmap v229: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:00:35.115 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-11T17:00:35.115 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:53:35.782365Z", "last_refresh": "2024-02-11T16:57:07.472509Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:53:31.954385Z", "last_refresh": "2024-02-11T16:57:06.366008Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:53:34.066531Z", "last_refresh": "2024-02-11T16:57:07.472632Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T16:57:01.424627Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-11T16:59:43.302144Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.dvckok on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-dvckok\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-dvckok\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.dvckok\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.dvckok\nDeploy daemon haproxy.nfs.foo.smithi148.dvckok ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T16:57:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T16:58:28Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T16:59:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.88/16"}, "status": {"created": "2024-02-11T16:57:01.421766Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:53:31.041620Z", "last_refresh": "2024-02-11T16:57:06.366161Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:32.209992Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:54:32.207503Z", "last_refresh": "2024-02-11T16:57:06.366231Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:01.420843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T16:57:01.417643Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:53:34.907593Z", "last_refresh": "2024-02-11T16:57:06.366294Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:57.873613Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:54:57.867647Z", "last_refresh": "2024-02-11T16:57:06.366354Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:53:32.998901Z", "last_refresh": "2024-02-11T16:57:07.472750Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-11T16:56:57.378029Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-11T16:57:01.184426Z", "last_refresh": "2024-02-11T16:57:06.366589Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-11T17:00:35.196 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:00:34 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T17:00:33.251487+0000 mgr.smithi088.srytvt (mgr.14180) 328 : cluster [DBG] pgmap v229: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:00:35.515 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-11T17:00:36.516 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid eb5e91f4-c8fd-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:00:37.195 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:00:36 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T17:00:35.111513+0000 mgr.smithi088.srytvt (mgr.14180) 329 : audit [DBG] from='client.14916 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:00:37.195 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:00:36 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T17:00:35.252415+0000 mgr.smithi088.srytvt (mgr.14180) 330 : cluster [DBG] pgmap v230: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:00:37.195 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:00:36 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T17:00:35.111513+0000 mgr.smithi088.srytvt (mgr.14180) 329 : audit [DBG] from='client.14916 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:00:37.196 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:00:36 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T17:00:35.252415+0000 mgr.smithi088.srytvt (mgr.14180) 330 : cluster [DBG] pgmap v230: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:00:37.850 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-11T17:00:37.850 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:53:35.782365Z", "last_refresh": "2024-02-11T16:57:07.472509Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:53:31.954385Z", "last_refresh": "2024-02-11T16:57:06.366008Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:53:34.066531Z", "last_refresh": "2024-02-11T16:57:07.472632Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T16:57:01.424627Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-11T16:59:43.302144Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.dvckok on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-dvckok\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-dvckok\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.dvckok\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.dvckok\nDeploy daemon haproxy.nfs.foo.smithi148.dvckok ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T16:57:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T16:58:28Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T16:59:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.88/16"}, "status": {"created": "2024-02-11T16:57:01.421766Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:53:31.041620Z", "last_refresh": "2024-02-11T16:57:06.366161Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:32.209992Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:54:32.207503Z", "last_refresh": "2024-02-11T16:57:06.366231Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:01.420843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T16:57:01.417643Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:53:34.907593Z", "last_refresh": "2024-02-11T16:57:06.366294Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:57.873613Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:54:57.867647Z", "last_refresh": "2024-02-11T16:57:06.366354Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:53:32.998901Z", "last_refresh": "2024-02-11T16:57:07.472750Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-11T16:56:57.378029Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-11T16:57:01.184426Z", "last_refresh": "2024-02-11T16:57:06.366589Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-11T17:00:38.240 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-11T17:00:39.196 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:00:38 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T17:00:37.253031+0000 mgr.smithi088.srytvt (mgr.14180) 331 : cluster [DBG] pgmap v231: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:00:39.196 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:00:38 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T17:00:37.846428+0000 mgr.smithi088.srytvt (mgr.14180) 332 : audit [DBG] from='client.14920 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:00:39.241 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid eb5e91f4-c8fd-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:00:39.275 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:00:38 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T17:00:37.253031+0000 mgr.smithi088.srytvt (mgr.14180) 331 : cluster [DBG] pgmap v231: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:00:39.275 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:00:38 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T17:00:37.846428+0000 mgr.smithi088.srytvt (mgr.14180) 332 : audit [DBG] from='client.14920 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:00:40.636 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-11T17:00:40.636 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:53:35.782365Z", "last_refresh": "2024-02-11T16:57:07.472509Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:53:31.954385Z", "last_refresh": "2024-02-11T16:57:06.366008Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:53:34.066531Z", "last_refresh": "2024-02-11T16:57:07.472632Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T16:57:01.424627Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-11T16:59:43.302144Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.dvckok on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-dvckok\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-dvckok\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.dvckok\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.dvckok\nDeploy daemon haproxy.nfs.foo.smithi148.dvckok ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T16:57:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T16:58:28Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T16:59:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.88/16"}, "status": {"created": "2024-02-11T16:57:01.421766Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:53:31.041620Z", "last_refresh": "2024-02-11T16:57:06.366161Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:32.209992Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:54:32.207503Z", "last_refresh": "2024-02-11T16:57:06.366231Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:01.420843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T16:57:01.417643Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:53:34.907593Z", "last_refresh": "2024-02-11T16:57:06.366294Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:57.873613Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:54:57.867647Z", "last_refresh": "2024-02-11T16:57:06.366354Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:53:32.998901Z", "last_refresh": "2024-02-11T16:57:07.472750Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-11T16:56:57.378029Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-11T16:57:01.184426Z", "last_refresh": "2024-02-11T16:57:06.366589Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-11T17:00:40.962 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:00:40 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T17:00:39.253640+0000 mgr.smithi088.srytvt (mgr.14180) 333 : cluster [DBG] pgmap v232: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:00:41.022 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-11T17:00:41.196 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:00:40 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T17:00:39.253640+0000 mgr.smithi088.srytvt (mgr.14180) 333 : cluster [DBG] pgmap v232: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:00:42.023 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid eb5e91f4-c8fd-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:00:42.196 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:00:41 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T17:00:40.631385+0000 mgr.smithi088.srytvt (mgr.14180) 334 : audit [DBG] from='client.14924 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:00:42.285 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:00:41 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T17:00:40.631385+0000 mgr.smithi088.srytvt (mgr.14180) 334 : audit [DBG] from='client.14924 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:00:43.009 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:00:42 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T17:00:41.254291+0000 mgr.smithi088.srytvt (mgr.14180) 335 : cluster [DBG] pgmap v233: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:00:43.196 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:00:42 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T17:00:41.254291+0000 mgr.smithi088.srytvt (mgr.14180) 335 : cluster [DBG] pgmap v233: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:00:43.382 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-11T17:00:43.382 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:53:35.782365Z", "last_refresh": "2024-02-11T16:57:07.472509Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:53:31.954385Z", "last_refresh": "2024-02-11T16:57:06.366008Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:53:34.066531Z", "last_refresh": "2024-02-11T16:57:07.472632Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T16:57:01.424627Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-11T16:59:43.302144Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.dvckok on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-dvckok\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-dvckok\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.dvckok\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.dvckok\nDeploy daemon haproxy.nfs.foo.smithi148.dvckok ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T16:57:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T16:58:28Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T16:59:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.88/16"}, "status": {"created": "2024-02-11T16:57:01.421766Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:53:31.041620Z", "last_refresh": "2024-02-11T16:57:06.366161Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:32.209992Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:54:32.207503Z", "last_refresh": "2024-02-11T16:57:06.366231Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:01.420843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T16:57:01.417643Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:53:34.907593Z", "last_refresh": "2024-02-11T16:57:06.366294Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:57.873613Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:54:57.867647Z", "last_refresh": "2024-02-11T16:57:06.366354Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:53:32.998901Z", "last_refresh": "2024-02-11T16:57:07.472750Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-11T16:56:57.378029Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-11T16:57:01.184426Z", "last_refresh": "2024-02-11T16:57:06.366589Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-11T17:00:43.756 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-11T17:00:44.757 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid eb5e91f4-c8fd-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:00:45.083 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:00:44 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T17:00:43.254923+0000 mgr.smithi088.srytvt (mgr.14180) 336 : cluster [DBG] pgmap v234: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:00:45.083 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:00:44 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T17:00:43.378135+0000 mgr.smithi088.srytvt (mgr.14180) 337 : audit [DBG] from='client.14928 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:00:45.196 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:00:44 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T17:00:43.254923+0000 mgr.smithi088.srytvt (mgr.14180) 336 : cluster [DBG] pgmap v234: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:00:45.196 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:00:44 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T17:00:43.378135+0000 mgr.smithi088.srytvt (mgr.14180) 337 : audit [DBG] from='client.14928 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:00:46.079 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-11T17:00:46.080 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:53:35.782365Z", "last_refresh": "2024-02-11T16:57:07.472509Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:53:31.954385Z", "last_refresh": "2024-02-11T16:57:06.366008Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:53:34.066531Z", "last_refresh": "2024-02-11T16:57:07.472632Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T16:57:01.424627Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-11T16:59:43.302144Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.dvckok on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-dvckok\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-dvckok\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.dvckok\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.dvckok\nDeploy daemon haproxy.nfs.foo.smithi148.dvckok ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T16:57:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T16:58:28Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T16:59:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.88/16"}, "status": {"created": "2024-02-11T16:57:01.421766Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:53:31.041620Z", "last_refresh": "2024-02-11T16:57:06.366161Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:32.209992Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:54:32.207503Z", "last_refresh": "2024-02-11T16:57:06.366231Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:01.420843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T16:57:01.417643Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:53:34.907593Z", "last_refresh": "2024-02-11T16:57:06.366294Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:57.873613Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:54:57.867647Z", "last_refresh": "2024-02-11T16:57:06.366354Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:53:32.998901Z", "last_refresh": "2024-02-11T16:57:07.472750Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-11T16:56:57.378029Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-11T16:57:01.184426Z", "last_refresh": "2024-02-11T16:57:06.366589Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-11T17:00:46.504 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-11T17:00:47.196 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:00:46 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T17:00:45.255500+0000 mgr.smithi088.srytvt (mgr.14180) 338 : cluster [DBG] pgmap v235: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:00:47.285 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:00:46 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T17:00:45.255500+0000 mgr.smithi088.srytvt (mgr.14180) 338 : cluster [DBG] pgmap v235: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:00:47.505 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid eb5e91f4-c8fd-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:00:48.196 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:00:47 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T17:00:46.075638+0000 mgr.smithi088.srytvt (mgr.14180) 339 : audit [DBG] from='client.14932 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:00:48.199 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:00:47 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T17:00:46.075638+0000 mgr.smithi088.srytvt (mgr.14180) 339 : audit [DBG] from='client.14932 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:00:48.866 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-11T17:00:48.867 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:53:35.782365Z", "last_refresh": "2024-02-11T16:57:07.472509Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:53:31.954385Z", "last_refresh": "2024-02-11T16:57:06.366008Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:53:34.066531Z", "last_refresh": "2024-02-11T16:57:07.472632Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T16:57:01.424627Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-11T16:59:43.302144Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.dvckok on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-dvckok\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-dvckok\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.dvckok\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.dvckok\nDeploy daemon haproxy.nfs.foo.smithi148.dvckok ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T16:57:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T16:58:28Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T16:59:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.88/16"}, "status": {"created": "2024-02-11T16:57:01.421766Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:53:31.041620Z", "last_refresh": "2024-02-11T16:57:06.366161Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:32.209992Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:54:32.207503Z", "last_refresh": "2024-02-11T16:57:06.366231Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:01.420843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T16:57:01.417643Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:53:34.907593Z", "last_refresh": "2024-02-11T16:57:06.366294Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:57.873613Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:54:57.867647Z", "last_refresh": "2024-02-11T16:57:06.366354Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:53:32.998901Z", "last_refresh": "2024-02-11T16:57:07.472750Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-11T16:56:57.378029Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-11T16:57:01.184426Z", "last_refresh": "2024-02-11T16:57:06.366589Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-11T17:00:49.185 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:00:48 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T17:00:47.256227+0000 mgr.smithi088.srytvt (mgr.14180) 340 : cluster [DBG] pgmap v236: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:00:49.195 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:00:48 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T17:00:47.256227+0000 mgr.smithi088.srytvt (mgr.14180) 340 : cluster [DBG] pgmap v236: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:00:49.245 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-11T17:00:50.196 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:00:49 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T17:00:48.862392+0000 mgr.smithi088.srytvt (mgr.14180) 341 : audit [DBG] from='client.14936 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:00:50.246 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid eb5e91f4-c8fd-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:00:50.285 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:00:49 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T17:00:48.862392+0000 mgr.smithi088.srytvt (mgr.14180) 341 : audit [DBG] from='client.14936 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:00:50.932 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:00:50 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T17:00:49.256793+0000 mgr.smithi088.srytvt (mgr.14180) 342 : cluster [DBG] pgmap v237: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:00:51.196 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:00:50 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T17:00:49.256793+0000 mgr.smithi088.srytvt (mgr.14180) 342 : cluster [DBG] pgmap v237: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:00:51.621 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-11T17:00:51.621 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:53:35.782365Z", "last_refresh": "2024-02-11T16:57:07.472509Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:53:31.954385Z", "last_refresh": "2024-02-11T16:57:06.366008Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:53:34.066531Z", "last_refresh": "2024-02-11T16:57:07.472632Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T16:57:01.424627Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-11T16:59:43.302144Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.dvckok on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-dvckok\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-dvckok\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.dvckok\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.dvckok\nDeploy daemon haproxy.nfs.foo.smithi148.dvckok ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T16:57:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T16:58:28Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T16:59:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.88/16"}, "status": {"created": "2024-02-11T16:57:01.421766Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:53:31.041620Z", "last_refresh": "2024-02-11T16:57:06.366161Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:32.209992Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:54:32.207503Z", "last_refresh": "2024-02-11T16:57:06.366231Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:01.420843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T16:57:01.417643Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:53:34.907593Z", "last_refresh": "2024-02-11T16:57:06.366294Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:57.873613Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:54:57.867647Z", "last_refresh": "2024-02-11T16:57:06.366354Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:53:32.998901Z", "last_refresh": "2024-02-11T16:57:07.472750Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-11T16:56:57.378029Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-11T16:57:01.184426Z", "last_refresh": "2024-02-11T16:57:06.366589Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-11T17:00:51.994 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-11T17:00:52.994 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid eb5e91f4-c8fd-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:00:53.196 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:00:52 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T17:00:51.257379+0000 mgr.smithi088.srytvt (mgr.14180) 343 : cluster [DBG] pgmap v238: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:00:53.196 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:00:52 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T17:00:51.616793+0000 mgr.smithi088.srytvt (mgr.14180) 344 : audit [DBG] from='client.14940 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:00:53.285 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:00:52 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T17:00:51.257379+0000 mgr.smithi088.srytvt (mgr.14180) 343 : cluster [DBG] pgmap v238: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:00:53.285 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:00:52 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T17:00:51.616793+0000 mgr.smithi088.srytvt (mgr.14180) 344 : audit [DBG] from='client.14940 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:00:54.416 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-11T17:00:54.416 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:53:35.782365Z", "last_refresh": "2024-02-11T16:57:07.472509Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:53:31.954385Z", "last_refresh": "2024-02-11T16:57:06.366008Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:53:34.066531Z", "last_refresh": "2024-02-11T16:57:07.472632Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T16:57:01.424627Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-11T16:59:43.302144Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.dvckok on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-dvckok\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-dvckok\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.dvckok\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.dvckok\nDeploy daemon haproxy.nfs.foo.smithi148.dvckok ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T16:57:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T16:58:28Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T16:59:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.88/16"}, "status": {"created": "2024-02-11T16:57:01.421766Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:53:31.041620Z", "last_refresh": "2024-02-11T16:57:06.366161Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:32.209992Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:54:32.207503Z", "last_refresh": "2024-02-11T16:57:06.366231Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:01.420843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T16:57:01.417643Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:53:34.907593Z", "last_refresh": "2024-02-11T16:57:06.366294Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:57.873613Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:54:57.867647Z", "last_refresh": "2024-02-11T16:57:06.366354Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:53:32.998901Z", "last_refresh": "2024-02-11T16:57:07.472750Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-11T16:56:57.378029Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-11T16:57:01.184426Z", "last_refresh": "2024-02-11T16:57:06.366589Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-11T17:00:54.802 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-11T17:00:55.035 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:00:54 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T17:00:53.258054+0000 mgr.smithi088.srytvt (mgr.14180) 345 : cluster [DBG] pgmap v239: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:00:55.196 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:00:54 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T17:00:53.258054+0000 mgr.smithi088.srytvt (mgr.14180) 345 : cluster [DBG] pgmap v239: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:00:55.803 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid eb5e91f4-c8fd-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:00:56.178 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:00:55 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T17:00:54.411609+0000 mgr.smithi088.srytvt (mgr.14180) 346 : audit [DBG] from='client.14944 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:00:56.196 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:00:55 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T17:00:54.411609+0000 mgr.smithi088.srytvt (mgr.14180) 346 : audit [DBG] from='client.14944 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:00:57.196 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:00:56 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T17:00:55.258778+0000 mgr.smithi088.srytvt (mgr.14180) 347 : cluster [DBG] pgmap v240: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:00:57.220 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-11T17:00:57.220 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:53:35.782365Z", "last_refresh": "2024-02-11T16:57:07.472509Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:53:31.954385Z", "last_refresh": "2024-02-11T16:57:06.366008Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:53:34.066531Z", "last_refresh": "2024-02-11T16:57:07.472632Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T16:57:01.424627Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-11T16:59:43.302144Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.dvckok on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-dvckok\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-dvckok\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.dvckok\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.dvckok\nDeploy daemon haproxy.nfs.foo.smithi148.dvckok ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T16:57:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T16:58:28Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T16:59:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.88/16"}, "status": {"created": "2024-02-11T16:57:01.421766Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:53:31.041620Z", "last_refresh": "2024-02-11T16:57:06.366161Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:32.209992Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:54:32.207503Z", "last_refresh": "2024-02-11T16:57:06.366231Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:01.420843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T16:57:01.417643Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:53:34.907593Z", "last_refresh": "2024-02-11T16:57:06.366294Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:57.873613Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:54:57.867647Z", "last_refresh": "2024-02-11T16:57:06.366354Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:53:32.998901Z", "last_refresh": "2024-02-11T16:57:07.472750Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-11T16:56:57.378029Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-11T16:57:01.184426Z", "last_refresh": "2024-02-11T16:57:06.366589Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-11T17:00:57.241 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:00:56 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T17:00:55.258778+0000 mgr.smithi088.srytvt (mgr.14180) 347 : cluster [DBG] pgmap v240: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:00:57.593 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-11T17:00:58.594 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid eb5e91f4-c8fd-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:00:59.152 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:00:58 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T17:00:57.216125+0000 mgr.smithi088.srytvt (mgr.14180) 348 : audit [DBG] from='client.14948 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:00:59.152 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:00:58 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T17:00:57.259558+0000 mgr.smithi088.srytvt (mgr.14180) 349 : cluster [DBG] pgmap v241: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:00:59.196 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:00:58 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T17:00:57.216125+0000 mgr.smithi088.srytvt (mgr.14180) 348 : audit [DBG] from='client.14948 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:00:59.196 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:00:58 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T17:00:57.259558+0000 mgr.smithi088.srytvt (mgr.14180) 349 : cluster [DBG] pgmap v241: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:01:00.022 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-11T17:01:00.022 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:53:35.782365Z", "last_refresh": "2024-02-11T16:57:07.472509Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:53:31.954385Z", "last_refresh": "2024-02-11T16:57:06.366008Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:53:34.066531Z", "last_refresh": "2024-02-11T16:57:07.472632Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T16:57:01.424627Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-11T16:59:43.302144Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.dvckok on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-dvckok\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-dvckok\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.dvckok\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.dvckok\nDeploy daemon haproxy.nfs.foo.smithi148.dvckok ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T16:57:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T16:58:28Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T16:59:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.88/16"}, "status": {"created": "2024-02-11T16:57:01.421766Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:53:31.041620Z", "last_refresh": "2024-02-11T16:57:06.366161Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:32.209992Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:54:32.207503Z", "last_refresh": "2024-02-11T16:57:06.366231Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:01.420843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T16:57:01.417643Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:53:34.907593Z", "last_refresh": "2024-02-11T16:57:06.366294Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:57.873613Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:54:57.867647Z", "last_refresh": "2024-02-11T16:57:06.366354Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:53:32.998901Z", "last_refresh": "2024-02-11T16:57:07.472750Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-11T16:56:57.378029Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-11T16:57:01.184426Z", "last_refresh": "2024-02-11T16:57:06.366589Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-11T17:01:00.443 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-11T17:01:01.196 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:01:00 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T17:00:59.260215+0000 mgr.smithi088.srytvt (mgr.14180) 350 : cluster [DBG] pgmap v242: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:01:01.285 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:01:00 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T17:00:59.260215+0000 mgr.smithi088.srytvt (mgr.14180) 350 : cluster [DBG] pgmap v242: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:01:01.444 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid eb5e91f4-c8fd-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:01:02.146 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:01:01 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T17:01:00.018248+0000 mgr.smithi088.srytvt (mgr.14180) 351 : audit [DBG] from='client.14952 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:01:02.196 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:01:01 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T17:01:00.018248+0000 mgr.smithi088.srytvt (mgr.14180) 351 : audit [DBG] from='client.14952 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:01:02.819 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-11T17:01:02.819 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:53:35.782365Z", "last_refresh": "2024-02-11T16:57:07.472509Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:53:31.954385Z", "last_refresh": "2024-02-11T16:57:06.366008Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:53:34.066531Z", "last_refresh": "2024-02-11T16:57:07.472632Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T16:57:01.424627Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-11T16:59:43.302144Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.dvckok on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-dvckok\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-dvckok\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.dvckok\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.dvckok\nDeploy daemon haproxy.nfs.foo.smithi148.dvckok ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T16:57:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T16:58:28Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T16:59:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.88/16"}, "status": {"created": "2024-02-11T16:57:01.421766Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:53:31.041620Z", "last_refresh": "2024-02-11T16:57:06.366161Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:32.209992Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:54:32.207503Z", "last_refresh": "2024-02-11T16:57:06.366231Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:01.420843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T16:57:01.417643Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:53:34.907593Z", "last_refresh": "2024-02-11T16:57:06.366294Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:57.873613Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:54:57.867647Z", "last_refresh": "2024-02-11T16:57:06.366354Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:53:32.998901Z", "last_refresh": "2024-02-11T16:57:07.472750Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-11T16:56:57.378029Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-11T16:57:01.184426Z", "last_refresh": "2024-02-11T16:57:06.366589Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-11T17:01:03.174 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:01:02 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T17:01:01.261134+0000 mgr.smithi088.srytvt (mgr.14180) 352 : cluster [DBG] pgmap v243: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:01:03.193 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-11T17:01:03.196 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:01:02 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T17:01:01.261134+0000 mgr.smithi088.srytvt (mgr.14180) 352 : cluster [DBG] pgmap v243: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:01:04.194 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid eb5e91f4-c8fd-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:01:04.196 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:01:03 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T17:01:02.814467+0000 mgr.smithi088.srytvt (mgr.14180) 353 : audit [DBG] from='client.14956 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:01:04.227 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:01:03 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T17:01:02.814467+0000 mgr.smithi088.srytvt (mgr.14180) 353 : audit [DBG] from='client.14956 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:01:05.187 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:01:04 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T17:01:03.261803+0000 mgr.smithi088.srytvt (mgr.14180) 354 : cluster [DBG] pgmap v244: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:01:05.196 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:01:04 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T17:01:03.261803+0000 mgr.smithi088.srytvt (mgr.14180) 354 : cluster [DBG] pgmap v244: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:01:05.532 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-11T17:01:05.532 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:53:35.782365Z", "last_refresh": "2024-02-11T16:57:07.472509Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:53:31.954385Z", "last_refresh": "2024-02-11T16:57:06.366008Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:53:34.066531Z", "last_refresh": "2024-02-11T16:57:07.472632Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T16:57:01.424627Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-11T16:59:43.302144Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.dvckok on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-dvckok\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-dvckok\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.dvckok\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.dvckok\nDeploy daemon haproxy.nfs.foo.smithi148.dvckok ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T16:57:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T16:58:28Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T16:59:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.88/16"}, "status": {"created": "2024-02-11T16:57:01.421766Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:53:31.041620Z", "last_refresh": "2024-02-11T16:57:06.366161Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:32.209992Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:54:32.207503Z", "last_refresh": "2024-02-11T16:57:06.366231Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:01.420843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T16:57:01.417643Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:53:34.907593Z", "last_refresh": "2024-02-11T16:57:06.366294Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:57.873613Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:54:57.867647Z", "last_refresh": "2024-02-11T16:57:06.366354Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:53:32.998901Z", "last_refresh": "2024-02-11T16:57:07.472750Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-11T16:56:57.378029Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-11T16:57:01.184426Z", "last_refresh": "2024-02-11T16:57:06.366589Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-11T17:01:05.950 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-11T17:01:06.951 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid eb5e91f4-c8fd-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:01:07.196 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:01:06 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T17:01:05.262449+0000 mgr.smithi088.srytvt (mgr.14180) 355 : cluster [DBG] pgmap v245: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:01:07.196 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:01:06 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T17:01:05.528256+0000 mgr.smithi088.srytvt (mgr.14180) 356 : audit [DBG] from='client.14960 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:01:07.269 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:01:06 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T17:01:05.262449+0000 mgr.smithi088.srytvt (mgr.14180) 355 : cluster [DBG] pgmap v245: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:01:07.269 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:01:06 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T17:01:05.528256+0000 mgr.smithi088.srytvt (mgr.14180) 356 : audit [DBG] from='client.14960 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:01:08.301 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-11T17:01:08.301 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:53:35.782365Z", "last_refresh": "2024-02-11T16:57:07.472509Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:53:31.954385Z", "last_refresh": "2024-02-11T16:57:06.366008Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:53:34.066531Z", "last_refresh": "2024-02-11T16:57:07.472632Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T16:57:01.424627Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-11T16:59:43.302144Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.dvckok on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-dvckok\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-dvckok\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.dvckok\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.dvckok\nDeploy daemon haproxy.nfs.foo.smithi148.dvckok ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T16:57:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T16:58:28Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T16:59:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.88/16"}, "status": {"created": "2024-02-11T16:57:01.421766Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:53:31.041620Z", "last_refresh": "2024-02-11T16:57:06.366161Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:32.209992Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:54:32.207503Z", "last_refresh": "2024-02-11T16:57:06.366231Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:01.420843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T16:57:01.417643Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:53:34.907593Z", "last_refresh": "2024-02-11T16:57:06.366294Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:57.873613Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:54:57.867647Z", "last_refresh": "2024-02-11T16:57:06.366354Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:53:32.998901Z", "last_refresh": "2024-02-11T16:57:07.472750Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-11T16:56:57.378029Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-11T16:57:01.184426Z", "last_refresh": "2024-02-11T16:57:06.366589Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-11T17:01:08.674 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-11T17:01:09.196 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:01:08 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T17:01:07.263269+0000 mgr.smithi088.srytvt (mgr.14180) 357 : cluster [DBG] pgmap v246: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:01:09.285 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:01:08 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T17:01:07.263269+0000 mgr.smithi088.srytvt (mgr.14180) 357 : cluster [DBG] pgmap v246: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:01:09.675 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid eb5e91f4-c8fd-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:01:10.002 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:01:09 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T17:01:08.297037+0000 mgr.smithi088.srytvt (mgr.14180) 358 : audit [DBG] from='client.14964 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:01:10.196 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:01:09 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T17:01:08.297037+0000 mgr.smithi088.srytvt (mgr.14180) 358 : audit [DBG] from='client.14964 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:01:11.035 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:01:10 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T17:01:09.263833+0000 mgr.smithi088.srytvt (mgr.14180) 359 : cluster [DBG] pgmap v247: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:01:11.044 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-11T17:01:11.044 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:53:35.782365Z", "last_refresh": "2024-02-11T16:57:07.472509Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:53:31.954385Z", "last_refresh": "2024-02-11T16:57:06.366008Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:53:34.066531Z", "last_refresh": "2024-02-11T16:57:07.472632Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T16:57:01.424627Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-11T16:59:43.302144Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.dvckok on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-dvckok\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-dvckok\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.dvckok\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.dvckok\nDeploy daemon haproxy.nfs.foo.smithi148.dvckok ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T16:57:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T16:58:28Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T16:59:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.88/16"}, "status": {"created": "2024-02-11T16:57:01.421766Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:53:31.041620Z", "last_refresh": "2024-02-11T16:57:06.366161Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:32.209992Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:54:32.207503Z", "last_refresh": "2024-02-11T16:57:06.366231Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:01.420843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T16:57:01.417643Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:53:34.907593Z", "last_refresh": "2024-02-11T16:57:06.366294Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:57.873613Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:54:57.867647Z", "last_refresh": "2024-02-11T16:57:06.366354Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:53:32.998901Z", "last_refresh": "2024-02-11T16:57:07.472750Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-11T16:56:57.378029Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-11T16:57:01.184426Z", "last_refresh": "2024-02-11T16:57:06.366589Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-11T17:01:11.196 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:01:10 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T17:01:09.263833+0000 mgr.smithi088.srytvt (mgr.14180) 359 : cluster [DBG] pgmap v247: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:01:11.448 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-11T17:01:12.449 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid eb5e91f4-c8fd-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:01:13.035 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:01:12 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T17:01:11.040002+0000 mgr.smithi088.srytvt (mgr.14180) 360 : audit [DBG] from='client.14968 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:01:13.035 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:01:12 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T17:01:11.264515+0000 mgr.smithi088.srytvt (mgr.14180) 361 : cluster [DBG] pgmap v248: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:01:13.196 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:01:12 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T17:01:11.040002+0000 mgr.smithi088.srytvt (mgr.14180) 360 : audit [DBG] from='client.14968 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:01:13.196 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:01:12 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T17:01:11.264515+0000 mgr.smithi088.srytvt (mgr.14180) 361 : cluster [DBG] pgmap v248: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:01:13.768 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-11T17:01:13.771 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:53:35.782365Z", "last_refresh": "2024-02-11T16:57:07.472509Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:53:31.954385Z", "last_refresh": "2024-02-11T16:57:06.366008Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:53:34.066531Z", "last_refresh": "2024-02-11T16:57:07.472632Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T16:57:01.424627Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-11T16:59:43.302144Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.dvckok on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-dvckok\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-dvckok\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.dvckok\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.dvckok\nDeploy daemon haproxy.nfs.foo.smithi148.dvckok ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T16:57:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T16:58:28Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T16:59:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.88/16"}, "status": {"created": "2024-02-11T16:57:01.421766Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:53:31.041620Z", "last_refresh": "2024-02-11T16:57:06.366161Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:32.209992Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:54:32.207503Z", "last_refresh": "2024-02-11T16:57:06.366231Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:01.420843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T16:57:01.417643Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:53:34.907593Z", "last_refresh": "2024-02-11T16:57:06.366294Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:57.873613Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:54:57.867647Z", "last_refresh": "2024-02-11T16:57:06.366354Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:53:32.998901Z", "last_refresh": "2024-02-11T16:57:07.472750Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-11T16:56:57.378029Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-11T16:57:01.184426Z", "last_refresh": "2024-02-11T16:57:06.366589Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-11T17:01:14.147 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-11T17:01:15.149 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid eb5e91f4-c8fd-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:01:15.181 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:01:14 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T17:01:13.265152+0000 mgr.smithi088.srytvt (mgr.14180) 362 : cluster [DBG] pgmap v249: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:01:15.181 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:01:14 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T17:01:13.763800+0000 mgr.smithi088.srytvt (mgr.14180) 363 : audit [DBG] from='client.14972 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:01:15.195 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:01:14 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T17:01:13.265152+0000 mgr.smithi088.srytvt (mgr.14180) 362 : cluster [DBG] pgmap v249: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:01:15.196 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:01:14 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T17:01:13.763800+0000 mgr.smithi088.srytvt (mgr.14180) 363 : audit [DBG] from='client.14972 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:01:16.525 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-11T17:01:16.525 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:53:35.782365Z", "last_refresh": "2024-02-11T16:57:07.472509Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:53:31.954385Z", "last_refresh": "2024-02-11T16:57:06.366008Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:53:34.066531Z", "last_refresh": "2024-02-11T16:57:07.472632Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T16:57:01.424627Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-11T16:59:43.302144Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.dvckok on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-dvckok\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-dvckok\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.dvckok\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.dvckok\nDeploy daemon haproxy.nfs.foo.smithi148.dvckok ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T16:57:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T16:58:28Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T16:59:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.88/16"}, "status": {"created": "2024-02-11T16:57:01.421766Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:53:31.041620Z", "last_refresh": "2024-02-11T16:57:06.366161Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:32.209992Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:54:32.207503Z", "last_refresh": "2024-02-11T16:57:06.366231Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:01.420843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T16:57:01.417643Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:53:34.907593Z", "last_refresh": "2024-02-11T16:57:06.366294Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:57.873613Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:54:57.867647Z", "last_refresh": "2024-02-11T16:57:06.366354Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:53:32.998901Z", "last_refresh": "2024-02-11T16:57:07.472750Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-11T16:56:57.378029Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-11T16:57:01.184426Z", "last_refresh": "2024-02-11T16:57:06.366589Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-11T17:01:16.865 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-11T17:01:17.196 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:01:16 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T17:01:15.265838+0000 mgr.smithi088.srytvt (mgr.14180) 364 : cluster [DBG] pgmap v250: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:01:17.285 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:01:16 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T17:01:15.265838+0000 mgr.smithi088.srytvt (mgr.14180) 364 : cluster [DBG] pgmap v250: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:01:17.867 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid eb5e91f4-c8fd-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:01:18.196 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:01:17 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T17:01:16.520317+0000 mgr.smithi088.srytvt (mgr.14180) 365 : audit [DBG] from='client.14976 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:01:18.199 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:01:17 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T17:01:16.520317+0000 mgr.smithi088.srytvt (mgr.14180) 365 : audit [DBG] from='client.14976 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:01:19.196 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:01:18 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T17:01:17.266338+0000 mgr.smithi088.srytvt (mgr.14180) 366 : cluster [DBG] pgmap v251: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:01:19.201 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-11T17:01:19.201 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:53:35.782365Z", "last_refresh": "2024-02-11T16:57:07.472509Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:53:31.954385Z", "last_refresh": "2024-02-11T16:57:06.366008Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:53:34.066531Z", "last_refresh": "2024-02-11T16:57:07.472632Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T16:57:01.424627Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-11T16:59:43.302144Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.dvckok on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-dvckok\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-dvckok\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.dvckok\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.dvckok\nDeploy daemon haproxy.nfs.foo.smithi148.dvckok ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T16:57:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T16:58:28Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T16:59:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.88/16"}, "status": {"created": "2024-02-11T16:57:01.421766Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:53:31.041620Z", "last_refresh": "2024-02-11T16:57:06.366161Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:32.209992Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:54:32.207503Z", "last_refresh": "2024-02-11T16:57:06.366231Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:01.420843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T16:57:01.417643Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:53:34.907593Z", "last_refresh": "2024-02-11T16:57:06.366294Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:57.873613Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:54:57.867647Z", "last_refresh": "2024-02-11T16:57:06.366354Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:53:32.998901Z", "last_refresh": "2024-02-11T16:57:07.472750Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-11T16:56:57.378029Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-11T16:57:01.184426Z", "last_refresh": "2024-02-11T16:57:06.366589Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-11T17:01:19.224 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:01:18 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T17:01:17.266338+0000 mgr.smithi088.srytvt (mgr.14180) 366 : cluster [DBG] pgmap v251: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:01:19.563 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-11T17:01:20.564 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid eb5e91f4-c8fd-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:01:21.196 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:01:20 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T17:01:19.196403+0000 mgr.smithi088.srytvt (mgr.14180) 367 : audit [DBG] from='client.14980 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:01:21.196 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:01:20 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T17:01:19.267035+0000 mgr.smithi088.srytvt (mgr.14180) 368 : cluster [DBG] pgmap v252: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:01:21.285 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:01:20 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T17:01:19.196403+0000 mgr.smithi088.srytvt (mgr.14180) 367 : audit [DBG] from='client.14980 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:01:21.285 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:01:20 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T17:01:19.267035+0000 mgr.smithi088.srytvt (mgr.14180) 368 : cluster [DBG] pgmap v252: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:01:22.052 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-11T17:01:22.052 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:53:35.782365Z", "last_refresh": "2024-02-11T16:57:07.472509Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:53:31.954385Z", "last_refresh": "2024-02-11T16:57:06.366008Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:53:34.066531Z", "last_refresh": "2024-02-11T16:57:07.472632Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T16:57:01.424627Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-11T16:59:43.302144Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.dvckok on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-dvckok\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-dvckok\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.dvckok\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.dvckok\nDeploy daemon haproxy.nfs.foo.smithi148.dvckok ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T16:57:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T16:58:28Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T16:59:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.88/16"}, "status": {"created": "2024-02-11T16:57:01.421766Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:53:31.041620Z", "last_refresh": "2024-02-11T16:57:06.366161Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:32.209992Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:54:32.207503Z", "last_refresh": "2024-02-11T16:57:06.366231Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:01.420843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T16:57:01.417643Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:53:34.907593Z", "last_refresh": "2024-02-11T16:57:06.366294Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:57.873613Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:54:57.867647Z", "last_refresh": "2024-02-11T16:57:06.366354Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:53:32.998901Z", "last_refresh": "2024-02-11T16:57:07.472750Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-11T16:56:57.378029Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-11T16:57:01.184426Z", "last_refresh": "2024-02-11T16:57:06.366589Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-11T17:01:22.464 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-11T17:01:23.285 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:01:22 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T17:01:21.267667+0000 mgr.smithi088.srytvt (mgr.14180) 369 : cluster [DBG] pgmap v253: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:01:23.446 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:01:22 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T17:01:21.267667+0000 mgr.smithi088.srytvt (mgr.14180) 369 : cluster [DBG] pgmap v253: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:01:23.464 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid eb5e91f4-c8fd-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:01:24.166 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:01:23 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T17:01:22.048046+0000 mgr.smithi088.srytvt (mgr.14180) 370 : audit [DBG] from='client.14984 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:01:24.446 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:01:23 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T17:01:22.048046+0000 mgr.smithi088.srytvt (mgr.14180) 370 : audit [DBG] from='client.14984 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:01:24.824 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-11T17:01:24.824 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:53:35.782365Z", "last_refresh": "2024-02-11T16:57:07.472509Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:53:31.954385Z", "last_refresh": "2024-02-11T16:57:06.366008Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:53:34.066531Z", "last_refresh": "2024-02-11T16:57:07.472632Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T16:57:01.424627Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-11T16:59:43.302144Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.dvckok on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-dvckok\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-dvckok\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.dvckok\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.dvckok\nDeploy daemon haproxy.nfs.foo.smithi148.dvckok ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T16:57:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T16:58:28Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T16:59:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.88/16"}, "status": {"created": "2024-02-11T16:57:01.421766Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:53:31.041620Z", "last_refresh": "2024-02-11T16:57:06.366161Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:32.209992Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:54:32.207503Z", "last_refresh": "2024-02-11T16:57:06.366231Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:01.420843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T16:57:01.417643Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:53:34.907593Z", "last_refresh": "2024-02-11T16:57:06.366294Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:57.873613Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:54:57.867647Z", "last_refresh": "2024-02-11T16:57:06.366354Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:53:32.998901Z", "last_refresh": "2024-02-11T16:57:07.472750Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-11T16:56:57.378029Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-11T16:57:01.184426Z", "last_refresh": "2024-02-11T16:57:06.366589Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-11T17:01:25.185 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:01:24 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T17:01:23.268615+0000 mgr.smithi088.srytvt (mgr.14180) 371 : cluster [DBG] pgmap v254: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:01:25.205 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-11T17:01:25.387 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:01:24 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T17:01:23.268615+0000 mgr.smithi088.srytvt (mgr.14180) 371 : cluster [DBG] pgmap v254: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:01:26.206 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid eb5e91f4-c8fd-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:01:26.240 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:01:25 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T17:01:24.820114+0000 mgr.smithi088.srytvt (mgr.14180) 372 : audit [DBG] from='client.14988 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:01:26.446 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:01:25 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T17:01:24.820114+0000 mgr.smithi088.srytvt (mgr.14180) 372 : audit [DBG] from='client.14988 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:01:27.216 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:01:26 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T17:01:25.269274+0000 mgr.smithi088.srytvt (mgr.14180) 373 : cluster [DBG] pgmap v255: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:01:27.446 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:01:26 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T17:01:25.269274+0000 mgr.smithi088.srytvt (mgr.14180) 373 : cluster [DBG] pgmap v255: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:01:27.566 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-11T17:01:27.566 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:53:35.782365Z", "last_refresh": "2024-02-11T16:57:07.472509Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:53:31.954385Z", "last_refresh": "2024-02-11T16:57:06.366008Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:53:34.066531Z", "last_refresh": "2024-02-11T16:57:07.472632Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T16:57:01.424627Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-11T16:59:43.302144Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.dvckok on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-dvckok\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-dvckok\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.dvckok\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.dvckok\nDeploy daemon haproxy.nfs.foo.smithi148.dvckok ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T16:57:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T16:58:28Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T16:59:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.88/16"}, "status": {"created": "2024-02-11T16:57:01.421766Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:53:31.041620Z", "last_refresh": "2024-02-11T16:57:06.366161Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:32.209992Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:54:32.207503Z", "last_refresh": "2024-02-11T16:57:06.366231Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:01.420843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T16:57:01.417643Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:53:34.907593Z", "last_refresh": "2024-02-11T16:57:06.366294Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:57.873613Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:54:57.867647Z", "last_refresh": "2024-02-11T16:57:06.366354Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:53:32.998901Z", "last_refresh": "2024-02-11T16:57:07.472750Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-11T16:56:57.378029Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-11T16:57:01.184426Z", "last_refresh": "2024-02-11T16:57:06.366589Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-11T17:01:27.961 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-11T17:01:28.961 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid eb5e91f4-c8fd-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:01:29.285 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:01:28 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T17:01:27.269740+0000 mgr.smithi088.srytvt (mgr.14180) 374 : cluster [DBG] pgmap v256: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:01:29.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:01:28 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T17:01:27.562464+0000 mgr.smithi088.srytvt (mgr.14180) 375 : audit [DBG] from='client.14992 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:01:29.448 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:01:28 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T17:01:27.269740+0000 mgr.smithi088.srytvt (mgr.14180) 374 : cluster [DBG] pgmap v256: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:01:29.448 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:01:28 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T17:01:27.562464+0000 mgr.smithi088.srytvt (mgr.14180) 375 : audit [DBG] from='client.14992 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:01:30.312 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-11T17:01:30.312 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:53:35.782365Z", "last_refresh": "2024-02-11T16:57:07.472509Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:53:31.954385Z", "last_refresh": "2024-02-11T16:57:06.366008Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:53:34.066531Z", "last_refresh": "2024-02-11T16:57:07.472632Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T16:57:01.424627Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-11T16:59:43.302144Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.dvckok on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-dvckok\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-dvckok\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.dvckok\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.dvckok\nDeploy daemon haproxy.nfs.foo.smithi148.dvckok ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T16:57:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T16:58:28Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T16:59:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.88/16"}, "status": {"created": "2024-02-11T16:57:01.421766Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:53:31.041620Z", "last_refresh": "2024-02-11T16:57:06.366161Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:32.209992Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:54:32.207503Z", "last_refresh": "2024-02-11T16:57:06.366231Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:01.420843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T16:57:01.417643Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:53:34.907593Z", "last_refresh": "2024-02-11T16:57:06.366294Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:57.873613Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:54:57.867647Z", "last_refresh": "2024-02-11T16:57:06.366354Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:53:32.998901Z", "last_refresh": "2024-02-11T16:57:07.472750Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-11T16:56:57.378029Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-11T16:57:01.184426Z", "last_refresh": "2024-02-11T16:57:06.366589Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-11T17:01:30.704 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-11T17:01:31.285 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:01:30 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T17:01:29.270732+0000 mgr.smithi088.srytvt (mgr.14180) 376 : cluster [DBG] pgmap v257: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:01:31.446 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:01:30 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T17:01:29.270732+0000 mgr.smithi088.srytvt (mgr.14180) 376 : cluster [DBG] pgmap v257: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:01:31.705 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid eb5e91f4-c8fd-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:01:32.035 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:01:31 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T17:01:30.308193+0000 mgr.smithi088.srytvt (mgr.14180) 377 : audit [DBG] from='client.14996 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:01:32.446 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:01:31 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T17:01:30.308193+0000 mgr.smithi088.srytvt (mgr.14180) 377 : audit [DBG] from='client.14996 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:01:33.049 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-11T17:01:33.049 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:53:35.782365Z", "last_refresh": "2024-02-11T16:57:07.472509Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:53:31.954385Z", "last_refresh": "2024-02-11T16:57:06.366008Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:53:34.066531Z", "last_refresh": "2024-02-11T16:57:07.472632Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T16:57:01.424627Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-11T16:59:43.302144Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.dvckok on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-dvckok\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-dvckok\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.dvckok\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.dvckok\nDeploy daemon haproxy.nfs.foo.smithi148.dvckok ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T16:57:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T16:58:28Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T16:59:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.88/16"}, "status": {"created": "2024-02-11T16:57:01.421766Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:53:31.041620Z", "last_refresh": "2024-02-11T16:57:06.366161Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:32.209992Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:54:32.207503Z", "last_refresh": "2024-02-11T16:57:06.366231Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:01.420843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T16:57:01.417643Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:53:34.907593Z", "last_refresh": "2024-02-11T16:57:06.366294Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:57.873613Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:54:57.867647Z", "last_refresh": "2024-02-11T16:57:06.366354Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:53:32.998901Z", "last_refresh": "2024-02-11T16:57:07.472750Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-11T16:56:57.378029Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-11T16:57:01.184426Z", "last_refresh": "2024-02-11T16:57:06.366589Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-11T17:01:33.285 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:01:32 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T17:01:31.271568+0000 mgr.smithi088.srytvt (mgr.14180) 378 : cluster [DBG] pgmap v258: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:01:33.429 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-11T17:01:33.446 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:01:32 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T17:01:31.271568+0000 mgr.smithi088.srytvt (mgr.14180) 378 : cluster [DBG] pgmap v258: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:01:34.430 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid eb5e91f4-c8fd-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:01:35.035 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:01:34 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T17:01:33.044587+0000 mgr.smithi088.srytvt (mgr.14180) 379 : audit [DBG] from='client.15000 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:01:35.036 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:01:34 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T17:01:33.272183+0000 mgr.smithi088.srytvt (mgr.14180) 380 : cluster [DBG] pgmap v259: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:01:35.387 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:01:34 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T17:01:33.044587+0000 mgr.smithi088.srytvt (mgr.14180) 379 : audit [DBG] from='client.15000 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:01:35.387 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:01:34 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T17:01:33.272183+0000 mgr.smithi088.srytvt (mgr.14180) 380 : cluster [DBG] pgmap v259: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:01:35.800 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-11T17:01:35.801 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:53:35.782365Z", "last_refresh": "2024-02-11T16:57:07.472509Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:53:31.954385Z", "last_refresh": "2024-02-11T16:57:06.366008Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:53:34.066531Z", "last_refresh": "2024-02-11T16:57:07.472632Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T16:57:01.424627Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-11T16:59:43.302144Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.dvckok on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-dvckok\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-dvckok\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.dvckok\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.dvckok\nDeploy daemon haproxy.nfs.foo.smithi148.dvckok ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T16:57:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T16:58:28Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T16:59:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.88/16"}, "status": {"created": "2024-02-11T16:57:01.421766Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:53:31.041620Z", "last_refresh": "2024-02-11T16:57:06.366161Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:32.209992Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:54:32.207503Z", "last_refresh": "2024-02-11T16:57:06.366231Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:01.420843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T16:57:01.417643Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:53:34.907593Z", "last_refresh": "2024-02-11T16:57:06.366294Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:57.873613Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:54:57.867647Z", "last_refresh": "2024-02-11T16:57:06.366354Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:53:32.998901Z", "last_refresh": "2024-02-11T16:57:07.472750Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-11T16:56:57.378029Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-11T16:57:01.184426Z", "last_refresh": "2024-02-11T16:57:06.366589Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-11T17:01:36.201 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-11T17:01:37.202 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid eb5e91f4-c8fd-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:01:37.234 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:01:36 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T17:01:35.272870+0000 mgr.smithi088.srytvt (mgr.14180) 381 : cluster [DBG] pgmap v260: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:01:37.234 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:01:36 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T17:01:35.796302+0000 mgr.smithi088.srytvt (mgr.14180) 382 : audit [DBG] from='client.15004 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:01:37.446 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:01:36 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T17:01:35.272870+0000 mgr.smithi088.srytvt (mgr.14180) 381 : cluster [DBG] pgmap v260: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:01:37.446 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:01:36 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T17:01:35.796302+0000 mgr.smithi088.srytvt (mgr.14180) 382 : audit [DBG] from='client.15004 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:01:38.229 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:01:38 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T17:01:37.273446+0000 mgr.smithi088.srytvt (mgr.14180) 383 : cluster [DBG] pgmap v261: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:01:38.446 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:01:38 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T17:01:37.273446+0000 mgr.smithi088.srytvt (mgr.14180) 383 : cluster [DBG] pgmap v261: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:01:38.587 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-11T17:01:38.588 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:53:35.782365Z", "last_refresh": "2024-02-11T16:57:07.472509Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:53:31.954385Z", "last_refresh": "2024-02-11T16:57:06.366008Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:53:34.066531Z", "last_refresh": "2024-02-11T16:57:07.472632Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T16:57:01.424627Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-11T16:59:43.302144Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.dvckok on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-dvckok\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-dvckok\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.dvckok\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.dvckok\nDeploy daemon haproxy.nfs.foo.smithi148.dvckok ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T16:57:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T16:58:28Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T16:59:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.88/16"}, "status": {"created": "2024-02-11T16:57:01.421766Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:53:31.041620Z", "last_refresh": "2024-02-11T16:57:06.366161Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:32.209992Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:54:32.207503Z", "last_refresh": "2024-02-11T16:57:06.366231Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:01.420843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T16:57:01.417643Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:53:34.907593Z", "last_refresh": "2024-02-11T16:57:06.366294Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:57.873613Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:54:57.867647Z", "last_refresh": "2024-02-11T16:57:06.366354Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:53:32.998901Z", "last_refresh": "2024-02-11T16:57:07.472750Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-11T16:56:57.378029Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-11T16:57:01.184426Z", "last_refresh": "2024-02-11T16:57:06.366589Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-11T17:01:38.960 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-11T17:01:39.285 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:01:39 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T17:01:38.583366+0000 mgr.smithi088.srytvt (mgr.14180) 384 : audit [DBG] from='client.15008 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:01:39.446 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:01:39 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T17:01:38.583366+0000 mgr.smithi088.srytvt (mgr.14180) 384 : audit [DBG] from='client.15008 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:01:39.961 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid eb5e91f4-c8fd-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:01:40.285 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:01:40 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T17:01:39.274078+0000 mgr.smithi088.srytvt (mgr.14180) 385 : cluster [DBG] pgmap v262: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:01:40.446 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:01:40 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T17:01:39.274078+0000 mgr.smithi088.srytvt (mgr.14180) 385 : cluster [DBG] pgmap v262: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:01:41.385 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-11T17:01:41.385 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:53:35.782365Z", "last_refresh": "2024-02-11T16:57:07.472509Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:53:31.954385Z", "last_refresh": "2024-02-11T16:57:06.366008Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:53:34.066531Z", "last_refresh": "2024-02-11T16:57:07.472632Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T16:57:01.424627Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-11T16:59:43.302144Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.dvckok on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-dvckok\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-dvckok\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.dvckok\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.dvckok\nDeploy daemon haproxy.nfs.foo.smithi148.dvckok ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T16:57:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T16:58:28Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T16:59:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.88/16"}, "status": {"created": "2024-02-11T16:57:01.421766Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:53:31.041620Z", "last_refresh": "2024-02-11T16:57:06.366161Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:32.209992Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:54:32.207503Z", "last_refresh": "2024-02-11T16:57:06.366231Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:01.420843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T16:57:01.417643Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:53:34.907593Z", "last_refresh": "2024-02-11T16:57:06.366294Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:57.873613Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:54:57.867647Z", "last_refresh": "2024-02-11T16:57:06.366354Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:53:32.998901Z", "last_refresh": "2024-02-11T16:57:07.472750Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-11T16:56:57.378029Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-11T16:57:01.184426Z", "last_refresh": "2024-02-11T16:57:06.366589Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-11T17:01:41.760 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-11T17:01:42.696 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:01:42 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T17:01:41.274738+0000 mgr.smithi088.srytvt (mgr.14180) 386 : cluster [DBG] pgmap v263: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:01:42.696 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:01:42 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T17:01:41.380886+0000 mgr.smithi088.srytvt (mgr.14180) 387 : audit [DBG] from='client.15012 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:01:42.761 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid eb5e91f4-c8fd-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:01:42.785 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:01:42 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T17:01:41.274738+0000 mgr.smithi088.srytvt (mgr.14180) 386 : cluster [DBG] pgmap v263: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:01:42.785 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:01:42 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T17:01:41.380886+0000 mgr.smithi088.srytvt (mgr.14180) 387 : audit [DBG] from='client.15012 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:01:44.148 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-11T17:01:44.148 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:53:35.782365Z", "last_refresh": "2024-02-11T16:57:07.472509Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:53:31.954385Z", "last_refresh": "2024-02-11T16:57:06.366008Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:53:34.066531Z", "last_refresh": "2024-02-11T16:57:07.472632Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T16:57:01.424627Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-11T16:59:43.302144Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.dvckok on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-dvckok\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-dvckok\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.dvckok\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.dvckok\nDeploy daemon haproxy.nfs.foo.smithi148.dvckok ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T16:57:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T16:58:28Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T16:59:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.88/16"}, "status": {"created": "2024-02-11T16:57:01.421766Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:53:31.041620Z", "last_refresh": "2024-02-11T16:57:06.366161Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:32.209992Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:54:32.207503Z", "last_refresh": "2024-02-11T16:57:06.366231Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:01.420843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T16:57:01.417643Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:53:34.907593Z", "last_refresh": "2024-02-11T16:57:06.366294Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:57.873613Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:54:57.867647Z", "last_refresh": "2024-02-11T16:57:06.366354Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:53:32.998901Z", "last_refresh": "2024-02-11T16:57:07.472750Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-11T16:56:57.378029Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-11T16:57:01.184426Z", "last_refresh": "2024-02-11T16:57:06.366589Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-11T17:01:44.514 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:01:44 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T17:01:43.275363+0000 mgr.smithi088.srytvt (mgr.14180) 388 : cluster [DBG] pgmap v264: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:01:44.541 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-11T17:01:44.696 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:01:44 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T17:01:43.275363+0000 mgr.smithi088.srytvt (mgr.14180) 388 : cluster [DBG] pgmap v264: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:01:45.542 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid eb5e91f4-c8fd-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:01:45.696 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:01:45 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T17:01:44.143803+0000 mgr.smithi088.srytvt (mgr.14180) 389 : audit [DBG] from='client.15016 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:01:45.785 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:01:45 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T17:01:44.143803+0000 mgr.smithi088.srytvt (mgr.14180) 389 : audit [DBG] from='client.15016 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:01:46.520 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:01:46 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T17:01:45.276101+0000 mgr.smithi088.srytvt (mgr.14180) 390 : cluster [DBG] pgmap v265: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:01:46.696 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:01:46 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T17:01:45.276101+0000 mgr.smithi088.srytvt (mgr.14180) 390 : cluster [DBG] pgmap v265: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:01:46.894 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-11T17:01:46.894 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:53:35.782365Z", "last_refresh": "2024-02-11T16:57:07.472509Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:53:31.954385Z", "last_refresh": "2024-02-11T16:57:06.366008Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:53:34.066531Z", "last_refresh": "2024-02-11T16:57:07.472632Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T16:57:01.424627Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-11T16:59:43.302144Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.dvckok on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-dvckok\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-dvckok\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.dvckok\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.dvckok\nDeploy daemon haproxy.nfs.foo.smithi148.dvckok ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T16:57:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T16:58:28Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T16:59:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.88/16"}, "status": {"created": "2024-02-11T16:57:01.421766Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:53:31.041620Z", "last_refresh": "2024-02-11T16:57:06.366161Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:32.209992Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:54:32.207503Z", "last_refresh": "2024-02-11T16:57:06.366231Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:01.420843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T16:57:01.417643Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:53:34.907593Z", "last_refresh": "2024-02-11T16:57:06.366294Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:57.873613Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:54:57.867647Z", "last_refresh": "2024-02-11T16:57:06.366354Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:53:32.998901Z", "last_refresh": "2024-02-11T16:57:07.472750Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-11T16:56:57.378029Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-11T16:57:01.184426Z", "last_refresh": "2024-02-11T16:57:06.366589Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-11T17:01:47.273 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-11T17:01:47.535 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:01:47 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T17:01:46.889871+0000 mgr.smithi088.srytvt (mgr.14180) 391 : audit [DBG] from='client.15020 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:01:47.696 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:01:47 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T17:01:46.889871+0000 mgr.smithi088.srytvt (mgr.14180) 391 : audit [DBG] from='client.15020 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:01:48.274 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid eb5e91f4-c8fd-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:01:48.660 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:01:48 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T17:01:47.276643+0000 mgr.smithi088.srytvt (mgr.14180) 392 : cluster [DBG] pgmap v266: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:01:48.696 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:01:48 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T17:01:47.276643+0000 mgr.smithi088.srytvt (mgr.14180) 392 : cluster [DBG] pgmap v266: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:01:49.610 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-11T17:01:49.610 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:53:35.782365Z", "last_refresh": "2024-02-11T16:57:07.472509Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:53:31.954385Z", "last_refresh": "2024-02-11T16:57:06.366008Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:53:34.066531Z", "last_refresh": "2024-02-11T16:57:07.472632Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T16:57:01.424627Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-11T16:59:43.302144Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.dvckok on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-dvckok\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-dvckok\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.dvckok\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.dvckok\nDeploy daemon haproxy.nfs.foo.smithi148.dvckok ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T16:57:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T16:58:28Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T16:59:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.88/16"}, "status": {"created": "2024-02-11T16:57:01.421766Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:53:31.041620Z", "last_refresh": "2024-02-11T16:57:06.366161Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:32.209992Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:54:32.207503Z", "last_refresh": "2024-02-11T16:57:06.366231Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:01.420843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T16:57:01.417643Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:53:34.907593Z", "last_refresh": "2024-02-11T16:57:06.366294Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:57.873613Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:54:57.867647Z", "last_refresh": "2024-02-11T16:57:06.366354Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:53:32.998901Z", "last_refresh": "2024-02-11T16:57:07.472750Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-11T16:56:57.378029Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-11T16:57:01.184426Z", "last_refresh": "2024-02-11T16:57:06.366589Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-11T17:01:49.990 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-11T17:01:50.696 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:01:50 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T17:01:49.277223+0000 mgr.smithi088.srytvt (mgr.14180) 393 : cluster [DBG] pgmap v267: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:01:50.696 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:01:50 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T17:01:49.605880+0000 mgr.smithi088.srytvt (mgr.14180) 394 : audit [DBG] from='client.15024 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:01:50.785 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:01:50 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T17:01:49.277223+0000 mgr.smithi088.srytvt (mgr.14180) 393 : cluster [DBG] pgmap v267: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:01:50.786 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:01:50 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T17:01:49.605880+0000 mgr.smithi088.srytvt (mgr.14180) 394 : audit [DBG] from='client.15024 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:01:50.991 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid eb5e91f4-c8fd-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:01:52.365 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-11T17:01:52.365 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:53:35.782365Z", "last_refresh": "2024-02-11T16:57:07.472509Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:53:31.954385Z", "last_refresh": "2024-02-11T16:57:06.366008Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:53:34.066531Z", "last_refresh": "2024-02-11T16:57:07.472632Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T16:57:01.424627Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-11T16:59:43.302144Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.dvckok on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-dvckok\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-dvckok\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.dvckok\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.dvckok\nDeploy daemon haproxy.nfs.foo.smithi148.dvckok ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T16:57:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T16:58:28Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T16:59:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.88/16"}, "status": {"created": "2024-02-11T16:57:01.421766Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:53:31.041620Z", "last_refresh": "2024-02-11T16:57:06.366161Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:32.209992Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:54:32.207503Z", "last_refresh": "2024-02-11T16:57:06.366231Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:01.420843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T16:57:01.417643Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:53:34.907593Z", "last_refresh": "2024-02-11T16:57:06.366294Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:57.873613Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:54:57.867647Z", "last_refresh": "2024-02-11T16:57:06.366354Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:53:32.998901Z", "last_refresh": "2024-02-11T16:57:07.472750Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-11T16:56:57.378029Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-11T16:57:01.184426Z", "last_refresh": "2024-02-11T16:57:06.366589Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-11T17:01:52.696 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:01:52 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T17:01:51.278018+0000 mgr.smithi088.srytvt (mgr.14180) 395 : cluster [DBG] pgmap v268: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:01:52.704 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:01:52 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T17:01:51.278018+0000 mgr.smithi088.srytvt (mgr.14180) 395 : cluster [DBG] pgmap v268: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:01:52.738 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-11T17:01:53.696 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:01:53 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T17:01:52.360659+0000 mgr.smithi088.srytvt (mgr.14180) 396 : audit [DBG] from='client.15028 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:01:53.739 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid eb5e91f4-c8fd-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:01:53.771 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:01:53 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T17:01:52.360659+0000 mgr.smithi088.srytvt (mgr.14180) 396 : audit [DBG] from='client.15028 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:01:54.621 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:01:54 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T17:01:53.278676+0000 mgr.smithi088.srytvt (mgr.14180) 397 : cluster [DBG] pgmap v269: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:01:54.696 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:01:54 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T17:01:53.278676+0000 mgr.smithi088.srytvt (mgr.14180) 397 : cluster [DBG] pgmap v269: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:01:55.104 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-11T17:01:55.104 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:53:35.782365Z", "last_refresh": "2024-02-11T16:57:07.472509Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:53:31.954385Z", "last_refresh": "2024-02-11T16:57:06.366008Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:53:34.066531Z", "last_refresh": "2024-02-11T16:57:07.472632Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T16:57:01.424627Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-11T16:59:43.302144Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.dvckok on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-dvckok\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-dvckok\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.dvckok\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.dvckok\nDeploy daemon haproxy.nfs.foo.smithi148.dvckok ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T16:57:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T16:58:28Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T16:59:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.88/16"}, "status": {"created": "2024-02-11T16:57:01.421766Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:53:31.041620Z", "last_refresh": "2024-02-11T16:57:06.366161Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:32.209992Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:54:32.207503Z", "last_refresh": "2024-02-11T16:57:06.366231Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:01.420843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T16:57:01.417643Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:53:34.907593Z", "last_refresh": "2024-02-11T16:57:06.366294Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:57.873613Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:54:57.867647Z", "last_refresh": "2024-02-11T16:57:06.366354Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:53:32.998901Z", "last_refresh": "2024-02-11T16:57:07.472750Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-11T16:56:57.378029Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-11T16:57:01.184426Z", "last_refresh": "2024-02-11T16:57:06.366589Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-11T17:01:55.464 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-11T17:01:56.465 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid eb5e91f4-c8fd-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:01:56.696 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:01:56 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T17:01:55.100179+0000 mgr.smithi088.srytvt (mgr.14180) 398 : audit [DBG] from='client.15032 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:01:56.696 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:01:56 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T17:01:55.279541+0000 mgr.smithi088.srytvt (mgr.14180) 399 : cluster [DBG] pgmap v270: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:01:56.785 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:01:56 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T17:01:55.100179+0000 mgr.smithi088.srytvt (mgr.14180) 398 : audit [DBG] from='client.15032 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:01:56.785 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:01:56 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T17:01:55.279541+0000 mgr.smithi088.srytvt (mgr.14180) 399 : cluster [DBG] pgmap v270: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:01:57.857 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-11T17:01:57.857 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:53:35.782365Z", "last_refresh": "2024-02-11T16:57:07.472509Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:53:31.954385Z", "last_refresh": "2024-02-11T16:57:06.366008Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:53:34.066531Z", "last_refresh": "2024-02-11T16:57:07.472632Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T16:57:01.424627Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-11T16:59:43.302144Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.dvckok on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-dvckok\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-dvckok\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.dvckok\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.dvckok\nDeploy daemon haproxy.nfs.foo.smithi148.dvckok ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T16:57:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T16:58:28Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T16:59:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.88/16"}, "status": {"created": "2024-02-11T16:57:01.421766Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:53:31.041620Z", "last_refresh": "2024-02-11T16:57:06.366161Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:32.209992Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:54:32.207503Z", "last_refresh": "2024-02-11T16:57:06.366231Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:01.420843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T16:57:01.417643Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:53:34.907593Z", "last_refresh": "2024-02-11T16:57:06.366294Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:57.873613Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:54:57.867647Z", "last_refresh": "2024-02-11T16:57:06.366354Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:53:32.998901Z", "last_refresh": "2024-02-11T16:57:07.472750Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-11T16:56:57.378029Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-11T16:57:01.184426Z", "last_refresh": "2024-02-11T16:57:06.366589Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-11T17:01:58.222 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-11T17:01:58.535 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:01:58 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T17:01:57.280130+0000 mgr.smithi088.srytvt (mgr.14180) 400 : cluster [DBG] pgmap v271: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:01:58.535 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:01:58 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T17:01:57.852684+0000 mgr.smithi088.srytvt (mgr.14180) 401 : audit [DBG] from='client.15036 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:01:58.696 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:01:58 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T17:01:57.280130+0000 mgr.smithi088.srytvt (mgr.14180) 400 : cluster [DBG] pgmap v271: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:01:58.696 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:01:58 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T17:01:57.852684+0000 mgr.smithi088.srytvt (mgr.14180) 401 : audit [DBG] from='client.15036 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:01:59.223 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid eb5e91f4-c8fd-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:02:00.535 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:02:00 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T17:01:59.280728+0000 mgr.smithi088.srytvt (mgr.14180) 402 : cluster [DBG] pgmap v272: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:02:00.639 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-11T17:02:00.639 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:53:35.782365Z", "last_refresh": "2024-02-11T16:57:07.472509Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:53:31.954385Z", "last_refresh": "2024-02-11T16:57:06.366008Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:53:34.066531Z", "last_refresh": "2024-02-11T16:57:07.472632Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T16:57:01.424627Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-11T16:59:43.302144Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.dvckok on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-dvckok\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-dvckok\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.dvckok\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.dvckok\nDeploy daemon haproxy.nfs.foo.smithi148.dvckok ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T16:57:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T16:58:28Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T16:59:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.88/16"}, "status": {"created": "2024-02-11T16:57:01.421766Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:53:31.041620Z", "last_refresh": "2024-02-11T16:57:06.366161Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:32.209992Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:54:32.207503Z", "last_refresh": "2024-02-11T16:57:06.366231Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:01.420843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T16:57:01.417643Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:53:34.907593Z", "last_refresh": "2024-02-11T16:57:06.366294Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:57.873613Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:54:57.867647Z", "last_refresh": "2024-02-11T16:57:06.366354Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:53:32.998901Z", "last_refresh": "2024-02-11T16:57:07.472750Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-11T16:56:57.378029Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-11T16:57:01.184426Z", "last_refresh": "2024-02-11T16:57:06.366589Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-11T17:02:00.696 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:02:00 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T17:01:59.280728+0000 mgr.smithi088.srytvt (mgr.14180) 402 : cluster [DBG] pgmap v272: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:02:01.014 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-11T17:02:01.696 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:02:01 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T17:02:00.634909+0000 mgr.smithi088.srytvt (mgr.14180) 403 : audit [DBG] from='client.15040 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:02:01.785 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:02:01 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T17:02:00.634909+0000 mgr.smithi088.srytvt (mgr.14180) 403 : audit [DBG] from='client.15040 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:02:02.015 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid eb5e91f4-c8fd-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:02:02.696 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:02:02 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T17:02:01.281519+0000 mgr.smithi088.srytvt (mgr.14180) 404 : cluster [DBG] pgmap v273: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:02:02.707 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:02:02 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T17:02:01.281519+0000 mgr.smithi088.srytvt (mgr.14180) 404 : cluster [DBG] pgmap v273: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:02:03.430 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-11T17:02:03.430 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:53:35.782365Z", "last_refresh": "2024-02-11T16:57:07.472509Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:53:31.954385Z", "last_refresh": "2024-02-11T16:57:06.366008Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:53:34.066531Z", "last_refresh": "2024-02-11T16:57:07.472632Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T16:57:01.424627Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-11T16:59:43.302144Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.dvckok on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-dvckok\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-dvckok\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.dvckok\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.dvckok\nDeploy daemon haproxy.nfs.foo.smithi148.dvckok ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T16:57:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T16:58:28Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T16:59:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.88/16"}, "status": {"created": "2024-02-11T16:57:01.421766Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:53:31.041620Z", "last_refresh": "2024-02-11T16:57:06.366161Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:32.209992Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:54:32.207503Z", "last_refresh": "2024-02-11T16:57:06.366231Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:01.420843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T16:57:01.417643Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:53:34.907593Z", "last_refresh": "2024-02-11T16:57:06.366294Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:57.873613Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:54:57.867647Z", "last_refresh": "2024-02-11T16:57:06.366354Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:53:32.998901Z", "last_refresh": "2024-02-11T16:57:07.472750Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-11T16:56:57.378029Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-11T16:57:01.184426Z", "last_refresh": "2024-02-11T16:57:06.366589Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-11T17:02:03.830 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-11T17:02:04.696 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:02:04 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T17:02:03.282164+0000 mgr.smithi088.srytvt (mgr.14180) 405 : cluster [DBG] pgmap v274: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:02:04.696 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:02:04 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T17:02:03.425776+0000 mgr.smithi088.srytvt (mgr.14180) 406 : audit [DBG] from='client.15044 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:02:04.785 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:02:04 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T17:02:03.282164+0000 mgr.smithi088.srytvt (mgr.14180) 405 : cluster [DBG] pgmap v274: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:02:04.785 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:02:04 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T17:02:03.425776+0000 mgr.smithi088.srytvt (mgr.14180) 406 : audit [DBG] from='client.15044 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:02:04.831 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid eb5e91f4-c8fd-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:02:06.196 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-11T17:02:06.197 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:53:35.782365Z", "last_refresh": "2024-02-11T16:57:07.472509Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:53:31.954385Z", "last_refresh": "2024-02-11T16:57:06.366008Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:53:34.066531Z", "last_refresh": "2024-02-11T16:57:07.472632Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T16:57:01.424627Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-11T16:59:43.302144Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.dvckok on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-dvckok\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-dvckok\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.dvckok\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.dvckok\nDeploy daemon haproxy.nfs.foo.smithi148.dvckok ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T16:57:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T16:58:28Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T16:59:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.88/16"}, "status": {"created": "2024-02-11T16:57:01.421766Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:53:31.041620Z", "last_refresh": "2024-02-11T16:57:06.366161Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:32.209992Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:54:32.207503Z", "last_refresh": "2024-02-11T16:57:06.366231Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:01.420843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T16:57:01.417643Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:53:34.907593Z", "last_refresh": "2024-02-11T16:57:06.366294Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:57.873613Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:54:57.867647Z", "last_refresh": "2024-02-11T16:57:06.366354Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:53:32.998901Z", "last_refresh": "2024-02-11T16:57:07.472750Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-11T16:56:57.378029Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-11T16:57:01.184426Z", "last_refresh": "2024-02-11T16:57:06.366589Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-11T17:02:06.535 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:02:06 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T17:02:05.283090+0000 mgr.smithi088.srytvt (mgr.14180) 407 : cluster [DBG] pgmap v275: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:02:06.586 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-11T17:02:06.696 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:02:06 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T17:02:05.283090+0000 mgr.smithi088.srytvt (mgr.14180) 407 : cluster [DBG] pgmap v275: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:02:07.587 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid eb5e91f4-c8fd-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:02:07.696 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:02:07 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T17:02:06.192144+0000 mgr.smithi088.srytvt (mgr.14180) 408 : audit [DBG] from='client.15048 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:02:07.785 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:02:07 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T17:02:06.192144+0000 mgr.smithi088.srytvt (mgr.14180) 408 : audit [DBG] from='client.15048 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:02:08.535 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:02:08 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T17:02:07.283612+0000 mgr.smithi088.srytvt (mgr.14180) 409 : cluster [DBG] pgmap v276: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:02:08.696 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:02:08 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T17:02:07.283612+0000 mgr.smithi088.srytvt (mgr.14180) 409 : cluster [DBG] pgmap v276: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:02:08.936 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-11T17:02:08.936 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:53:35.782365Z", "last_refresh": "2024-02-11T16:57:07.472509Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:53:31.954385Z", "last_refresh": "2024-02-11T16:57:06.366008Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:53:34.066531Z", "last_refresh": "2024-02-11T16:57:07.472632Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T16:57:01.424627Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-11T16:59:43.302144Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.dvckok on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-dvckok\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-dvckok\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.dvckok\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.dvckok\nDeploy daemon haproxy.nfs.foo.smithi148.dvckok ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T16:57:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T16:58:28Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T16:59:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.88/16"}, "status": {"created": "2024-02-11T16:57:01.421766Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:53:31.041620Z", "last_refresh": "2024-02-11T16:57:06.366161Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:32.209992Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:54:32.207503Z", "last_refresh": "2024-02-11T16:57:06.366231Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:01.420843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T16:57:01.417643Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:53:34.907593Z", "last_refresh": "2024-02-11T16:57:06.366294Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:57.873613Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:54:57.867647Z", "last_refresh": "2024-02-11T16:57:06.366354Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:53:32.998901Z", "last_refresh": "2024-02-11T16:57:07.472750Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-11T16:56:57.378029Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-11T16:57:01.184426Z", "last_refresh": "2024-02-11T16:57:06.366589Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-11T17:02:09.344 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-11T17:02:09.535 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:02:09 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T17:02:08.931896+0000 mgr.smithi088.srytvt (mgr.14180) 410 : audit [DBG] from='client.15052 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:02:09.696 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:02:09 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T17:02:08.931896+0000 mgr.smithi088.srytvt (mgr.14180) 410 : audit [DBG] from='client.15052 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:02:10.345 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid eb5e91f4-c8fd-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:02:10.696 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:02:10 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T17:02:09.284525+0000 mgr.smithi088.srytvt (mgr.14180) 411 : cluster [DBG] pgmap v277: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:02:10.703 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:02:10 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T17:02:09.284525+0000 mgr.smithi088.srytvt (mgr.14180) 411 : cluster [DBG] pgmap v277: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:02:11.730 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-11T17:02:11.730 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:53:35.782365Z", "last_refresh": "2024-02-11T16:57:07.472509Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:53:31.954385Z", "last_refresh": "2024-02-11T16:57:06.366008Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:53:34.066531Z", "last_refresh": "2024-02-11T16:57:07.472632Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T16:57:01.424627Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-11T16:59:43.302144Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.dvckok on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-dvckok\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-dvckok\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.dvckok\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.dvckok\nDeploy daemon haproxy.nfs.foo.smithi148.dvckok ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T16:57:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T16:58:28Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T16:59:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.88/16"}, "status": {"created": "2024-02-11T16:57:01.421766Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:53:31.041620Z", "last_refresh": "2024-02-11T16:57:06.366161Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:32.209992Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:54:32.207503Z", "last_refresh": "2024-02-11T16:57:06.366231Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:01.420843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T16:57:01.417643Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:53:34.907593Z", "last_refresh": "2024-02-11T16:57:06.366294Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:57.873613Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:54:57.867647Z", "last_refresh": "2024-02-11T16:57:06.366354Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:53:32.998901Z", "last_refresh": "2024-02-11T16:57:07.472750Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-11T16:56:57.378029Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-11T16:57:01.184426Z", "last_refresh": "2024-02-11T16:57:06.366589Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-11T17:02:12.052 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-11T17:02:12.696 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:02:12 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T17:02:11.285393+0000 mgr.smithi088.srytvt (mgr.14180) 412 : cluster [DBG] pgmap v278: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:02:12.696 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:02:12 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T17:02:11.725286+0000 mgr.smithi088.srytvt (mgr.14180) 413 : audit [DBG] from='client.15056 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:02:12.785 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:02:12 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T17:02:11.285393+0000 mgr.smithi088.srytvt (mgr.14180) 412 : cluster [DBG] pgmap v278: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:02:12.785 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:02:12 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T17:02:11.725286+0000 mgr.smithi088.srytvt (mgr.14180) 413 : audit [DBG] from='client.15056 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:02:13.053 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid eb5e91f4-c8fd-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:02:13.692 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:02:13 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cephadm 2024-02-11T17:02:12.620737+0000 mgr.smithi088.srytvt (mgr.14180) 414 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi088-dzldse 2024-02-11T17:02:13.692 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:02:13 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: /bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi088-dzldse 2024-02-11T17:02:13.692 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:02:13 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi088.dzldse 2024-02-11T17:02:13.692 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:02:13 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: /bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi088.dzldse 2024-02-11T17:02:13.692 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:02:13 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: Deploy daemon haproxy.nfs.foo.smithi088.dzldse ... 2024-02-11T17:02:13.692 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:02:13 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: 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=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:02:13.693 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:02:13 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-11T17:02:13.693 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:02:13 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: stat: stderr time="2024-02-11T17:00:20Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-11T17:02:13.693 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:02:13 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: stat: stderr time="2024-02-11T17:00:57Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-11T17:02:13.693 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:02:13 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: stat: stderr time="2024-02-11T17:01:35Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-11T17:02:13.693 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:02:13 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: 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-11T17:02:13.693 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:02:13 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: 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=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:02:13.693 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:02:13 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: Traceback (most recent call last): 2024-02-11T17:02:13.693 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:02:13 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-11T17:02:13.693 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:02:13 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: yield (conn, connr) 2024-02-11T17:02:13.693 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:02:13 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-11T17:02:13.693 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:02:13 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: code, '\n'.join(err))) 2024-02-11T17:02:13.693 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:02:13 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: 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-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi088-dzldse 2024-02-11T17:02:13.693 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:02:13 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: /bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi088-dzldse 2024-02-11T17:02:13.693 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:02:13 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi088.dzldse 2024-02-11T17:02:13.694 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:02:13 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: /bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi088.dzldse 2024-02-11T17:02:13.694 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:02:13 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: Deploy daemon haproxy.nfs.foo.smithi088.dzldse ... 2024-02-11T17:02:13.694 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:02:13 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: 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=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:02:13.694 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:02:13 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-11T17:02:13.694 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:02:13 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: stat: stderr time="2024-02-11T17:00:20Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-11T17:02:13.694 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:02:13 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: stat: stderr time="2024-02-11T17:00:57Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-11T17:02:13.694 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:02:13 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: stat: stderr time="2024-02-11T17:01:35Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-11T17:02:13.694 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:02:13 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: 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-11T17:02:13.694 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:02:13 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: 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=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:02:13.694 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:02:13 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cephadm 2024-02-11T17:02:12.620927+0000 mgr.smithi088.srytvt (mgr.14180) 415 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi088.dzldse 2024-02-11T17:02:13.694 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:02:13 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T17:02:12.621221+0000 mon.smithi088 (mon.0) 676 : audit [INF] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi088.dzldse"}]: dispatch 2024-02-11T17:02:13.694 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:02:13 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cephadm 2024-02-11T17:02:12.621763+0000 mgr.smithi088.srytvt (mgr.14180) 416 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi088.dzldse on smithi088: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi088-dzldse 2024-02-11T17:02:13.695 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:02:13 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: /bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi088-dzldse 2024-02-11T17:02:13.695 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:02:13 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi088.dzldse 2024-02-11T17:02:13.695 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:02:13 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: /bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi088.dzldse 2024-02-11T17:02:13.695 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:02:13 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: Deploy daemon haproxy.nfs.foo.smithi088.dzldse ... 2024-02-11T17:02:13.695 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:02:13 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: 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=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:02:13.695 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:02:13 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-11T17:02:13.695 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:02:13 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: stat: stderr time="2024-02-11T17:00:20Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-11T17:02:13.695 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:02:13 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: stat: stderr time="2024-02-11T17:00:57Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-11T17:02:13.695 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:02:13 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: stat: stderr time="2024-02-11T17:01:35Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-11T17:02:13.695 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:02:13 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: 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-11T17:02:13.695 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:02:13 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: 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=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:02:13.695 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:02:13 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T17:02:12.625904+0000 mon.smithi088 (mon.0) 677 : audit [INF] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' 2024-02-11T17:02:13.695 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:02:13 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cephadm 2024-02-11T17:02:12.626193+0000 mgr.smithi088.srytvt (mgr.14180) 417 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi148.tpuxrx on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-11T17:02:13.695 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:02:13 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cephadm 2024-02-11T17:02:12.627263+0000 mgr.smithi088.srytvt (mgr.14180) 418 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi088.mqnmpl on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-11T17:02:13.696 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:02:13 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T17:02:12.628105+0000 mgr.smithi088.srytvt (mgr.14180) 419 : cluster [DBG] pgmap v279: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 90 B/s rd, 0 op/s 2024-02-11T17:02:13.696 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:02:13 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T17:02:12.628174+0000 mon.smithi088 (mon.0) 678 : audit [DBG] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-11T17:02:13.697 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:02:13 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cephadm 2024-02-11T17:02:12.620737+0000 mgr.smithi088.srytvt (mgr.14180) 414 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi088-dzldse 2024-02-11T17:02:13.697 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:02:13 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: /bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi088-dzldse 2024-02-11T17:02:13.697 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:02:13 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi088.dzldse 2024-02-11T17:02:13.697 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:02:13 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: /bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi088.dzldse 2024-02-11T17:02:13.697 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:02:13 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: Deploy daemon haproxy.nfs.foo.smithi088.dzldse ... 2024-02-11T17:02:13.697 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:02:13 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: 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=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:02:13.697 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:02:13 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-11T17:02:13.697 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:02:13 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: stat: stderr time="2024-02-11T17:00:20Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-11T17:02:13.697 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:02:13 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: stat: stderr time="2024-02-11T17:00:57Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-11T17:02:13.697 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:02:13 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: stat: stderr time="2024-02-11T17:01:35Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-11T17:02:13.697 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:02:13 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: 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-11T17:02:13.697 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:02:13 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: 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=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:02:13.697 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:02:13 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: Traceback (most recent call last): 2024-02-11T17:02:13.698 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:02:13 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-11T17:02:13.698 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:02:13 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: yield (conn, connr) 2024-02-11T17:02:13.698 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:02:13 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-11T17:02:13.698 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:02:13 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: code, '\n'.join(err))) 2024-02-11T17:02:13.698 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:02:13 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: 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-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi088-dzldse 2024-02-11T17:02:13.698 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:02:13 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: /bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi088-dzldse 2024-02-11T17:02:13.698 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:02:13 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi088.dzldse 2024-02-11T17:02:13.698 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:02:13 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: /bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi088.dzldse 2024-02-11T17:02:13.698 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:02:13 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: Deploy daemon haproxy.nfs.foo.smithi088.dzldse ... 2024-02-11T17:02:13.698 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:02:13 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: 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=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:02:13.698 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:02:13 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-11T17:02:13.698 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:02:13 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: stat: stderr time="2024-02-11T17:00:20Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-11T17:02:13.698 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:02:13 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: stat: stderr time="2024-02-11T17:00:57Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-11T17:02:13.698 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:02:13 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: stat: stderr time="2024-02-11T17:01:35Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-11T17:02:13.699 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:02:13 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: 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-11T17:02:13.699 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:02:13 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: 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=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:02:13.699 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:02:13 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cephadm 2024-02-11T17:02:12.620927+0000 mgr.smithi088.srytvt (mgr.14180) 415 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi088.dzldse 2024-02-11T17:02:13.699 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:02:13 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T17:02:12.621221+0000 mon.smithi088 (mon.0) 676 : audit [INF] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi088.dzldse"}]: dispatch 2024-02-11T17:02:13.699 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:02:13 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cephadm 2024-02-11T17:02:12.621763+0000 mgr.smithi088.srytvt (mgr.14180) 416 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi088.dzldse on smithi088: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi088-dzldse 2024-02-11T17:02:13.699 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:02:13 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: /bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi088-dzldse 2024-02-11T17:02:13.699 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:02:13 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi088.dzldse 2024-02-11T17:02:13.699 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:02:13 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: /bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi088.dzldse 2024-02-11T17:02:13.699 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:02:13 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: Deploy daemon haproxy.nfs.foo.smithi088.dzldse ... 2024-02-11T17:02:13.699 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:02:13 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: 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=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:02:13.699 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:02:13 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-11T17:02:13.699 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:02:13 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: stat: stderr time="2024-02-11T17:00:20Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-11T17:02:13.699 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:02:13 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: stat: stderr time="2024-02-11T17:00:57Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-11T17:02:13.699 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:02:13 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: stat: stderr time="2024-02-11T17:01:35Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-11T17:02:13.700 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:02:13 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: 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-11T17:02:13.700 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:02:13 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: 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=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:02:13.700 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:02:13 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T17:02:12.625904+0000 mon.smithi088 (mon.0) 677 : audit [INF] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' 2024-02-11T17:02:13.700 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:02:13 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cephadm 2024-02-11T17:02:12.626193+0000 mgr.smithi088.srytvt (mgr.14180) 417 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi148.tpuxrx on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-11T17:02:13.700 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:02:13 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cephadm 2024-02-11T17:02:12.627263+0000 mgr.smithi088.srytvt (mgr.14180) 418 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi088.mqnmpl on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-11T17:02:13.700 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:02:13 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T17:02:12.628105+0000 mgr.smithi088.srytvt (mgr.14180) 419 : cluster [DBG] pgmap v279: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 90 B/s rd, 0 op/s 2024-02-11T17:02:13.700 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:02:13 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T17:02:12.628174+0000 mon.smithi088 (mon.0) 678 : audit [DBG] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-11T17:02:14.670 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-11T17:02:14.671 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:53:35.782365Z", "last_refresh": "2024-02-11T16:57:07.472509Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:53:31.954385Z", "last_refresh": "2024-02-11T16:57:07.472572Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:53:34.066531Z", "last_refresh": "2024-02-11T16:57:07.472632Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T16:57:01.424627Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-11T16:59:43.302144Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.dvckok on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-dvckok\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-dvckok\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.dvckok\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.dvckok\nDeploy daemon haproxy.nfs.foo.smithi148.dvckok ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T16:57:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T16:58:28Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T16:59:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:02:12.621679Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi088.dzldse on smithi088: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi088-dzldse\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi088-dzldse\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi088.dzldse\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi088.dzldse\nDeploy daemon haproxy.nfs.foo.smithi088.dzldse ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:00:20Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:00:57Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:01:35Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:02:12.626093Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.tpuxrx on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:02:12.627173Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.mqnmpl on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.88/16"}, "status": {"created": "2024-02-11T16:57:01.421766Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:53:31.041620Z", "last_refresh": "2024-02-11T16:57:07.472440Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:32.209992Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:54:32.207503Z", "last_refresh": "2024-02-11T16:57:07.472306Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:01.420843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T16:57:01.417643Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:53:34.907593Z", "last_refresh": "2024-02-11T16:57:07.472691Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:57.873613Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:54:57.867647Z", "last_refresh": "2024-02-11T16:57:07.472809Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:53:32.998901Z", "last_refresh": "2024-02-11T16:57:07.472750Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-11T16:56:57.378029Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-11T16:57:01.184426Z", "last_refresh": "2024-02-11T16:57:07.473087Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-11T17:02:14.696 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:02:14 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T17:02:13.624152+0000 mon.smithi088 (mon.0) 679 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-02-11T17:02:14.696 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:02:14 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T17:02:14.060655+0000 mon.smithi088 (mon.0) 680 : audit [INF] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' 2024-02-11T17:02:14.704 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:02:14 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T17:02:13.624152+0000 mon.smithi088 (mon.0) 679 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-02-11T17:02:14.704 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:02:14 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T17:02:14.060655+0000 mon.smithi088 (mon.0) 680 : audit [INF] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' 2024-02-11T17:02:15.203 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-11T17:02:15.696 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:02:15 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T17:02:14.628829+0000 mgr.smithi088.srytvt (mgr.14180) 420 : cluster [DBG] pgmap v280: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 90 B/s rd, 0 op/s 2024-02-11T17:02:15.696 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:02:15 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T17:02:14.664443+0000 mgr.smithi088.srytvt (mgr.14180) 421 : audit [DBG] from='client.15060 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:02:15.785 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:02:15 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T17:02:14.628829+0000 mgr.smithi088.srytvt (mgr.14180) 420 : cluster [DBG] pgmap v280: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 90 B/s rd, 0 op/s 2024-02-11T17:02:15.785 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:02:15 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T17:02:14.664443+0000 mgr.smithi088.srytvt (mgr.14180) 421 : audit [DBG] from='client.15060 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:02:16.204 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid eb5e91f4-c8fd-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:02:17.557 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-11T17:02:17.558 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:53:35.782365Z", "last_refresh": "2024-02-11T17:02:16.392727Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:53:31.954385Z", "last_refresh": "2024-02-11T17:02:14.054860Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:53:34.066531Z", "last_refresh": "2024-02-11T17:02:16.393038Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T16:57:01.424627Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-11T16:59:43.302144Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.dvckok on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-dvckok\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-dvckok\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.dvckok\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.dvckok\nDeploy daemon haproxy.nfs.foo.smithi148.dvckok ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T16:57:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T16:58:28Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T16:59:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:02:12.621679Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi088.dzldse on smithi088: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi088-dzldse\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi088-dzldse\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi088.dzldse\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi088.dzldse\nDeploy daemon haproxy.nfs.foo.smithi088.dzldse ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:00:20Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:00:57Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:01:35Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:02:12.626093Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.tpuxrx on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:02:12.627173Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.mqnmpl on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.88/16"}, "status": {"created": "2024-02-11T16:57:01.421766Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:53:31.041620Z", "last_refresh": "2024-02-11T17:02:14.055026Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:32.209992Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:54:32.207503Z", "last_refresh": "2024-02-11T17:02:14.055099Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:01.420843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T16:57:01.417643Z", "last_refresh": "2024-02-11T17:02:16.394214Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:53:34.907593Z", "last_refresh": "2024-02-11T17:02:14.055165Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:57.873613Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:54:57.867647Z", "last_refresh": "2024-02-11T17:02:14.055244Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:53:32.998901Z", "last_refresh": "2024-02-11T17:02:16.393340Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-11T16:56:57.378029Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-11T16:57:01.184426Z", "last_refresh": "2024-02-11T17:02:14.055479Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-11T17:02:17.696 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:02:17 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T17:02:16.401445+0000 mon.smithi088 (mon.0) 681 : audit [INF] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' 2024-02-11T17:02:17.696 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:02:17 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T17:02:16.629567+0000 mgr.smithi088.srytvt (mgr.14180) 422 : cluster [DBG] pgmap v281: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 90 B/s rd, 0 op/s 2024-02-11T17:02:17.696 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:02:17 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T17:02:16.655063+0000 mon.smithi088 (mon.0) 682 : audit [INF] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' 2024-02-11T17:02:17.696 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:02:17 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T17:02:16.712820+0000 mon.smithi088 (mon.0) 683 : audit [DBG] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-11T17:02:17.696 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:02:17 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T17:02:16.713436+0000 mon.smithi088 (mon.0) 684 : audit [INF] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-11T17:02:17.697 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:02:17 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T17:02:16.717745+0000 mon.smithi088 (mon.0) 685 : audit [INF] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' 2024-02-11T17:02:17.697 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:02:17 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T17:02:16.718185+0000 mgr.smithi088.srytvt (mgr.14180) 423 : cluster [DBG] pgmap v282: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 108 B/s rd, 0 op/s 2024-02-11T17:02:17.697 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:02:17 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T17:02:16.721290+0000 mon.smithi088 (mon.0) 686 : audit [DBG] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-11T17:02:17.697 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:02:17 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T17:02:16.730272+0000 mon.smithi088 (mon.0) 687 : audit [INF] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' 2024-02-11T17:02:17.697 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:02:17 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cephadm 2024-02-11T17:02:16.732454+0000 mgr.smithi088.srytvt (mgr.14180) 424 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi148.yobwoi on smithi148 2024-02-11T17:02:17.737 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:02:17 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T17:02:16.401445+0000 mon.smithi088 (mon.0) 681 : audit [INF] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' 2024-02-11T17:02:17.737 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:02:17 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T17:02:16.629567+0000 mgr.smithi088.srytvt (mgr.14180) 422 : cluster [DBG] pgmap v281: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 90 B/s rd, 0 op/s 2024-02-11T17:02:17.737 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:02:17 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T17:02:16.655063+0000 mon.smithi088 (mon.0) 682 : audit [INF] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' 2024-02-11T17:02:17.737 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:02:17 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T17:02:16.712820+0000 mon.smithi088 (mon.0) 683 : audit [DBG] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-11T17:02:17.737 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:02:17 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T17:02:16.713436+0000 mon.smithi088 (mon.0) 684 : audit [INF] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-11T17:02:17.738 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:02:17 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T17:02:16.717745+0000 mon.smithi088 (mon.0) 685 : audit [INF] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' 2024-02-11T17:02:17.738 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:02:17 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T17:02:16.718185+0000 mgr.smithi088.srytvt (mgr.14180) 423 : cluster [DBG] pgmap v282: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 108 B/s rd, 0 op/s 2024-02-11T17:02:17.738 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:02:17 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T17:02:16.721290+0000 mon.smithi088 (mon.0) 686 : audit [DBG] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-11T17:02:17.738 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:02:17 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T17:02:16.730272+0000 mon.smithi088 (mon.0) 687 : audit [INF] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' 2024-02-11T17:02:17.738 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:02:17 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cephadm 2024-02-11T17:02:16.732454+0000 mgr.smithi088.srytvt (mgr.14180) 424 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi148.yobwoi on smithi148 2024-02-11T17:02:17.950 INFO:tasks.cephadm:nfs.foo has 1/1 2024-02-11T17:02:17.951 INFO:teuthology.run_tasks:Running task cephadm.wait_for_service... 2024-02-11T17:02:17.968 INFO:tasks.cephadm:Waiting for ceph service ingress.nfs.foo to start (timeout 300)... 2024-02-11T17:02:17.968 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid eb5e91f4-c8fd-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:02:18.629 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:02:18 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T17:02:17.399227+0000 mon.smithi088 (mon.0) 688 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-02-11T17:02:18.629 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:02:18 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T17:02:17.399261+0000 mon.smithi088 (mon.0) 689 : cluster [INF] Cluster is now healthy 2024-02-11T17:02:18.629 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:02:18 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T17:02:17.552976+0000 mgr.smithi088.srytvt (mgr.14180) 425 : audit [DBG] from='client.15064 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:02:18.696 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:02:18 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T17:02:17.399227+0000 mon.smithi088 (mon.0) 688 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-02-11T17:02:18.696 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:02:18 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T17:02:17.399261+0000 mon.smithi088 (mon.0) 689 : cluster [INF] Cluster is now healthy 2024-02-11T17:02:18.697 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:02:18 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T17:02:17.552976+0000 mgr.smithi088.srytvt (mgr.14180) 425 : audit [DBG] from='client.15064 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:02:19.316 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-11T17:02:19.316 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:53:35.782365Z", "last_refresh": "2024-02-11T17:02:16.392727Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:53:31.954385Z", "last_refresh": "2024-02-11T17:02:14.054860Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:53:34.066531Z", "last_refresh": "2024-02-11T17:02:16.393038Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T16:57:01.424627Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-11T16:59:43.302144Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.dvckok on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-dvckok\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-dvckok\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.dvckok\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.dvckok\nDeploy daemon haproxy.nfs.foo.smithi148.dvckok ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T16:57:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T16:58:28Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T16:59:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:02:12.621679Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi088.dzldse on smithi088: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi088-dzldse\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi088-dzldse\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi088.dzldse\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi088.dzldse\nDeploy daemon haproxy.nfs.foo.smithi088.dzldse ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:00:20Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:00:57Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:01:35Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:02:12.626093Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.tpuxrx on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:02:12.627173Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.mqnmpl on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.88/16"}, "status": {"created": "2024-02-11T16:57:01.421766Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:53:31.041620Z", "last_refresh": "2024-02-11T17:02:14.055026Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:32.209992Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:54:32.207503Z", "last_refresh": "2024-02-11T17:02:14.055099Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:01.420843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T16:57:01.417643Z", "last_refresh": "2024-02-11T17:02:16.394214Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:53:34.907593Z", "last_refresh": "2024-02-11T17:02:14.055165Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:57.873613Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:54:57.867647Z", "last_refresh": "2024-02-11T17:02:14.055244Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:53:32.998901Z", "last_refresh": "2024-02-11T17:02:16.393340Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-11T16:56:57.378029Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-11T16:57:01.184426Z", "last_refresh": "2024-02-11T17:02:14.055479Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-11T17:02:19.623 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:02:19 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T17:02:18.718928+0000 mgr.smithi088.srytvt (mgr.14180) 426 : cluster [DBG] pgmap v283: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 108 B/s rd, 0 op/s 2024-02-11T17:02:19.684 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:02:19.696 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:02:19 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T17:02:18.718928+0000 mgr.smithi088.srytvt (mgr.14180) 426 : cluster [DBG] pgmap v283: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 108 B/s rd, 0 op/s 2024-02-11T17:02:20.685 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid eb5e91f4-c8fd-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:02:20.696 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:02:20 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T17:02:19.311198+0000 mgr.smithi088.srytvt (mgr.14180) 427 : audit [DBG] from='client.15068 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:02:20.718 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:02:20 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T17:02:19.311198+0000 mgr.smithi088.srytvt (mgr.14180) 427 : audit [DBG] from='client.15068 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:02:21.695 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:02:21 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T17:02:20.719670+0000 mgr.smithi088.srytvt (mgr.14180) 428 : cluster [DBG] pgmap v284: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 108 B/s rd, 0 op/s 2024-02-11T17:02:21.696 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:02:21 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T17:02:20.719670+0000 mgr.smithi088.srytvt (mgr.14180) 428 : cluster [DBG] pgmap v284: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 108 B/s rd, 0 op/s 2024-02-11T17:02:22.058 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-11T17:02:22.058 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:53:35.782365Z", "last_refresh": "2024-02-11T17:02:16.392727Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:53:31.954385Z", "last_refresh": "2024-02-11T17:02:14.054860Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:53:34.066531Z", "last_refresh": "2024-02-11T17:02:16.393038Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T16:57:01.424627Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-11T16:59:43.302144Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.dvckok on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-dvckok\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-dvckok\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.dvckok\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.dvckok\nDeploy daemon haproxy.nfs.foo.smithi148.dvckok ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T16:57:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T16:58:28Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T16:59:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:02:12.621679Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi088.dzldse on smithi088: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi088-dzldse\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi088-dzldse\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi088.dzldse\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi088.dzldse\nDeploy daemon haproxy.nfs.foo.smithi088.dzldse ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:00:20Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:00:57Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:01:35Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:02:12.626093Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.tpuxrx on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:02:12.627173Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.mqnmpl on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.88/16"}, "status": {"created": "2024-02-11T16:57:01.421766Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:53:31.041620Z", "last_refresh": "2024-02-11T17:02:14.055026Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:32.209992Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:54:32.207503Z", "last_refresh": "2024-02-11T17:02:14.055099Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:01.420843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T16:57:01.417643Z", "last_refresh": "2024-02-11T17:02:16.394214Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:53:34.907593Z", "last_refresh": "2024-02-11T17:02:14.055165Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:57.873613Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:54:57.867647Z", "last_refresh": "2024-02-11T17:02:14.055244Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:53:32.998901Z", "last_refresh": "2024-02-11T17:02:16.393340Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-11T16:56:57.378029Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-11T16:57:01.184426Z", "last_refresh": "2024-02-11T17:02:14.055479Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-11T17:02:22.424 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:02:23.425 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid eb5e91f4-c8fd-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:02:24.035 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:02:23 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T17:02:22.053572+0000 mgr.smithi088.srytvt (mgr.14180) 429 : audit [DBG] from='client.15072 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:02:24.035 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:02:23 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T17:02:22.720388+0000 mgr.smithi088.srytvt (mgr.14180) 430 : cluster [DBG] pgmap v285: 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-11T17:02:24.196 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:02:23 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T17:02:22.053572+0000 mgr.smithi088.srytvt (mgr.14180) 429 : audit [DBG] from='client.15072 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:02:24.196 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:02:23 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T17:02:22.720388+0000 mgr.smithi088.srytvt (mgr.14180) 430 : cluster [DBG] pgmap v285: 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-11T17:02:24.816 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-11T17:02:24.817 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:53:35.782365Z", "last_refresh": "2024-02-11T17:02:16.392727Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:53:31.954385Z", "last_refresh": "2024-02-11T17:02:14.054860Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:53:34.066531Z", "last_refresh": "2024-02-11T17:02:16.393038Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T16:57:01.424627Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-11T16:59:43.302144Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.dvckok on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-dvckok\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-dvckok\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.dvckok\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.dvckok\nDeploy daemon haproxy.nfs.foo.smithi148.dvckok ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T16:57:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T16:58:28Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T16:59:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:02:12.621679Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi088.dzldse on smithi088: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi088-dzldse\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi088-dzldse\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi088.dzldse\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi088.dzldse\nDeploy daemon haproxy.nfs.foo.smithi088.dzldse ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:00:20Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:00:57Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:01:35Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:02:12.626093Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.tpuxrx on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:02:12.627173Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.mqnmpl on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.88/16"}, "status": {"created": "2024-02-11T16:57:01.421766Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:53:31.041620Z", "last_refresh": "2024-02-11T17:02:14.055026Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:32.209992Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:54:32.207503Z", "last_refresh": "2024-02-11T17:02:14.055099Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:01.420843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T16:57:01.417643Z", "last_refresh": "2024-02-11T17:02:16.394214Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:53:34.907593Z", "last_refresh": "2024-02-11T17:02:14.055165Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:57.873613Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:54:57.867647Z", "last_refresh": "2024-02-11T17:02:14.055244Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:53:32.998901Z", "last_refresh": "2024-02-11T17:02:16.393340Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-11T16:56:57.378029Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-11T16:57:01.184426Z", "last_refresh": "2024-02-11T17:02:14.055479Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-11T17:02:25.190 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:02:26.035 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:02:25 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T17:02:24.721017+0000 mgr.smithi088.srytvt (mgr.14180) 431 : cluster [DBG] pgmap v286: 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-11T17:02:26.035 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:02:25 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T17:02:24.812595+0000 mgr.smithi088.srytvt (mgr.14180) 432 : audit [DBG] from='client.15076 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:02:26.191 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid eb5e91f4-c8fd-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:02:26.195 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:02:25 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T17:02:24.721017+0000 mgr.smithi088.srytvt (mgr.14180) 431 : cluster [DBG] pgmap v286: 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-11T17:02:26.196 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:02:25 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T17:02:24.812595+0000 mgr.smithi088.srytvt (mgr.14180) 432 : audit [DBG] from='client.15076 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:02:27.566 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-11T17:02:27.567 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:53:35.782365Z", "last_refresh": "2024-02-11T17:02:16.392727Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:53:31.954385Z", "last_refresh": "2024-02-11T17:02:14.054860Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:53:34.066531Z", "last_refresh": "2024-02-11T17:02:16.393038Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T16:57:01.424627Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-11T16:59:43.302144Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.dvckok on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-dvckok\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-dvckok\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.dvckok\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.dvckok\nDeploy daemon haproxy.nfs.foo.smithi148.dvckok ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T16:57:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T16:58:28Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T16:59:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:02:12.621679Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi088.dzldse on smithi088: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi088-dzldse\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi088-dzldse\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi088.dzldse\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi088.dzldse\nDeploy daemon haproxy.nfs.foo.smithi088.dzldse ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:00:20Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:00:57Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:01:35Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:02:12.626093Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.tpuxrx on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:02:12.627173Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.mqnmpl on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.88/16"}, "status": {"created": "2024-02-11T16:57:01.421766Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:53:31.041620Z", "last_refresh": "2024-02-11T17:02:14.055026Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:32.209992Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:54:32.207503Z", "last_refresh": "2024-02-11T17:02:14.055099Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:01.420843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T16:57:01.417643Z", "last_refresh": "2024-02-11T17:02:16.394214Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:53:34.907593Z", "last_refresh": "2024-02-11T17:02:14.055165Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:57.873613Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:54:57.867647Z", "last_refresh": "2024-02-11T17:02:14.055244Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:53:32.998901Z", "last_refresh": "2024-02-11T17:02:16.393340Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-11T16:56:57.378029Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-11T16:57:01.184426Z", "last_refresh": "2024-02-11T17:02:14.055479Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-11T17:02:27.846 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:02:27 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T17:02:26.721613+0000 mgr.smithi088.srytvt (mgr.14180) 433 : cluster [DBG] pgmap v287: 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-11T17:02:27.940 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:02:28.196 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:02:27 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T17:02:26.721613+0000 mgr.smithi088.srytvt (mgr.14180) 433 : cluster [DBG] pgmap v287: 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-11T17:02:28.941 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid eb5e91f4-c8fd-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:02:29.196 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:02:28 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T17:02:27.562158+0000 mgr.smithi088.srytvt (mgr.14180) 434 : audit [DBG] from='client.15080 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:02:29.283 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:02:28 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T17:02:27.562158+0000 mgr.smithi088.srytvt (mgr.14180) 434 : audit [DBG] from='client.15080 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:02:29.907 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:02:29 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T17:02:28.722398+0000 mgr.smithi088.srytvt (mgr.14180) 435 : cluster [DBG] pgmap v288: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:02:30.196 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:02:29 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T17:02:28.722398+0000 mgr.smithi088.srytvt (mgr.14180) 435 : cluster [DBG] pgmap v288: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:02:30.331 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-11T17:02:30.332 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:53:35.782365Z", "last_refresh": "2024-02-11T17:02:16.392727Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:53:31.954385Z", "last_refresh": "2024-02-11T17:02:14.054860Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:53:34.066531Z", "last_refresh": "2024-02-11T17:02:16.393038Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T16:57:01.424627Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-11T16:59:43.302144Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.dvckok on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-dvckok\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-dvckok\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.dvckok\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.dvckok\nDeploy daemon haproxy.nfs.foo.smithi148.dvckok ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T16:57:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T16:58:28Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T16:59:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:02:12.621679Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi088.dzldse on smithi088: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi088-dzldse\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi088-dzldse\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi088.dzldse\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi088.dzldse\nDeploy daemon haproxy.nfs.foo.smithi088.dzldse ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:00:20Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:00:57Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:01:35Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:02:12.626093Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.tpuxrx on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:02:12.627173Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.mqnmpl on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.88/16"}, "status": {"created": "2024-02-11T16:57:01.421766Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:53:31.041620Z", "last_refresh": "2024-02-11T17:02:14.055026Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:32.209992Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:54:32.207503Z", "last_refresh": "2024-02-11T17:02:14.055099Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:01.420843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T16:57:01.417643Z", "last_refresh": "2024-02-11T17:02:16.394214Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:53:34.907593Z", "last_refresh": "2024-02-11T17:02:14.055165Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:57.873613Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:54:57.867647Z", "last_refresh": "2024-02-11T17:02:14.055244Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:53:32.998901Z", "last_refresh": "2024-02-11T17:02:16.393340Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-11T16:56:57.378029Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-11T16:57:01.184426Z", "last_refresh": "2024-02-11T17:02:14.055479Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-11T17:02:30.714 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:02:31.715 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid eb5e91f4-c8fd-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:02:32.035 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:02:31 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T17:02:30.327164+0000 mgr.smithi088.srytvt (mgr.14180) 436 : audit [DBG] from='client.15084 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:02:32.035 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:02:31 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T17:02:30.723404+0000 mgr.smithi088.srytvt (mgr.14180) 437 : cluster [DBG] pgmap v289: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:02:32.196 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:02:31 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T17:02:30.327164+0000 mgr.smithi088.srytvt (mgr.14180) 436 : audit [DBG] from='client.15084 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:02:32.196 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:02:31 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T17:02:30.723404+0000 mgr.smithi088.srytvt (mgr.14180) 437 : cluster [DBG] pgmap v289: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:02:33.133 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-11T17:02:33.133 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:53:35.782365Z", "last_refresh": "2024-02-11T17:02:16.392727Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:53:31.954385Z", "last_refresh": "2024-02-11T17:02:14.054860Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:53:34.066531Z", "last_refresh": "2024-02-11T17:02:16.393038Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T16:57:01.424627Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-11T16:59:43.302144Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.dvckok on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-dvckok\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-dvckok\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.dvckok\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.dvckok\nDeploy daemon haproxy.nfs.foo.smithi148.dvckok ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T16:57:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T16:58:28Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T16:59:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:02:12.621679Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi088.dzldse on smithi088: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi088-dzldse\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi088-dzldse\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi088.dzldse\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi088.dzldse\nDeploy daemon haproxy.nfs.foo.smithi088.dzldse ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:00:20Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:00:57Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:01:35Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:02:12.626093Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.tpuxrx on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:02:12.627173Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.mqnmpl on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.88/16"}, "status": {"created": "2024-02-11T16:57:01.421766Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:53:31.041620Z", "last_refresh": "2024-02-11T17:02:14.055026Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:32.209992Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:54:32.207503Z", "last_refresh": "2024-02-11T17:02:14.055099Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:01.420843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T16:57:01.417643Z", "last_refresh": "2024-02-11T17:02:16.394214Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:53:34.907593Z", "last_refresh": "2024-02-11T17:02:14.055165Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:57.873613Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:54:57.867647Z", "last_refresh": "2024-02-11T17:02:14.055244Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:53:32.998901Z", "last_refresh": "2024-02-11T17:02:16.393340Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-11T16:56:57.378029Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-11T16:57:01.184426Z", "last_refresh": "2024-02-11T17:02:14.055479Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-11T17:02:33.514 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:02:34.196 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:02:33 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T17:02:32.723981+0000 mgr.smithi088.srytvt (mgr.14180) 438 : 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-11T17:02:34.285 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:02:33 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T17:02:32.723981+0000 mgr.smithi088.srytvt (mgr.14180) 438 : 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-11T17:02:34.515 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid eb5e91f4-c8fd-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:02:35.183 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:02:34 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T17:02:33.128091+0000 mgr.smithi088.srytvt (mgr.14180) 439 : audit [DBG] from='client.15088 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:02:35.196 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:02:34 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T17:02:33.128091+0000 mgr.smithi088.srytvt (mgr.14180) 439 : audit [DBG] from='client.15088 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:02:35.902 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-11T17:02:35.903 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:53:35.782365Z", "last_refresh": "2024-02-11T17:02:16.392727Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:53:31.954385Z", "last_refresh": "2024-02-11T17:02:14.054860Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:53:34.066531Z", "last_refresh": "2024-02-11T17:02:16.393038Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T16:57:01.424627Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-11T16:59:43.302144Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.dvckok on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-dvckok\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-dvckok\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.dvckok\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.dvckok\nDeploy daemon haproxy.nfs.foo.smithi148.dvckok ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T16:57:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T16:58:28Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T16:59:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:02:12.621679Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi088.dzldse on smithi088: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi088-dzldse\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi088-dzldse\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi088.dzldse\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi088.dzldse\nDeploy daemon haproxy.nfs.foo.smithi088.dzldse ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:00:20Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:00:57Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:01:35Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:02:12.626093Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.tpuxrx on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:02:12.627173Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.mqnmpl on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.88/16"}, "status": {"created": "2024-02-11T16:57:01.421766Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:53:31.041620Z", "last_refresh": "2024-02-11T17:02:14.055026Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:32.209992Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:54:32.207503Z", "last_refresh": "2024-02-11T17:02:14.055099Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:01.420843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T16:57:01.417643Z", "last_refresh": "2024-02-11T17:02:16.394214Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:53:34.907593Z", "last_refresh": "2024-02-11T17:02:14.055165Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:57.873613Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:54:57.867647Z", "last_refresh": "2024-02-11T17:02:14.055244Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:53:32.998901Z", "last_refresh": "2024-02-11T17:02:16.393340Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-11T16:56:57.378029Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-11T16:57:01.184426Z", "last_refresh": "2024-02-11T17:02:14.055479Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-11T17:02:36.124 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:02:35 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T17:02:34.724583+0000 mgr.smithi088.srytvt (mgr.14180) 440 : 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-11T17:02:36.196 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:02:35 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T17:02:34.724583+0000 mgr.smithi088.srytvt (mgr.14180) 440 : 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-11T17:02:36.315 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:02:37.196 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:02:36 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T17:02:35.898291+0000 mgr.smithi088.srytvt (mgr.14180) 441 : audit [DBG] from='client.15092 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:02:37.285 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:02:36 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T17:02:35.898291+0000 mgr.smithi088.srytvt (mgr.14180) 441 : audit [DBG] from='client.15092 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:02:37.316 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid eb5e91f4-c8fd-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:02:37.941 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:02:37 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T17:02:36.725192+0000 mgr.smithi088.srytvt (mgr.14180) 442 : 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-11T17:02:38.196 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:02:37 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T17:02:36.725192+0000 mgr.smithi088.srytvt (mgr.14180) 442 : 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-11T17:02:38.664 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-11T17:02:38.664 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:53:35.782365Z", "last_refresh": "2024-02-11T17:02:16.392727Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:53:31.954385Z", "last_refresh": "2024-02-11T17:02:14.054860Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:53:34.066531Z", "last_refresh": "2024-02-11T17:02:16.393038Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T16:57:01.424627Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-11T16:59:43.302144Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.dvckok on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-dvckok\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-dvckok\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.dvckok\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.dvckok\nDeploy daemon haproxy.nfs.foo.smithi148.dvckok ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T16:57:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T16:58:28Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T16:59:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:02:12.621679Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi088.dzldse on smithi088: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi088-dzldse\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi088-dzldse\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi088.dzldse\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi088.dzldse\nDeploy daemon haproxy.nfs.foo.smithi088.dzldse ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:00:20Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:00:57Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:01:35Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:02:12.626093Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.tpuxrx on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:02:12.627173Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.mqnmpl on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.88/16"}, "status": {"created": "2024-02-11T16:57:01.421766Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:53:31.041620Z", "last_refresh": "2024-02-11T17:02:14.055026Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:32.209992Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:54:32.207503Z", "last_refresh": "2024-02-11T17:02:14.055099Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:01.420843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T16:57:01.417643Z", "last_refresh": "2024-02-11T17:02:16.394214Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:53:34.907593Z", "last_refresh": "2024-02-11T17:02:14.055165Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:57.873613Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:54:57.867647Z", "last_refresh": "2024-02-11T17:02:14.055244Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:53:32.998901Z", "last_refresh": "2024-02-11T17:02:16.393340Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-11T16:56:57.378029Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-11T16:57:01.184426Z", "last_refresh": "2024-02-11T17:02:14.055479Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-11T17:02:39.037 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:02:40.039 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid eb5e91f4-c8fd-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:02:40.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:02:39 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T17:02:38.659202+0000 mgr.smithi088.srytvt (mgr.14180) 443 : audit [DBG] from='client.15096 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:02:40.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:02:39 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T17:02:38.725891+0000 mgr.smithi088.srytvt (mgr.14180) 444 : cluster [DBG] pgmap v293: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:02:40.196 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:02:39 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T17:02:38.659202+0000 mgr.smithi088.srytvt (mgr.14180) 443 : audit [DBG] from='client.15096 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:02:40.196 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:02:39 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T17:02:38.725891+0000 mgr.smithi088.srytvt (mgr.14180) 444 : cluster [DBG] pgmap v293: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:02:41.436 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-11T17:02:41.436 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:53:35.782365Z", "last_refresh": "2024-02-11T17:02:16.392727Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:53:31.954385Z", "last_refresh": "2024-02-11T17:02:14.054860Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:53:34.066531Z", "last_refresh": "2024-02-11T17:02:16.393038Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T16:57:01.424627Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-11T16:59:43.302144Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.dvckok on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-dvckok\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-dvckok\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.dvckok\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.dvckok\nDeploy daemon haproxy.nfs.foo.smithi148.dvckok ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T16:57:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T16:58:28Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T16:59:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:02:12.621679Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi088.dzldse on smithi088: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi088-dzldse\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi088-dzldse\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi088.dzldse\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi088.dzldse\nDeploy daemon haproxy.nfs.foo.smithi088.dzldse ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:00:20Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:00:57Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:01:35Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:02:12.626093Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.tpuxrx on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:02:12.627173Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.mqnmpl on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.88/16"}, "status": {"created": "2024-02-11T16:57:01.421766Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:53:31.041620Z", "last_refresh": "2024-02-11T17:02:14.055026Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:32.209992Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:54:32.207503Z", "last_refresh": "2024-02-11T17:02:14.055099Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:01.420843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T16:57:01.417643Z", "last_refresh": "2024-02-11T17:02:16.394214Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:53:34.907593Z", "last_refresh": "2024-02-11T17:02:14.055165Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:57.873613Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:54:57.867647Z", "last_refresh": "2024-02-11T17:02:14.055244Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:53:32.998901Z", "last_refresh": "2024-02-11T17:02:16.393340Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-11T16:56:57.378029Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-11T16:57:01.184426Z", "last_refresh": "2024-02-11T17:02:14.055479Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-11T17:02:41.804 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:02:42.035 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:02:41 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T17:02:40.726671+0000 mgr.smithi088.srytvt (mgr.14180) 445 : cluster [DBG] pgmap v294: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:02:42.196 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:02:41 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T17:02:40.726671+0000 mgr.smithi088.srytvt (mgr.14180) 445 : cluster [DBG] pgmap v294: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:02:42.807 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid eb5e91f4-c8fd-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:02:43.147 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:02:42 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T17:02:41.431841+0000 mgr.smithi088.srytvt (mgr.14180) 446 : audit [DBG] from='client.15100 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:02:43.196 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:02:42 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T17:02:41.431841+0000 mgr.smithi088.srytvt (mgr.14180) 446 : audit [DBG] from='client.15100 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:02:44.170 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-11T17:02:44.171 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:53:35.782365Z", "last_refresh": "2024-02-11T17:02:16.392727Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:53:31.954385Z", "last_refresh": "2024-02-11T17:02:14.054860Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:53:34.066531Z", "last_refresh": "2024-02-11T17:02:16.393038Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T16:57:01.424627Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-11T16:59:43.302144Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.dvckok on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-dvckok\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-dvckok\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.dvckok\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.dvckok\nDeploy daemon haproxy.nfs.foo.smithi148.dvckok ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T16:57:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T16:58:28Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T16:59:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:02:12.621679Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi088.dzldse on smithi088: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi088-dzldse\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi088-dzldse\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi088.dzldse\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi088.dzldse\nDeploy daemon haproxy.nfs.foo.smithi088.dzldse ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:00:20Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:00:57Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:01:35Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:02:12.626093Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.tpuxrx on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:02:12.627173Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.mqnmpl on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.88/16"}, "status": {"created": "2024-02-11T16:57:01.421766Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:53:31.041620Z", "last_refresh": "2024-02-11T17:02:14.055026Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:32.209992Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:54:32.207503Z", "last_refresh": "2024-02-11T17:02:14.055099Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:01.420843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T16:57:01.417643Z", "last_refresh": "2024-02-11T17:02:16.394214Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:53:34.907593Z", "last_refresh": "2024-02-11T17:02:14.055165Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:57.873613Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:54:57.867647Z", "last_refresh": "2024-02-11T17:02:14.055244Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:53:32.998901Z", "last_refresh": "2024-02-11T17:02:16.393340Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-11T16:56:57.378029Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-11T16:57:01.184426Z", "last_refresh": "2024-02-11T17:02:14.055479Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-11T17:02:44.196 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:02:43 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T17:02:42.727448+0000 mgr.smithi088.srytvt (mgr.14180) 447 : 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-11T17:02:44.199 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:02:43 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T17:02:42.727448+0000 mgr.smithi088.srytvt (mgr.14180) 447 : 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-11T17:02:44.552 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:02:45.553 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid eb5e91f4-c8fd-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:02:45.888 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:02:45 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T17:02:44.166351+0000 mgr.smithi088.srytvt (mgr.14180) 448 : audit [DBG] from='client.15104 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:02:45.888 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:02:45 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T17:02:44.728108+0000 mgr.smithi088.srytvt (mgr.14180) 449 : 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-11T17:02:46.196 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:02:45 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T17:02:44.166351+0000 mgr.smithi088.srytvt (mgr.14180) 448 : audit [DBG] from='client.15104 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:02:46.196 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:02:45 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T17:02:44.728108+0000 mgr.smithi088.srytvt (mgr.14180) 449 : 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-11T17:02:46.862 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-11T17:02:46.863 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:53:35.782365Z", "last_refresh": "2024-02-11T17:02:16.392727Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:53:31.954385Z", "last_refresh": "2024-02-11T17:02:14.054860Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:53:34.066531Z", "last_refresh": "2024-02-11T17:02:16.393038Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T16:57:01.424627Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-11T16:59:43.302144Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.dvckok on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-dvckok\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-dvckok\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.dvckok\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.dvckok\nDeploy daemon haproxy.nfs.foo.smithi148.dvckok ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T16:57:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T16:58:28Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T16:59:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:02:12.621679Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi088.dzldse on smithi088: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi088-dzldse\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi088-dzldse\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi088.dzldse\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi088.dzldse\nDeploy daemon haproxy.nfs.foo.smithi088.dzldse ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:00:20Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:00:57Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:01:35Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:02:12.626093Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.tpuxrx on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:02:12.627173Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.mqnmpl on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.88/16"}, "status": {"created": "2024-02-11T16:57:01.421766Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:53:31.041620Z", "last_refresh": "2024-02-11T17:02:14.055026Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:32.209992Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:54:32.207503Z", "last_refresh": "2024-02-11T17:02:14.055099Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:01.420843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T16:57:01.417643Z", "last_refresh": "2024-02-11T17:02:16.394214Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:53:34.907593Z", "last_refresh": "2024-02-11T17:02:14.055165Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:57.873613Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:54:57.867647Z", "last_refresh": "2024-02-11T17:02:14.055244Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:53:32.998901Z", "last_refresh": "2024-02-11T17:02:16.393340Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-11T16:56:57.378029Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-11T16:57:01.184426Z", "last_refresh": "2024-02-11T17:02:14.055479Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-11T17:02:47.320 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:02:48.196 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:02:47 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T17:02:46.728709+0000 mgr.smithi088.srytvt (mgr.14180) 450 : 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-11T17:02:48.196 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:02:47 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T17:02:46.858422+0000 mgr.smithi088.srytvt (mgr.14180) 451 : audit [DBG] from='client.15108 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:02:48.285 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:02:47 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T17:02:46.728709+0000 mgr.smithi088.srytvt (mgr.14180) 450 : 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-11T17:02:48.285 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:02:47 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T17:02:46.858422+0000 mgr.smithi088.srytvt (mgr.14180) 451 : audit [DBG] from='client.15108 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:02:48.321 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid eb5e91f4-c8fd-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:02:49.726 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-11T17:02:49.726 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:53:35.782365Z", "last_refresh": "2024-02-11T17:02:16.392727Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:53:31.954385Z", "last_refresh": "2024-02-11T17:02:14.054860Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:53:34.066531Z", "last_refresh": "2024-02-11T17:02:16.393038Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T16:57:01.424627Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-11T16:59:43.302144Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.dvckok on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-dvckok\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-dvckok\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.dvckok\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.dvckok\nDeploy daemon haproxy.nfs.foo.smithi148.dvckok ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T16:57:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T16:58:28Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T16:59:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:02:12.621679Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi088.dzldse on smithi088: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi088-dzldse\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi088-dzldse\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi088.dzldse\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi088.dzldse\nDeploy daemon haproxy.nfs.foo.smithi088.dzldse ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:00:20Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:00:57Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:01:35Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:02:12.626093Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.tpuxrx on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:02:12.627173Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.mqnmpl on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.88/16"}, "status": {"created": "2024-02-11T16:57:01.421766Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:53:31.041620Z", "last_refresh": "2024-02-11T17:02:14.055026Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:32.209992Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:54:32.207503Z", "last_refresh": "2024-02-11T17:02:14.055099Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:01.420843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T16:57:01.417643Z", "last_refresh": "2024-02-11T17:02:16.394214Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:53:34.907593Z", "last_refresh": "2024-02-11T17:02:14.055165Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:57.873613Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:54:57.867647Z", "last_refresh": "2024-02-11T17:02:14.055244Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:53:32.998901Z", "last_refresh": "2024-02-11T17:02:16.393340Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-11T16:56:57.378029Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-11T16:57:01.184426Z", "last_refresh": "2024-02-11T17:02:14.055479Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-11T17:02:50.035 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:02:49 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T17:02:48.729344+0000 mgr.smithi088.srytvt (mgr.14180) 452 : cluster [DBG] pgmap v298: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:02:50.176 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:02:50.196 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:02:49 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T17:02:48.729344+0000 mgr.smithi088.srytvt (mgr.14180) 452 : cluster [DBG] pgmap v298: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:02:51.177 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid eb5e91f4-c8fd-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:02:51.196 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:02:50 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T17:02:49.721131+0000 mgr.smithi088.srytvt (mgr.14180) 453 : audit [DBG] from='client.15112 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:02:51.210 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:02:50 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T17:02:49.721131+0000 mgr.smithi088.srytvt (mgr.14180) 453 : audit [DBG] from='client.15112 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:02:52.139 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:02:51 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T17:02:50.730370+0000 mgr.smithi088.srytvt (mgr.14180) 454 : cluster [DBG] pgmap v299: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:02:52.195 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:02:51 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T17:02:50.730370+0000 mgr.smithi088.srytvt (mgr.14180) 454 : cluster [DBG] pgmap v299: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:02:52.485 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-11T17:02:52.485 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:53:35.782365Z", "last_refresh": "2024-02-11T17:02:16.392727Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:53:31.954385Z", "last_refresh": "2024-02-11T17:02:14.054860Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:53:34.066531Z", "last_refresh": "2024-02-11T17:02:16.393038Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T16:57:01.424627Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-11T16:59:43.302144Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.dvckok on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-dvckok\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-dvckok\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.dvckok\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.dvckok\nDeploy daemon haproxy.nfs.foo.smithi148.dvckok ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T16:57:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T16:58:28Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T16:59:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:02:12.621679Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi088.dzldse on smithi088: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi088-dzldse\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi088-dzldse\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi088.dzldse\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi088.dzldse\nDeploy daemon haproxy.nfs.foo.smithi088.dzldse ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:00:20Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:00:57Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:01:35Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:02:12.626093Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.tpuxrx on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:02:12.627173Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.mqnmpl on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.88/16"}, "status": {"created": "2024-02-11T16:57:01.421766Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:53:31.041620Z", "last_refresh": "2024-02-11T17:02:14.055026Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:32.209992Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:54:32.207503Z", "last_refresh": "2024-02-11T17:02:14.055099Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:01.420843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T16:57:01.417643Z", "last_refresh": "2024-02-11T17:02:16.394214Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:53:34.907593Z", "last_refresh": "2024-02-11T17:02:14.055165Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:57.873613Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:54:57.867647Z", "last_refresh": "2024-02-11T17:02:14.055244Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:53:32.998901Z", "last_refresh": "2024-02-11T17:02:16.393340Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-11T16:56:57.378029Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-11T16:57:01.184426Z", "last_refresh": "2024-02-11T17:02:14.055479Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-11T17:02:52.860 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:02:53.862 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid eb5e91f4-c8fd-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:02:54.193 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:02:53 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T17:02:52.479705+0000 mgr.smithi088.srytvt (mgr.14180) 455 : audit [DBG] from='client.15116 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:02:54.194 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:02:53 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T17:02:52.731098+0000 mgr.smithi088.srytvt (mgr.14180) 456 : 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-11T17:02:54.195 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:02:53 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T17:02:52.479705+0000 mgr.smithi088.srytvt (mgr.14180) 455 : audit [DBG] from='client.15116 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:02:54.196 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:02:53 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T17:02:52.731098+0000 mgr.smithi088.srytvt (mgr.14180) 456 : 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-11T17:02:55.223 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-11T17:02:55.224 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:53:35.782365Z", "last_refresh": "2024-02-11T17:02:16.392727Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:53:31.954385Z", "last_refresh": "2024-02-11T17:02:14.054860Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:53:34.066531Z", "last_refresh": "2024-02-11T17:02:16.393038Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T16:57:01.424627Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-11T16:59:43.302144Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.dvckok on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-dvckok\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-dvckok\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.dvckok\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.dvckok\nDeploy daemon haproxy.nfs.foo.smithi148.dvckok ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T16:57:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T16:58:28Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T16:59:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:02:12.621679Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi088.dzldse on smithi088: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi088-dzldse\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi088-dzldse\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi088.dzldse\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi088.dzldse\nDeploy daemon haproxy.nfs.foo.smithi088.dzldse ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:00:20Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:00:57Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:01:35Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:02:12.626093Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.tpuxrx on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:02:12.627173Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.mqnmpl on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.88/16"}, "status": {"created": "2024-02-11T16:57:01.421766Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:53:31.041620Z", "last_refresh": "2024-02-11T17:02:14.055026Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:32.209992Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:54:32.207503Z", "last_refresh": "2024-02-11T17:02:14.055099Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:01.420843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T16:57:01.417643Z", "last_refresh": "2024-02-11T17:02:16.394214Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:53:34.907593Z", "last_refresh": "2024-02-11T17:02:14.055165Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:57.873613Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:54:57.867647Z", "last_refresh": "2024-02-11T17:02:14.055244Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:53:32.998901Z", "last_refresh": "2024-02-11T17:02:16.393340Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-11T16:56:57.378029Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-11T16:57:01.184426Z", "last_refresh": "2024-02-11T17:02:14.055479Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-11T17:02:55.633 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:02:56.196 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:02:55 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T17:02:54.731640+0000 mgr.smithi088.srytvt (mgr.14180) 457 : 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-11T17:02:56.285 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:02:55 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T17:02:54.731640+0000 mgr.smithi088.srytvt (mgr.14180) 457 : 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-11T17:02:56.634 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid eb5e91f4-c8fd-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:02:56.970 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:02:56 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T17:02:55.219491+0000 mgr.smithi088.srytvt (mgr.14180) 458 : audit [DBG] from='client.15120 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:02:57.196 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:02:56 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T17:02:55.219491+0000 mgr.smithi088.srytvt (mgr.14180) 458 : audit [DBG] from='client.15120 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:02:57.984 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-11T17:02:57.984 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:53:35.782365Z", "last_refresh": "2024-02-11T17:02:16.392727Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:53:31.954385Z", "last_refresh": "2024-02-11T17:02:14.054860Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:53:34.066531Z", "last_refresh": "2024-02-11T17:02:16.393038Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T16:57:01.424627Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-11T16:59:43.302144Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.dvckok on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-dvckok\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-dvckok\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.dvckok\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.dvckok\nDeploy daemon haproxy.nfs.foo.smithi148.dvckok ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T16:57:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T16:58:28Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T16:59:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:02:12.621679Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi088.dzldse on smithi088: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi088-dzldse\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi088-dzldse\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi088.dzldse\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi088.dzldse\nDeploy daemon haproxy.nfs.foo.smithi088.dzldse ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:00:20Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:00:57Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:01:35Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:02:12.626093Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.tpuxrx on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:02:12.627173Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.mqnmpl on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.88/16"}, "status": {"created": "2024-02-11T16:57:01.421766Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:53:31.041620Z", "last_refresh": "2024-02-11T17:02:14.055026Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:32.209992Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:54:32.207503Z", "last_refresh": "2024-02-11T17:02:14.055099Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:01.420843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T16:57:01.417643Z", "last_refresh": "2024-02-11T17:02:16.394214Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:53:34.907593Z", "last_refresh": "2024-02-11T17:02:14.055165Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:57.873613Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:54:57.867647Z", "last_refresh": "2024-02-11T17:02:14.055244Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:53:32.998901Z", "last_refresh": "2024-02-11T17:02:16.393340Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-11T16:56:57.378029Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-11T16:57:01.184426Z", "last_refresh": "2024-02-11T17:02:14.055479Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-11T17:02:58.010 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:02:57 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T17:02:56.732332+0000 mgr.smithi088.srytvt (mgr.14180) 459 : 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-11T17:02:58.196 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:02:57 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T17:02:56.732332+0000 mgr.smithi088.srytvt (mgr.14180) 459 : 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-11T17:02:58.368 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:02:59.196 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:02:58 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T17:02:57.979843+0000 mgr.smithi088.srytvt (mgr.14180) 460 : audit [DBG] from='client.15124 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:02:59.285 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:02:58 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T17:02:57.979843+0000 mgr.smithi088.srytvt (mgr.14180) 460 : audit [DBG] from='client.15124 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:02:59.369 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid eb5e91f4-c8fd-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:03:00.036 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:02:59 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T17:02:58.733028+0000 mgr.smithi088.srytvt (mgr.14180) 461 : cluster [DBG] pgmap v303: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:03:00.196 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:02:59 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T17:02:58.733028+0000 mgr.smithi088.srytvt (mgr.14180) 461 : cluster [DBG] pgmap v303: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:03:00.802 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-11T17:03:00.802 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:53:35.782365Z", "last_refresh": "2024-02-11T17:02:16.392727Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:53:31.954385Z", "last_refresh": "2024-02-11T17:02:14.054860Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:53:34.066531Z", "last_refresh": "2024-02-11T17:02:16.393038Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T16:57:01.424627Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-11T16:59:43.302144Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.dvckok on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-dvckok\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-dvckok\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.dvckok\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.dvckok\nDeploy daemon haproxy.nfs.foo.smithi148.dvckok ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T16:57:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T16:58:28Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T16:59:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:02:12.621679Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi088.dzldse on smithi088: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi088-dzldse\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi088-dzldse\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi088.dzldse\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi088.dzldse\nDeploy daemon haproxy.nfs.foo.smithi088.dzldse ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:00:20Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:00:57Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:01:35Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:02:12.626093Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.tpuxrx on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:02:12.627173Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.mqnmpl on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.88/16"}, "status": {"created": "2024-02-11T16:57:01.421766Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:53:31.041620Z", "last_refresh": "2024-02-11T17:02:14.055026Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:32.209992Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:54:32.207503Z", "last_refresh": "2024-02-11T17:02:14.055099Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:01.420843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T16:57:01.417643Z", "last_refresh": "2024-02-11T17:02:16.394214Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:53:34.907593Z", "last_refresh": "2024-02-11T17:02:14.055165Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:57.873613Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:54:57.867647Z", "last_refresh": "2024-02-11T17:02:14.055244Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:53:32.998901Z", "last_refresh": "2024-02-11T17:02:16.393340Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-11T16:56:57.378029Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-11T16:57:01.184426Z", "last_refresh": "2024-02-11T17:02:14.055479Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-11T17:03:01.207 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:03:02.196 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:03:01 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T17:03:00.733868+0000 mgr.smithi088.srytvt (mgr.14180) 462 : cluster [DBG] pgmap v304: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:03:02.196 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:03:01 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T17:03:00.798081+0000 mgr.smithi088.srytvt (mgr.14180) 463 : audit [DBG] from='client.15128 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:03:02.208 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid eb5e91f4-c8fd-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:03:02.240 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:03:01 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T17:03:00.733868+0000 mgr.smithi088.srytvt (mgr.14180) 462 : cluster [DBG] pgmap v304: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:03:02.241 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:03:01 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T17:03:00.798081+0000 mgr.smithi088.srytvt (mgr.14180) 463 : audit [DBG] from='client.15128 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:03:03.144 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:03:03 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T17:03:02.734368+0000 mgr.smithi088.srytvt (mgr.14180) 464 : 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-11T17:03:03.446 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:03:03 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T17:03:02.734368+0000 mgr.smithi088.srytvt (mgr.14180) 464 : 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-11T17:03:03.499 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-11T17:03:03.500 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:53:35.782365Z", "last_refresh": "2024-02-11T17:02:16.392727Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:53:31.954385Z", "last_refresh": "2024-02-11T17:02:14.054860Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:53:34.066531Z", "last_refresh": "2024-02-11T17:02:16.393038Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T16:57:01.424627Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-11T16:59:43.302144Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.dvckok on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-dvckok\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-dvckok\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.dvckok\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.dvckok\nDeploy daemon haproxy.nfs.foo.smithi148.dvckok ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T16:57:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T16:58:28Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T16:59:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:02:12.621679Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi088.dzldse on smithi088: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi088-dzldse\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi088-dzldse\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi088.dzldse\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi088.dzldse\nDeploy daemon haproxy.nfs.foo.smithi088.dzldse ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:00:20Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:00:57Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:01:35Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:02:12.626093Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.tpuxrx on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:02:12.627173Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.mqnmpl on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.88/16"}, "status": {"created": "2024-02-11T16:57:01.421766Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:53:31.041620Z", "last_refresh": "2024-02-11T17:02:14.055026Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:32.209992Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:54:32.207503Z", "last_refresh": "2024-02-11T17:02:14.055099Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:01.420843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T16:57:01.417643Z", "last_refresh": "2024-02-11T17:02:16.394214Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:53:34.907593Z", "last_refresh": "2024-02-11T17:02:14.055165Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:57.873613Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:54:57.867647Z", "last_refresh": "2024-02-11T17:02:14.055244Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:53:32.998901Z", "last_refresh": "2024-02-11T17:02:16.393340Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-11T16:56:57.378029Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-11T16:57:01.184426Z", "last_refresh": "2024-02-11T17:02:14.055479Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-11T17:03:03.865 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:03:04.285 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:03:04 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T17:03:03.494968+0000 mgr.smithi088.srytvt (mgr.14180) 465 : audit [DBG] from='client.15132 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:03:04.446 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:03:04 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T17:03:03.494968+0000 mgr.smithi088.srytvt (mgr.14180) 465 : audit [DBG] from='client.15132 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:03:04.866 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid eb5e91f4-c8fd-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:03:05.208 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:03:05 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T17:03:04.735087+0000 mgr.smithi088.srytvt (mgr.14180) 466 : 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-11T17:03:05.386 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:03:05 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T17:03:04.735087+0000 mgr.smithi088.srytvt (mgr.14180) 466 : 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-11T17:03:06.289 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-11T17:03:06.289 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:53:35.782365Z", "last_refresh": "2024-02-11T17:02:16.392727Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:53:31.954385Z", "last_refresh": "2024-02-11T17:02:14.054860Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:53:34.066531Z", "last_refresh": "2024-02-11T17:02:16.393038Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T16:57:01.424627Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-11T16:59:43.302144Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.dvckok on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-dvckok\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-dvckok\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.dvckok\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.dvckok\nDeploy daemon haproxy.nfs.foo.smithi148.dvckok ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T16:57:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T16:58:28Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T16:59:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:02:12.621679Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi088.dzldse on smithi088: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi088-dzldse\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi088-dzldse\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi088.dzldse\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi088.dzldse\nDeploy daemon haproxy.nfs.foo.smithi088.dzldse ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:00:20Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:00:57Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:01:35Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:02:12.626093Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.tpuxrx on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:02:12.627173Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.mqnmpl on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.88/16"}, "status": {"created": "2024-02-11T16:57:01.421766Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:53:31.041620Z", "last_refresh": "2024-02-11T17:02:14.055026Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:32.209992Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:54:32.207503Z", "last_refresh": "2024-02-11T17:02:14.055099Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:01.420843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T16:57:01.417643Z", "last_refresh": "2024-02-11T17:02:16.394214Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:53:34.907593Z", "last_refresh": "2024-02-11T17:02:14.055165Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:57.873613Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:54:57.867647Z", "last_refresh": "2024-02-11T17:02:14.055244Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:53:32.998901Z", "last_refresh": "2024-02-11T17:02:16.393340Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-11T16:56:57.378029Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-11T16:57:01.184426Z", "last_refresh": "2024-02-11T17:02:14.055479Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-11T17:03:06.714 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:03:07.715 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid eb5e91f4-c8fd-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:03:08.035 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:03:07 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T17:03:06.284130+0000 mgr.smithi088.srytvt (mgr.14180) 467 : audit [DBG] from='client.15136 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:03:08.036 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:03:07 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T17:03:06.735701+0000 mgr.smithi088.srytvt (mgr.14180) 468 : 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-11T17:03:08.196 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:03:07 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T17:03:06.284130+0000 mgr.smithi088.srytvt (mgr.14180) 467 : audit [DBG] from='client.15136 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:03:08.196 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:03:07 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T17:03:06.735701+0000 mgr.smithi088.srytvt (mgr.14180) 468 : 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-11T17:03:09.082 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-11T17:03:09.082 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:53:35.782365Z", "last_refresh": "2024-02-11T17:02:16.392727Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:53:31.954385Z", "last_refresh": "2024-02-11T17:02:14.054860Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:53:34.066531Z", "last_refresh": "2024-02-11T17:02:16.393038Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T16:57:01.424627Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-11T16:59:43.302144Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.dvckok on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-dvckok\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-dvckok\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.dvckok\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.dvckok\nDeploy daemon haproxy.nfs.foo.smithi148.dvckok ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T16:57:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T16:58:28Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T16:59:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:02:12.621679Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi088.dzldse on smithi088: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi088-dzldse\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi088-dzldse\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi088.dzldse\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi088.dzldse\nDeploy daemon haproxy.nfs.foo.smithi088.dzldse ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:00:20Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:00:57Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:01:35Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:02:12.626093Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.tpuxrx on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:02:12.627173Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.mqnmpl on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.88/16"}, "status": {"created": "2024-02-11T16:57:01.421766Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:53:31.041620Z", "last_refresh": "2024-02-11T17:02:14.055026Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:32.209992Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:54:32.207503Z", "last_refresh": "2024-02-11T17:02:14.055099Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:01.420843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T16:57:01.417643Z", "last_refresh": "2024-02-11T17:02:16.394214Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:53:34.907593Z", "last_refresh": "2024-02-11T17:02:14.055165Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:57.873613Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:54:57.867647Z", "last_refresh": "2024-02-11T17:02:14.055244Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:53:32.998901Z", "last_refresh": "2024-02-11T17:02:16.393340Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-11T16:56:57.378029Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-11T16:57:01.184426Z", "last_refresh": "2024-02-11T17:02:14.055479Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-11T17:03:09.466 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:03:10.196 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:03:09 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T17:03:08.736327+0000 mgr.smithi088.srytvt (mgr.14180) 469 : cluster [DBG] pgmap v308: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:03:10.285 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:03:09 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T17:03:08.736327+0000 mgr.smithi088.srytvt (mgr.14180) 469 : cluster [DBG] pgmap v308: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:03:10.466 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid eb5e91f4-c8fd-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:03:11.150 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:03:10 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T17:03:09.077210+0000 mgr.smithi088.srytvt (mgr.14180) 470 : audit [DBG] from='client.15140 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:03:11.196 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:03:10 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T17:03:09.077210+0000 mgr.smithi088.srytvt (mgr.14180) 470 : audit [DBG] from='client.15140 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:03:11.843 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-11T17:03:11.843 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:53:35.782365Z", "last_refresh": "2024-02-11T17:02:16.392727Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:53:31.954385Z", "last_refresh": "2024-02-11T17:02:14.054860Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:53:34.066531Z", "last_refresh": "2024-02-11T17:02:16.393038Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T16:57:01.424627Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-11T16:59:43.302144Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.dvckok on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-dvckok\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-dvckok\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.dvckok\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.dvckok\nDeploy daemon haproxy.nfs.foo.smithi148.dvckok ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T16:57:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T16:58:28Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T16:59:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:02:12.621679Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi088.dzldse on smithi088: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi088-dzldse\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi088-dzldse\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi088.dzldse\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi088.dzldse\nDeploy daemon haproxy.nfs.foo.smithi088.dzldse ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:00:20Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:00:57Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:01:35Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:02:12.626093Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.tpuxrx on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:02:12.627173Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.mqnmpl on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.88/16"}, "status": {"created": "2024-02-11T16:57:01.421766Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:53:31.041620Z", "last_refresh": "2024-02-11T17:02:14.055026Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:32.209992Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:54:32.207503Z", "last_refresh": "2024-02-11T17:02:14.055099Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:01.420843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T16:57:01.417643Z", "last_refresh": "2024-02-11T17:02:16.394214Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:53:34.907593Z", "last_refresh": "2024-02-11T17:02:14.055165Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:57.873613Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:54:57.867647Z", "last_refresh": "2024-02-11T17:02:14.055244Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:53:32.998901Z", "last_refresh": "2024-02-11T17:02:16.393340Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-11T16:56:57.378029Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-11T16:57:01.184426Z", "last_refresh": "2024-02-11T17:02:14.055479Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-11T17:03:12.178 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:03:11 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T17:03:10.737054+0000 mgr.smithi088.srytvt (mgr.14180) 471 : cluster [DBG] pgmap v309: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:03:12.196 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:03:11 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T17:03:10.737054+0000 mgr.smithi088.srytvt (mgr.14180) 471 : cluster [DBG] pgmap v309: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:03:12.230 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:03:13.196 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:03:12 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T17:03:11.838120+0000 mgr.smithi088.srytvt (mgr.14180) 472 : audit [DBG] from='client.15144 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:03:13.231 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid eb5e91f4-c8fd-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:03:13.264 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:03:12 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T17:03:11.838120+0000 mgr.smithi088.srytvt (mgr.14180) 472 : audit [DBG] from='client.15144 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:03:13.883 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:03:13 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T17:03:12.737667+0000 mgr.smithi088.srytvt (mgr.14180) 473 : 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-11T17:03:14.196 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:03:13 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T17:03:12.737667+0000 mgr.smithi088.srytvt (mgr.14180) 473 : 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-11T17:03:14.553 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-11T17:03:14.553 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:53:35.782365Z", "last_refresh": "2024-02-11T17:02:16.392727Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:53:31.954385Z", "last_refresh": "2024-02-11T17:02:14.054860Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:53:34.066531Z", "last_refresh": "2024-02-11T17:02:16.393038Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T16:57:01.424627Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-11T16:59:43.302144Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.dvckok on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-dvckok\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-dvckok\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.dvckok\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.dvckok\nDeploy daemon haproxy.nfs.foo.smithi148.dvckok ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T16:57:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T16:58:28Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T16:59:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:02:12.621679Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi088.dzldse on smithi088: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi088-dzldse\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi088-dzldse\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi088.dzldse\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi088.dzldse\nDeploy daemon haproxy.nfs.foo.smithi088.dzldse ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:00:20Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:00:57Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:01:35Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:02:12.626093Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.tpuxrx on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:02:12.627173Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.mqnmpl on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.88/16"}, "status": {"created": "2024-02-11T16:57:01.421766Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:53:31.041620Z", "last_refresh": "2024-02-11T17:02:14.055026Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:32.209992Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:54:32.207503Z", "last_refresh": "2024-02-11T17:02:14.055099Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:01.420843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T16:57:01.417643Z", "last_refresh": "2024-02-11T17:02:16.394214Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:53:34.907593Z", "last_refresh": "2024-02-11T17:02:14.055165Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:57.873613Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:54:57.867647Z", "last_refresh": "2024-02-11T17:02:14.055244Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:53:32.998901Z", "last_refresh": "2024-02-11T17:02:16.393340Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-11T16:56:57.378029Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-11T16:57:01.184426Z", "last_refresh": "2024-02-11T17:02:14.055479Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-11T17:03:14.938 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:03:15.939 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid eb5e91f4-c8fd-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:03:16.196 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:03:15 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T17:03:14.548890+0000 mgr.smithi088.srytvt (mgr.14180) 474 : audit [DBG] from='client.15148 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:03:16.196 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:03:15 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T17:03:14.738358+0000 mgr.smithi088.srytvt (mgr.14180) 475 : 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-11T17:03:16.273 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:03:15 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T17:03:14.548890+0000 mgr.smithi088.srytvt (mgr.14180) 474 : audit [DBG] from='client.15148 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:03:16.273 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:03:15 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T17:03:14.738358+0000 mgr.smithi088.srytvt (mgr.14180) 475 : 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-11T17:03:17.288 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-11T17:03:17.288 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:53:35.782365Z", "last_refresh": "2024-02-11T17:02:16.392727Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:53:31.954385Z", "last_refresh": "2024-02-11T17:02:14.054860Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:53:34.066531Z", "last_refresh": "2024-02-11T17:02:16.393038Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T16:57:01.424627Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-11T16:59:43.302144Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.dvckok on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-dvckok\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-dvckok\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.dvckok\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.dvckok\nDeploy daemon haproxy.nfs.foo.smithi148.dvckok ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T16:57:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T16:58:28Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T16:59:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:02:12.621679Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi088.dzldse on smithi088: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi088-dzldse\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi088-dzldse\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi088.dzldse\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi088.dzldse\nDeploy daemon haproxy.nfs.foo.smithi088.dzldse ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:00:20Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:00:57Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:01:35Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:02:12.626093Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.tpuxrx on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:02:12.627173Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.mqnmpl on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.88/16"}, "status": {"created": "2024-02-11T16:57:01.421766Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:53:31.041620Z", "last_refresh": "2024-02-11T17:02:14.055026Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:32.209992Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:54:32.207503Z", "last_refresh": "2024-02-11T17:02:14.055099Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:01.420843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T16:57:01.417643Z", "last_refresh": "2024-02-11T17:02:16.394214Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:53:34.907593Z", "last_refresh": "2024-02-11T17:02:14.055165Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:57.873613Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:54:57.867647Z", "last_refresh": "2024-02-11T17:02:14.055244Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:53:32.998901Z", "last_refresh": "2024-02-11T17:02:16.393340Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-11T16:56:57.378029Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-11T16:57:01.184426Z", "last_refresh": "2024-02-11T17:02:14.055479Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-11T17:03:17.686 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:03:18.035 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:03:17 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T17:03:16.739087+0000 mgr.smithi088.srytvt (mgr.14180) 476 : 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-11T17:03:18.196 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:03:17 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T17:03:16.739087+0000 mgr.smithi088.srytvt (mgr.14180) 476 : 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-11T17:03:18.688 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid eb5e91f4-c8fd-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:03:19.031 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:03:18 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T17:03:17.283374+0000 mgr.smithi088.srytvt (mgr.14180) 477 : audit [DBG] from='client.15152 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:03:19.196 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:03:18 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T17:03:17.283374+0000 mgr.smithi088.srytvt (mgr.14180) 477 : audit [DBG] from='client.15152 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:03:19.905 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:03:19 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T17:03:18.739874+0000 mgr.smithi088.srytvt (mgr.14180) 478 : cluster [DBG] pgmap v313: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:03:19.980 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-11T17:03:19.980 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:53:35.782365Z", "last_refresh": "2024-02-11T17:02:16.392727Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:53:31.954385Z", "last_refresh": "2024-02-11T17:02:14.054860Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:53:34.066531Z", "last_refresh": "2024-02-11T17:02:16.393038Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T16:57:01.424627Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-11T16:59:43.302144Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.dvckok on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-dvckok\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-dvckok\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.dvckok\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.dvckok\nDeploy daemon haproxy.nfs.foo.smithi148.dvckok ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T16:57:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T16:58:28Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T16:59:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:02:12.621679Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi088.dzldse on smithi088: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi088-dzldse\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi088-dzldse\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi088.dzldse\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi088.dzldse\nDeploy daemon haproxy.nfs.foo.smithi088.dzldse ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:00:20Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:00:57Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:01:35Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:02:12.626093Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.tpuxrx on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:02:12.627173Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.mqnmpl on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.88/16"}, "status": {"created": "2024-02-11T16:57:01.421766Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:53:31.041620Z", "last_refresh": "2024-02-11T17:02:14.055026Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:32.209992Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:54:32.207503Z", "last_refresh": "2024-02-11T17:02:14.055099Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:01.420843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T16:57:01.417643Z", "last_refresh": "2024-02-11T17:02:16.394214Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:53:34.907593Z", "last_refresh": "2024-02-11T17:02:14.055165Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:57.873613Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:54:57.867647Z", "last_refresh": "2024-02-11T17:02:14.055244Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:53:32.998901Z", "last_refresh": "2024-02-11T17:02:16.393340Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-11T16:56:57.378029Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-11T16:57:01.184426Z", "last_refresh": "2024-02-11T17:02:14.055479Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-11T17:03:20.196 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:03:19 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T17:03:18.739874+0000 mgr.smithi088.srytvt (mgr.14180) 478 : cluster [DBG] pgmap v313: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:03:20.345 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:03:21.196 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:03:20 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T17:03:19.975485+0000 mgr.smithi088.srytvt (mgr.14180) 479 : audit [DBG] from='client.15156 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:03:21.285 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:03:20 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T17:03:19.975485+0000 mgr.smithi088.srytvt (mgr.14180) 479 : audit [DBG] from='client.15156 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:03:21.346 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid eb5e91f4-c8fd-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:03:22.007 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:03:21 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T17:03:20.740617+0000 mgr.smithi088.srytvt (mgr.14180) 480 : cluster [DBG] pgmap v314: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:03:22.196 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:03:21 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T17:03:20.740617+0000 mgr.smithi088.srytvt (mgr.14180) 480 : cluster [DBG] pgmap v314: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:03:22.753 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-11T17:03:22.754 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:53:35.782365Z", "last_refresh": "2024-02-11T17:02:16.392727Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:53:31.954385Z", "last_refresh": "2024-02-11T17:02:14.054860Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:53:34.066531Z", "last_refresh": "2024-02-11T17:02:16.393038Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T16:57:01.424627Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-11T16:59:43.302144Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.dvckok on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-dvckok\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-dvckok\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.dvckok\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.dvckok\nDeploy daemon haproxy.nfs.foo.smithi148.dvckok ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T16:57:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T16:58:28Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T16:59:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:02:12.621679Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi088.dzldse on smithi088: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi088-dzldse\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi088-dzldse\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi088.dzldse\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi088.dzldse\nDeploy daemon haproxy.nfs.foo.smithi088.dzldse ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:00:20Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:00:57Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:01:35Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:02:12.626093Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.tpuxrx on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:02:12.627173Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.mqnmpl on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.88/16"}, "status": {"created": "2024-02-11T16:57:01.421766Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:53:31.041620Z", "last_refresh": "2024-02-11T17:02:14.055026Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:32.209992Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:54:32.207503Z", "last_refresh": "2024-02-11T17:02:14.055099Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:01.420843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T16:57:01.417643Z", "last_refresh": "2024-02-11T17:02:16.394214Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:53:34.907593Z", "last_refresh": "2024-02-11T17:02:14.055165Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:57.873613Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:54:57.867647Z", "last_refresh": "2024-02-11T17:02:14.055244Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:53:32.998901Z", "last_refresh": "2024-02-11T17:02:16.393340Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-11T16:56:57.378029Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-11T16:57:01.184426Z", "last_refresh": "2024-02-11T17:02:14.055479Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-11T17:03:23.136 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:03:24.137 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid eb5e91f4-c8fd-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:03:24.169 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:03:23 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T17:03:22.741140+0000 mgr.smithi088.srytvt (mgr.14180) 481 : 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-11T17:03:24.169 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:03:23 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T17:03:22.748742+0000 mgr.smithi088.srytvt (mgr.14180) 482 : audit [DBG] from='client.15160 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:03:24.196 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:03:23 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T17:03:22.741140+0000 mgr.smithi088.srytvt (mgr.14180) 481 : 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-11T17:03:24.196 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:03:23 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T17:03:22.748742+0000 mgr.smithi088.srytvt (mgr.14180) 482 : audit [DBG] from='client.15160 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:03:25.521 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-11T17:03:25.521 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:53:35.782365Z", "last_refresh": "2024-02-11T17:02:16.392727Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:53:31.954385Z", "last_refresh": "2024-02-11T17:02:14.054860Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:53:34.066531Z", "last_refresh": "2024-02-11T17:02:16.393038Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T16:57:01.424627Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-11T16:59:43.302144Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.dvckok on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-dvckok\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-dvckok\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.dvckok\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.dvckok\nDeploy daemon haproxy.nfs.foo.smithi148.dvckok ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T16:57:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T16:58:28Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T16:59:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:02:12.621679Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi088.dzldse on smithi088: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi088-dzldse\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi088-dzldse\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi088.dzldse\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi088.dzldse\nDeploy daemon haproxy.nfs.foo.smithi088.dzldse ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:00:20Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:00:57Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:01:35Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:02:12.626093Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.tpuxrx on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:02:12.627173Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.mqnmpl on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.88/16"}, "status": {"created": "2024-02-11T16:57:01.421766Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:53:31.041620Z", "last_refresh": "2024-02-11T17:02:14.055026Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:32.209992Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:54:32.207503Z", "last_refresh": "2024-02-11T17:02:14.055099Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:01.420843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T16:57:01.417643Z", "last_refresh": "2024-02-11T17:02:16.394214Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:53:34.907593Z", "last_refresh": "2024-02-11T17:02:14.055165Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:57.873613Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:54:57.867647Z", "last_refresh": "2024-02-11T17:02:14.055244Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:53:32.998901Z", "last_refresh": "2024-02-11T17:02:16.393340Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-11T16:56:57.378029Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-11T16:57:01.184426Z", "last_refresh": "2024-02-11T17:02:14.055479Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-11T17:03:25.896 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:03:26.196 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:03:25 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T17:03:24.741806+0000 mgr.smithi088.srytvt (mgr.14180) 483 : 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-11T17:03:26.285 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:03:25 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T17:03:24.741806+0000 mgr.smithi088.srytvt (mgr.14180) 483 : 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-11T17:03:26.897 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid eb5e91f4-c8fd-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:03:27.196 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:03:26 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T17:03:25.516517+0000 mgr.smithi088.srytvt (mgr.14180) 484 : audit [DBG] from='client.15164 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:03:27.236 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:03:26 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T17:03:25.516517+0000 mgr.smithi088.srytvt (mgr.14180) 484 : audit [DBG] from='client.15164 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:03:28.196 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:03:27 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T17:03:26.742506+0000 mgr.smithi088.srytvt (mgr.14180) 485 : 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-11T17:03:28.251 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-11T17:03:28.252 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:53:35.782365Z", "last_refresh": "2024-02-11T17:02:16.392727Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:53:31.954385Z", "last_refresh": "2024-02-11T17:02:14.054860Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:53:34.066531Z", "last_refresh": "2024-02-11T17:02:16.393038Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T16:57:01.424627Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-11T16:59:43.302144Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.dvckok on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-dvckok\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-dvckok\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.dvckok\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.dvckok\nDeploy daemon haproxy.nfs.foo.smithi148.dvckok ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T16:57:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T16:58:28Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T16:59:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:02:12.621679Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi088.dzldse on smithi088: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi088-dzldse\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi088-dzldse\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi088.dzldse\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi088.dzldse\nDeploy daemon haproxy.nfs.foo.smithi088.dzldse ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:00:20Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:00:57Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:01:35Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:02:12.626093Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.tpuxrx on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:02:12.627173Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.mqnmpl on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.88/16"}, "status": {"created": "2024-02-11T16:57:01.421766Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:53:31.041620Z", "last_refresh": "2024-02-11T17:02:14.055026Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:32.209992Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:54:32.207503Z", "last_refresh": "2024-02-11T17:02:14.055099Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:01.420843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T16:57:01.417643Z", "last_refresh": "2024-02-11T17:02:16.394214Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:53:34.907593Z", "last_refresh": "2024-02-11T17:02:14.055165Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:57.873613Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:54:57.867647Z", "last_refresh": "2024-02-11T17:02:14.055244Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:53:32.998901Z", "last_refresh": "2024-02-11T17:02:16.393340Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-11T16:56:57.378029Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-11T16:57:01.184426Z", "last_refresh": "2024-02-11T17:02:14.055479Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-11T17:03:28.276 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:03:27 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T17:03:26.742506+0000 mgr.smithi088.srytvt (mgr.14180) 485 : 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-11T17:03:28.662 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:03:29.663 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid eb5e91f4-c8fd-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:03:29.994 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:03:29 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T17:03:28.245754+0000 mgr.smithi088.srytvt (mgr.14180) 486 : audit [DBG] from='client.15168 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:03:29.995 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:03:29 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T17:03:28.743279+0000 mgr.smithi088.srytvt (mgr.14180) 487 : cluster [DBG] pgmap v318: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:03:30.196 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:03:29 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T17:03:28.245754+0000 mgr.smithi088.srytvt (mgr.14180) 486 : audit [DBG] from='client.15168 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:03:30.196 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:03:29 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T17:03:28.743279+0000 mgr.smithi088.srytvt (mgr.14180) 487 : cluster [DBG] pgmap v318: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:03:31.012 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-11T17:03:31.012 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:53:35.782365Z", "last_refresh": "2024-02-11T17:02:16.392727Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:53:31.954385Z", "last_refresh": "2024-02-11T17:02:14.054860Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:53:34.066531Z", "last_refresh": "2024-02-11T17:02:16.393038Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T16:57:01.424627Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-11T16:59:43.302144Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.dvckok on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-dvckok\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-dvckok\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.dvckok\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.dvckok\nDeploy daemon haproxy.nfs.foo.smithi148.dvckok ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T16:57:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T16:58:28Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T16:59:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:02:12.621679Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi088.dzldse on smithi088: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi088-dzldse\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi088-dzldse\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi088.dzldse\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi088.dzldse\nDeploy daemon haproxy.nfs.foo.smithi088.dzldse ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:00:20Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:00:57Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:01:35Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:02:12.626093Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.tpuxrx on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:02:12.627173Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.mqnmpl on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.88/16"}, "status": {"created": "2024-02-11T16:57:01.421766Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:53:31.041620Z", "last_refresh": "2024-02-11T17:02:14.055026Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:32.209992Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:54:32.207503Z", "last_refresh": "2024-02-11T17:02:14.055099Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:01.420843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T16:57:01.417643Z", "last_refresh": "2024-02-11T17:02:16.394214Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:53:34.907593Z", "last_refresh": "2024-02-11T17:02:14.055165Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:57.873613Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:54:57.867647Z", "last_refresh": "2024-02-11T17:02:14.055244Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:53:32.998901Z", "last_refresh": "2024-02-11T17:02:16.393340Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-11T16:56:57.378029Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-11T16:57:01.184426Z", "last_refresh": "2024-02-11T17:02:14.055479Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-11T17:03:31.384 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:03:32.196 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:03:31 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T17:03:30.744131+0000 mgr.smithi088.srytvt (mgr.14180) 488 : cluster [DBG] pgmap v319: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:03:32.285 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:03:31 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T17:03:30.744131+0000 mgr.smithi088.srytvt (mgr.14180) 488 : cluster [DBG] pgmap v319: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:03:32.385 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid eb5e91f4-c8fd-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:03:33.029 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:03:32 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T17:03:31.008387+0000 mgr.smithi088.srytvt (mgr.14180) 489 : audit [DBG] from='client.15172 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:03:33.196 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:03:32 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T17:03:31.008387+0000 mgr.smithi088.srytvt (mgr.14180) 489 : audit [DBG] from='client.15172 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:03:33.735 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-11T17:03:33.735 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:53:35.782365Z", "last_refresh": "2024-02-11T17:02:16.392727Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:53:31.954385Z", "last_refresh": "2024-02-11T17:02:14.054860Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:53:34.066531Z", "last_refresh": "2024-02-11T17:02:16.393038Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T16:57:01.424627Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-11T16:59:43.302144Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.dvckok on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-dvckok\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-dvckok\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.dvckok\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.dvckok\nDeploy daemon haproxy.nfs.foo.smithi148.dvckok ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T16:57:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T16:58:28Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T16:59:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:02:12.621679Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi088.dzldse on smithi088: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi088-dzldse\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi088-dzldse\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi088.dzldse\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi088.dzldse\nDeploy daemon haproxy.nfs.foo.smithi088.dzldse ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:00:20Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:00:57Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:01:35Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:02:12.626093Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.tpuxrx on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:02:12.627173Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.mqnmpl on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.88/16"}, "status": {"created": "2024-02-11T16:57:01.421766Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:53:31.041620Z", "last_refresh": "2024-02-11T17:02:14.055026Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:32.209992Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:54:32.207503Z", "last_refresh": "2024-02-11T17:02:14.055099Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:01.420843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T16:57:01.417643Z", "last_refresh": "2024-02-11T17:02:16.394214Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:53:34.907593Z", "last_refresh": "2024-02-11T17:02:14.055165Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:57.873613Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:54:57.867647Z", "last_refresh": "2024-02-11T17:02:14.055244Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:53:32.998901Z", "last_refresh": "2024-02-11T17:02:16.393340Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-11T16:56:57.378029Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-11T16:57:01.184426Z", "last_refresh": "2024-02-11T17:02:14.055479Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-11T17:03:34.035 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:03:33 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T17:03:32.744638+0000 mgr.smithi088.srytvt (mgr.14180) 490 : 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-11T17:03:34.150 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:03:34.196 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:03:33 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T17:03:32.744638+0000 mgr.smithi088.srytvt (mgr.14180) 490 : 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-11T17:03:35.151 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid eb5e91f4-c8fd-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:03:35.185 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:03:34 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T17:03:33.730796+0000 mgr.smithi088.srytvt (mgr.14180) 491 : audit [DBG] from='client.15176 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:03:35.196 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:03:34 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T17:03:33.730796+0000 mgr.smithi088.srytvt (mgr.14180) 491 : audit [DBG] from='client.15176 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:03:36.136 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:03:35 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T17:03:34.745577+0000 mgr.smithi088.srytvt (mgr.14180) 492 : 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-11T17:03:36.196 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:03:35 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T17:03:34.745577+0000 mgr.smithi088.srytvt (mgr.14180) 492 : 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-11T17:03:36.501 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-11T17:03:36.502 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:53:35.782365Z", "last_refresh": "2024-02-11T17:02:16.392727Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:53:31.954385Z", "last_refresh": "2024-02-11T17:02:14.054860Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:53:34.066531Z", "last_refresh": "2024-02-11T17:02:16.393038Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T16:57:01.424627Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-11T16:59:43.302144Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.dvckok on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-dvckok\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-dvckok\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.dvckok\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.dvckok\nDeploy daemon haproxy.nfs.foo.smithi148.dvckok ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T16:57:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T16:58:28Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T16:59:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:02:12.621679Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi088.dzldse on smithi088: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi088-dzldse\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi088-dzldse\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi088.dzldse\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi088.dzldse\nDeploy daemon haproxy.nfs.foo.smithi088.dzldse ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:00:20Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:00:57Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:01:35Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:02:12.626093Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.tpuxrx on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:02:12.627173Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.mqnmpl on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.88/16"}, "status": {"created": "2024-02-11T16:57:01.421766Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:53:31.041620Z", "last_refresh": "2024-02-11T17:02:14.055026Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:32.209992Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:54:32.207503Z", "last_refresh": "2024-02-11T17:02:14.055099Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:01.420843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T16:57:01.417643Z", "last_refresh": "2024-02-11T17:02:16.394214Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:53:34.907593Z", "last_refresh": "2024-02-11T17:02:14.055165Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:57.873613Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:54:57.867647Z", "last_refresh": "2024-02-11T17:02:14.055244Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:53:32.998901Z", "last_refresh": "2024-02-11T17:02:16.393340Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-11T16:56:57.378029Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-11T16:57:01.184426Z", "last_refresh": "2024-02-11T17:02:14.055479Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-11T17:03:36.883 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:03:37.884 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid eb5e91f4-c8fd-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:03:38.196 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:03:37 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T17:03:36.497373+0000 mgr.smithi088.srytvt (mgr.14180) 493 : audit [DBG] from='client.15180 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:03:38.196 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:03:37 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T17:03:36.746137+0000 mgr.smithi088.srytvt (mgr.14180) 494 : 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-11T17:03:38.250 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:03:37 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T17:03:36.497373+0000 mgr.smithi088.srytvt (mgr.14180) 493 : audit [DBG] from='client.15180 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:03:38.250 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:03:37 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T17:03:36.746137+0000 mgr.smithi088.srytvt (mgr.14180) 494 : 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-11T17:03:39.231 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-11T17:03:39.231 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:53:35.782365Z", "last_refresh": "2024-02-11T17:02:16.392727Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:53:31.954385Z", "last_refresh": "2024-02-11T17:02:14.054860Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:53:34.066531Z", "last_refresh": "2024-02-11T17:02:16.393038Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T16:57:01.424627Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-11T16:59:43.302144Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.dvckok on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-dvckok\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-dvckok\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.dvckok\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.dvckok\nDeploy daemon haproxy.nfs.foo.smithi148.dvckok ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T16:57:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T16:58:28Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T16:59:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:02:12.621679Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi088.dzldse on smithi088: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi088-dzldse\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi088-dzldse\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi088.dzldse\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi088.dzldse\nDeploy daemon haproxy.nfs.foo.smithi088.dzldse ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:00:20Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:00:57Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:01:35Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:02:12.626093Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.tpuxrx on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:02:12.627173Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.mqnmpl on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.88/16"}, "status": {"created": "2024-02-11T16:57:01.421766Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:53:31.041620Z", "last_refresh": "2024-02-11T17:02:14.055026Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:32.209992Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:54:32.207503Z", "last_refresh": "2024-02-11T17:02:14.055099Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:01.420843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T16:57:01.417643Z", "last_refresh": "2024-02-11T17:02:16.394214Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:53:34.907593Z", "last_refresh": "2024-02-11T17:02:14.055165Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:57.873613Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:54:57.867647Z", "last_refresh": "2024-02-11T17:02:14.055244Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:53:32.998901Z", "last_refresh": "2024-02-11T17:02:16.393340Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-11T16:56:57.378029Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-11T16:57:01.184426Z", "last_refresh": "2024-02-11T17:02:14.055479Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-11T17:03:39.641 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:03:40.196 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:03:39 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T17:03:38.746744+0000 mgr.smithi088.srytvt (mgr.14180) 495 : cluster [DBG] pgmap v323: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:03:40.285 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:03:39 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T17:03:38.746744+0000 mgr.smithi088.srytvt (mgr.14180) 495 : cluster [DBG] pgmap v323: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:03:40.642 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid eb5e91f4-c8fd-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:03:40.976 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:03:40 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T17:03:39.226217+0000 mgr.smithi088.srytvt (mgr.14180) 496 : audit [DBG] from='client.15184 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:03:41.196 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:03:40 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T17:03:39.226217+0000 mgr.smithi088.srytvt (mgr.14180) 496 : audit [DBG] from='client.15184 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:03:41.966 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-11T17:03:41.966 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:53:35.782365Z", "last_refresh": "2024-02-11T17:02:16.392727Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:53:31.954385Z", "last_refresh": "2024-02-11T17:02:14.054860Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:53:34.066531Z", "last_refresh": "2024-02-11T17:02:16.393038Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T16:57:01.424627Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-11T16:59:43.302144Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.dvckok on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-dvckok\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-dvckok\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.dvckok\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.dvckok\nDeploy daemon haproxy.nfs.foo.smithi148.dvckok ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T16:57:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T16:58:28Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T16:59:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:02:12.621679Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi088.dzldse on smithi088: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi088-dzldse\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi088-dzldse\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi088.dzldse\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi088.dzldse\nDeploy daemon haproxy.nfs.foo.smithi088.dzldse ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:00:20Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:00:57Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:01:35Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:02:12.626093Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.tpuxrx on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:02:12.627173Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.mqnmpl on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.88/16"}, "status": {"created": "2024-02-11T16:57:01.421766Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:53:31.041620Z", "last_refresh": "2024-02-11T17:02:14.055026Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:32.209992Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:54:32.207503Z", "last_refresh": "2024-02-11T17:02:14.055099Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:01.420843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T16:57:01.417643Z", "last_refresh": "2024-02-11T17:02:16.394214Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:53:34.907593Z", "last_refresh": "2024-02-11T17:02:14.055165Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:57.873613Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:54:57.867647Z", "last_refresh": "2024-02-11T17:02:14.055244Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:53:32.998901Z", "last_refresh": "2024-02-11T17:02:16.393340Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-11T16:56:57.378029Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-11T16:57:01.184426Z", "last_refresh": "2024-02-11T17:02:14.055479Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-11T17:03:42.196 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:03:41 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T17:03:40.747471+0000 mgr.smithi088.srytvt (mgr.14180) 497 : cluster [DBG] pgmap v324: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:03:42.229 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:03:41 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T17:03:40.747471+0000 mgr.smithi088.srytvt (mgr.14180) 497 : cluster [DBG] pgmap v324: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:03:42.339 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:03:43.196 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:03:42 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T17:03:41.961498+0000 mgr.smithi088.srytvt (mgr.14180) 498 : audit [DBG] from='client.15188 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:03:43.285 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:03:42 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T17:03:41.961498+0000 mgr.smithi088.srytvt (mgr.14180) 498 : audit [DBG] from='client.15188 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:03:43.340 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid eb5e91f4-c8fd-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:03:43.976 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:03:43 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T17:03:42.748106+0000 mgr.smithi088.srytvt (mgr.14180) 499 : 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-11T17:03:44.196 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:03:43 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T17:03:42.748106+0000 mgr.smithi088.srytvt (mgr.14180) 499 : 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-11T17:03:44.686 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-11T17:03:44.686 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:53:35.782365Z", "last_refresh": "2024-02-11T17:02:16.392727Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:53:31.954385Z", "last_refresh": "2024-02-11T17:02:14.054860Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:53:34.066531Z", "last_refresh": "2024-02-11T17:02:16.393038Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T16:57:01.424627Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-11T16:59:43.302144Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.dvckok on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-dvckok\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-dvckok\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.dvckok\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.dvckok\nDeploy daemon haproxy.nfs.foo.smithi148.dvckok ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T16:57:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T16:58:28Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T16:59:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:02:12.621679Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi088.dzldse on smithi088: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi088-dzldse\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi088-dzldse\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi088.dzldse\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi088.dzldse\nDeploy daemon haproxy.nfs.foo.smithi088.dzldse ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:00:20Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:00:57Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:01:35Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:02:12.626093Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.tpuxrx on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:02:12.627173Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.mqnmpl on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.88/16"}, "status": {"created": "2024-02-11T16:57:01.421766Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:53:31.041620Z", "last_refresh": "2024-02-11T17:02:14.055026Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:32.209992Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:54:32.207503Z", "last_refresh": "2024-02-11T17:02:14.055099Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:01.420843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T16:57:01.417643Z", "last_refresh": "2024-02-11T17:02:16.394214Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:53:34.907593Z", "last_refresh": "2024-02-11T17:02:14.055165Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:57.873613Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:54:57.867647Z", "last_refresh": "2024-02-11T17:02:14.055244Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:53:32.998901Z", "last_refresh": "2024-02-11T17:02:16.393340Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-11T16:56:57.378029Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-11T16:57:01.184426Z", "last_refresh": "2024-02-11T17:02:14.055479Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-11T17:03:45.113 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:03:46.114 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid eb5e91f4-c8fd-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:03:46.146 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:03:45 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T17:03:44.681949+0000 mgr.smithi088.srytvt (mgr.14180) 500 : audit [DBG] from='client.15192 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:03:46.146 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:03:45 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T17:03:44.748640+0000 mgr.smithi088.srytvt (mgr.14180) 501 : 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-11T17:03:46.196 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:03:45 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T17:03:44.681949+0000 mgr.smithi088.srytvt (mgr.14180) 500 : audit [DBG] from='client.15192 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:03:46.196 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:03:45 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T17:03:44.748640+0000 mgr.smithi088.srytvt (mgr.14180) 501 : 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-11T17:03:47.475 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-11T17:03:47.475 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:53:35.782365Z", "last_refresh": "2024-02-11T17:02:16.392727Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:53:31.954385Z", "last_refresh": "2024-02-11T17:02:14.054860Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:53:34.066531Z", "last_refresh": "2024-02-11T17:02:16.393038Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T16:57:01.424627Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-11T16:59:43.302144Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.dvckok on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-dvckok\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-dvckok\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.dvckok\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.dvckok\nDeploy daemon haproxy.nfs.foo.smithi148.dvckok ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T16:57:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T16:58:28Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T16:59:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:02:12.621679Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi088.dzldse on smithi088: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi088-dzldse\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi088-dzldse\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi088.dzldse\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi088.dzldse\nDeploy daemon haproxy.nfs.foo.smithi088.dzldse ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:00:20Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:00:57Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:01:35Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:02:12.626093Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.tpuxrx on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:02:12.627173Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.mqnmpl on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.88/16"}, "status": {"created": "2024-02-11T16:57:01.421766Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:53:31.041620Z", "last_refresh": "2024-02-11T17:02:14.055026Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:32.209992Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:54:32.207503Z", "last_refresh": "2024-02-11T17:02:14.055099Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:01.420843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T16:57:01.417643Z", "last_refresh": "2024-02-11T17:02:16.394214Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:53:34.907593Z", "last_refresh": "2024-02-11T17:02:14.055165Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:57.873613Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:54:57.867647Z", "last_refresh": "2024-02-11T17:02:14.055244Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:53:32.998901Z", "last_refresh": "2024-02-11T17:02:16.393340Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-11T16:56:57.378029Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-11T16:57:01.184426Z", "last_refresh": "2024-02-11T17:02:14.055479Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-11T17:03:47.840 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:03:48.035 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:03:47 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T17:03:46.749419+0000 mgr.smithi088.srytvt (mgr.14180) 502 : 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-11T17:03:48.196 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:03:47 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T17:03:46.749419+0000 mgr.smithi088.srytvt (mgr.14180) 502 : 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-11T17:03:48.840 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid eb5e91f4-c8fd-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:03:49.173 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:03:48 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T17:03:47.469076+0000 mgr.smithi088.srytvt (mgr.14180) 503 : audit [DBG] from='client.15196 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:03:49.196 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:03:48 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T17:03:47.469076+0000 mgr.smithi088.srytvt (mgr.14180) 503 : audit [DBG] from='client.15196 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:03:50.173 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-11T17:03:50.173 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:53:35.782365Z", "last_refresh": "2024-02-11T17:02:16.392727Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:53:31.954385Z", "last_refresh": "2024-02-11T17:02:14.054860Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:53:34.066531Z", "last_refresh": "2024-02-11T17:02:16.393038Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T16:57:01.424627Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-11T16:59:43.302144Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.dvckok on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-dvckok\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-dvckok\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.dvckok\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.dvckok\nDeploy daemon haproxy.nfs.foo.smithi148.dvckok ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T16:57:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T16:58:28Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T16:59:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:02:12.621679Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi088.dzldse on smithi088: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi088-dzldse\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi088-dzldse\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi088.dzldse\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi088.dzldse\nDeploy daemon haproxy.nfs.foo.smithi088.dzldse ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:00:20Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:00:57Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:01:35Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:02:12.626093Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.tpuxrx on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:02:12.627173Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.mqnmpl on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.88/16"}, "status": {"created": "2024-02-11T16:57:01.421766Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:53:31.041620Z", "last_refresh": "2024-02-11T17:02:14.055026Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:32.209992Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:54:32.207503Z", "last_refresh": "2024-02-11T17:02:14.055099Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:01.420843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T16:57:01.417643Z", "last_refresh": "2024-02-11T17:02:16.394214Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:53:34.907593Z", "last_refresh": "2024-02-11T17:02:14.055165Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:57.873613Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:54:57.867647Z", "last_refresh": "2024-02-11T17:02:14.055244Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:53:32.998901Z", "last_refresh": "2024-02-11T17:02:16.393340Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-11T16:56:57.378029Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-11T16:57:01.184426Z", "last_refresh": "2024-02-11T17:02:14.055479Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-11T17:03:50.196 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:03:49 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T17:03:48.750063+0000 mgr.smithi088.srytvt (mgr.14180) 504 : cluster [DBG] pgmap v328: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:03:50.198 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:03:49 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T17:03:48.750063+0000 mgr.smithi088.srytvt (mgr.14180) 504 : cluster [DBG] pgmap v328: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:03:50.605 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:03:51.606 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid eb5e91f4-c8fd-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:03:52.196 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:03:51 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T17:03:50.169155+0000 mgr.smithi088.srytvt (mgr.14180) 505 : audit [DBG] from='client.15200 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:03:52.196 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:03:51 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T17:03:50.750812+0000 mgr.smithi088.srytvt (mgr.14180) 506 : cluster [DBG] pgmap v329: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:03:52.285 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:03:51 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T17:03:50.169155+0000 mgr.smithi088.srytvt (mgr.14180) 505 : audit [DBG] from='client.15200 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:03:52.286 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:03:51 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T17:03:50.750812+0000 mgr.smithi088.srytvt (mgr.14180) 506 : cluster [DBG] pgmap v329: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:03:52.958 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-11T17:03:52.958 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:53:35.782365Z", "last_refresh": "2024-02-11T17:02:16.392727Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:53:31.954385Z", "last_refresh": "2024-02-11T17:02:14.054860Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:53:34.066531Z", "last_refresh": "2024-02-11T17:02:16.393038Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T16:57:01.424627Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-11T16:59:43.302144Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.dvckok on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-dvckok\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-dvckok\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.dvckok\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.dvckok\nDeploy daemon haproxy.nfs.foo.smithi148.dvckok ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T16:57:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T16:58:28Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T16:59:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:02:12.621679Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi088.dzldse on smithi088: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi088-dzldse\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi088-dzldse\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi088.dzldse\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi088.dzldse\nDeploy daemon haproxy.nfs.foo.smithi088.dzldse ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:00:20Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:00:57Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:01:35Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:02:12.626093Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.tpuxrx on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:02:12.627173Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.mqnmpl on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.88/16"}, "status": {"created": "2024-02-11T16:57:01.421766Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:53:31.041620Z", "last_refresh": "2024-02-11T17:02:14.055026Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:32.209992Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:54:32.207503Z", "last_refresh": "2024-02-11T17:02:14.055099Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:01.420843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T16:57:01.417643Z", "last_refresh": "2024-02-11T17:02:16.394214Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:53:34.907593Z", "last_refresh": "2024-02-11T17:02:14.055165Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:57.873613Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:54:57.867647Z", "last_refresh": "2024-02-11T17:02:14.055244Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:53:32.998901Z", "last_refresh": "2024-02-11T17:02:16.393340Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-11T16:56:57.378029Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-11T16:57:01.184426Z", "last_refresh": "2024-02-11T17:02:14.055479Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-11T17:03:53.329 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:03:54.196 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:03:53 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T17:03:52.751333+0000 mgr.smithi088.srytvt (mgr.14180) 507 : 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-11T17:03:54.196 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:03:53 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T17:03:52.953798+0000 mgr.smithi088.srytvt (mgr.14180) 508 : audit [DBG] from='client.15204 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:03:54.285 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:03:53 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T17:03:52.751333+0000 mgr.smithi088.srytvt (mgr.14180) 507 : 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-11T17:03:54.286 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:03:53 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T17:03:52.953798+0000 mgr.smithi088.srytvt (mgr.14180) 508 : audit [DBG] from='client.15204 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:03:54.330 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid eb5e91f4-c8fd-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:03:55.687 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-11T17:03:55.688 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:53:35.782365Z", "last_refresh": "2024-02-11T17:02:16.392727Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:53:31.954385Z", "last_refresh": "2024-02-11T17:02:14.054860Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:53:34.066531Z", "last_refresh": "2024-02-11T17:02:16.393038Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T16:57:01.424627Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-11T16:59:43.302144Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.dvckok on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-dvckok\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-dvckok\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.dvckok\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.dvckok\nDeploy daemon haproxy.nfs.foo.smithi148.dvckok ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T16:57:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T16:58:28Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T16:59:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:02:12.621679Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi088.dzldse on smithi088: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi088-dzldse\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi088-dzldse\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi088.dzldse\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi088.dzldse\nDeploy daemon haproxy.nfs.foo.smithi088.dzldse ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:00:20Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:00:57Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:01:35Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:02:12.626093Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.tpuxrx on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:02:12.627173Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.mqnmpl on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.88/16"}, "status": {"created": "2024-02-11T16:57:01.421766Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:53:31.041620Z", "last_refresh": "2024-02-11T17:02:14.055026Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:32.209992Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:54:32.207503Z", "last_refresh": "2024-02-11T17:02:14.055099Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:01.420843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T16:57:01.417643Z", "last_refresh": "2024-02-11T17:02:16.394214Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:53:34.907593Z", "last_refresh": "2024-02-11T17:02:14.055165Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:57.873613Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:54:57.867647Z", "last_refresh": "2024-02-11T17:02:14.055244Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:53:32.998901Z", "last_refresh": "2024-02-11T17:02:16.393340Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-11T16:56:57.378029Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-11T16:57:01.184426Z", "last_refresh": "2024-02-11T17:02:14.055479Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-11T17:03:56.035 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:03:55 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T17:03:54.751899+0000 mgr.smithi088.srytvt (mgr.14180) 509 : 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-11T17:03:56.085 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:03:56.196 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:03:55 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T17:03:54.751899+0000 mgr.smithi088.srytvt (mgr.14180) 509 : 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-11T17:03:57.087 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid eb5e91f4-c8fd-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:03:57.196 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:03:56 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T17:03:55.682837+0000 mgr.smithi088.srytvt (mgr.14180) 510 : audit [DBG] from='client.15208 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:03:57.285 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:03:56 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T17:03:55.682837+0000 mgr.smithi088.srytvt (mgr.14180) 510 : audit [DBG] from='client.15208 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:03:58.098 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:03:57 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T17:03:56.752580+0000 mgr.smithi088.srytvt (mgr.14180) 511 : 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-11T17:03:58.196 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:03:57 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T17:03:56.752580+0000 mgr.smithi088.srytvt (mgr.14180) 511 : 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-11T17:03:58.460 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-11T17:03:58.460 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:53:35.782365Z", "last_refresh": "2024-02-11T17:02:16.392727Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:53:31.954385Z", "last_refresh": "2024-02-11T17:02:14.054860Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:53:34.066531Z", "last_refresh": "2024-02-11T17:02:16.393038Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T16:57:01.424627Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-11T16:59:43.302144Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.dvckok on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-dvckok\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-dvckok\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.dvckok\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.dvckok\nDeploy daemon haproxy.nfs.foo.smithi148.dvckok ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T16:57:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T16:58:28Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T16:59:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:02:12.621679Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi088.dzldse on smithi088: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi088-dzldse\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi088-dzldse\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi088.dzldse\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi088.dzldse\nDeploy daemon haproxy.nfs.foo.smithi088.dzldse ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:00:20Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:00:57Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:01:35Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:02:12.626093Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.tpuxrx on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:02:12.627173Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.mqnmpl on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.88/16"}, "status": {"created": "2024-02-11T16:57:01.421766Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:53:31.041620Z", "last_refresh": "2024-02-11T17:02:14.055026Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:32.209992Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:54:32.207503Z", "last_refresh": "2024-02-11T17:02:14.055099Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:01.420843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T16:57:01.417643Z", "last_refresh": "2024-02-11T17:02:16.394214Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:53:34.907593Z", "last_refresh": "2024-02-11T17:02:14.055165Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:57.873613Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:54:57.867647Z", "last_refresh": "2024-02-11T17:02:14.055244Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:53:32.998901Z", "last_refresh": "2024-02-11T17:02:16.393340Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-11T16:56:57.378029Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-11T16:57:01.184426Z", "last_refresh": "2024-02-11T17:02:14.055479Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-11T17:03:58.845 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:03:59.846 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid eb5e91f4-c8fd-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:04:00.180 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:03:59 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T17:03:58.455927+0000 mgr.smithi088.srytvt (mgr.14180) 512 : audit [DBG] from='client.15212 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:04:00.180 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:03:59 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T17:03:58.753396+0000 mgr.smithi088.srytvt (mgr.14180) 513 : cluster [DBG] pgmap v333: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:04:00.196 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:03:59 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T17:03:58.455927+0000 mgr.smithi088.srytvt (mgr.14180) 512 : audit [DBG] from='client.15212 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:04:00.196 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:03:59 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T17:03:58.753396+0000 mgr.smithi088.srytvt (mgr.14180) 513 : cluster [DBG] pgmap v333: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:04:01.245 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-11T17:04:01.245 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:53:35.782365Z", "last_refresh": "2024-02-11T17:02:16.392727Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:53:31.954385Z", "last_refresh": "2024-02-11T17:02:14.054860Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:53:34.066531Z", "last_refresh": "2024-02-11T17:02:16.393038Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T16:57:01.424627Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-11T16:59:43.302144Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.dvckok on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-dvckok\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-dvckok\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.dvckok\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.dvckok\nDeploy daemon haproxy.nfs.foo.smithi148.dvckok ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T16:57:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T16:58:28Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T16:59:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:02:12.621679Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi088.dzldse on smithi088: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi088-dzldse\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi088-dzldse\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi088.dzldse\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi088.dzldse\nDeploy daemon haproxy.nfs.foo.smithi088.dzldse ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:00:20Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:00:57Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:01:35Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:02:12.626093Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.tpuxrx on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:02:12.627173Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.mqnmpl on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.88/16"}, "status": {"created": "2024-02-11T16:57:01.421766Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:53:31.041620Z", "last_refresh": "2024-02-11T17:02:14.055026Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:32.209992Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:54:32.207503Z", "last_refresh": "2024-02-11T17:02:14.055099Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:01.420843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T16:57:01.417643Z", "last_refresh": "2024-02-11T17:02:16.394214Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:53:34.907593Z", "last_refresh": "2024-02-11T17:02:14.055165Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:57.873613Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:54:57.867647Z", "last_refresh": "2024-02-11T17:02:14.055244Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:53:32.998901Z", "last_refresh": "2024-02-11T17:02:16.393340Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-11T16:56:57.378029Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-11T16:57:01.184426Z", "last_refresh": "2024-02-11T17:02:14.055479Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-11T17:04:01.627 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:04:02.196 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:04:01 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T17:04:00.754312+0000 mgr.smithi088.srytvt (mgr.14180) 514 : cluster [DBG] pgmap v334: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:04:02.285 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:04:01 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T17:04:00.754312+0000 mgr.smithi088.srytvt (mgr.14180) 514 : cluster [DBG] pgmap v334: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:04:02.629 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid eb5e91f4-c8fd-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:04:03.196 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:04:02 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T17:04:01.241019+0000 mgr.smithi088.srytvt (mgr.14180) 515 : audit [DBG] from='client.15216 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:04:03.285 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:04:02 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T17:04:01.241019+0000 mgr.smithi088.srytvt (mgr.14180) 515 : audit [DBG] from='client.15216 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:04:04.004 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-11T17:04:04.005 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:53:35.782365Z", "last_refresh": "2024-02-11T17:02:16.392727Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:53:31.954385Z", "last_refresh": "2024-02-11T17:02:14.054860Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:53:34.066531Z", "last_refresh": "2024-02-11T17:02:16.393038Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T16:57:01.424627Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-11T16:59:43.302144Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.dvckok on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-dvckok\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-dvckok\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.dvckok\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.dvckok\nDeploy daemon haproxy.nfs.foo.smithi148.dvckok ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T16:57:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T16:58:28Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T16:59:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:02:12.621679Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi088.dzldse on smithi088: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi088-dzldse\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi088-dzldse\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi088.dzldse\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi088.dzldse\nDeploy daemon haproxy.nfs.foo.smithi088.dzldse ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:00:20Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:00:57Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:01:35Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:02:12.626093Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.tpuxrx on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:02:12.627173Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.mqnmpl on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.88/16"}, "status": {"created": "2024-02-11T16:57:01.421766Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:53:31.041620Z", "last_refresh": "2024-02-11T17:02:14.055026Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:32.209992Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:54:32.207503Z", "last_refresh": "2024-02-11T17:02:14.055099Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:01.420843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T16:57:01.417643Z", "last_refresh": "2024-02-11T17:02:16.394214Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:53:34.907593Z", "last_refresh": "2024-02-11T17:02:14.055165Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:57.873613Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:54:57.867647Z", "last_refresh": "2024-02-11T17:02:14.055244Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:53:32.998901Z", "last_refresh": "2024-02-11T17:02:16.393340Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-11T16:56:57.378029Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-11T16:57:01.184426Z", "last_refresh": "2024-02-11T17:02:14.055479Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-11T17:04:04.196 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:04:03 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T17:04:02.754809+0000 mgr.smithi088.srytvt (mgr.14180) 516 : 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-11T17:04:04.285 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:04:03 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T17:04:02.754809+0000 mgr.smithi088.srytvt (mgr.14180) 516 : 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-11T17:04:04.378 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:04:05.196 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:04:04 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T17:04:04.000239+0000 mgr.smithi088.srytvt (mgr.14180) 517 : audit [DBG] from='client.15220 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:04:05.285 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:04:04 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T17:04:04.000239+0000 mgr.smithi088.srytvt (mgr.14180) 517 : audit [DBG] from='client.15220 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:04:05.379 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid eb5e91f4-c8fd-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:04:06.013 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:04:05 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T17:04:04.755502+0000 mgr.smithi088.srytvt (mgr.14180) 518 : 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-11T17:04:06.196 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:04:05 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T17:04:04.755502+0000 mgr.smithi088.srytvt (mgr.14180) 518 : 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-11T17:04:06.770 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-11T17:04:06.770 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:53:35.782365Z", "last_refresh": "2024-02-11T17:02:16.392727Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:53:31.954385Z", "last_refresh": "2024-02-11T17:02:14.054860Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:53:34.066531Z", "last_refresh": "2024-02-11T17:02:16.393038Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T16:57:01.424627Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-11T16:59:43.302144Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.dvckok on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-dvckok\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-dvckok\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.dvckok\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.dvckok\nDeploy daemon haproxy.nfs.foo.smithi148.dvckok ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T16:57:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T16:58:28Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T16:59:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:02:12.621679Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi088.dzldse on smithi088: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi088-dzldse\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi088-dzldse\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi088.dzldse\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi088.dzldse\nDeploy daemon haproxy.nfs.foo.smithi088.dzldse ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:00:20Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:00:57Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:01:35Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:02:12.626093Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.tpuxrx on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:02:12.627173Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.mqnmpl on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.88/16"}, "status": {"created": "2024-02-11T16:57:01.421766Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:53:31.041620Z", "last_refresh": "2024-02-11T17:02:14.055026Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:32.209992Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:54:32.207503Z", "last_refresh": "2024-02-11T17:02:14.055099Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:01.420843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T16:57:01.417643Z", "last_refresh": "2024-02-11T17:02:16.394214Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:53:34.907593Z", "last_refresh": "2024-02-11T17:02:14.055165Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:57.873613Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:54:57.867647Z", "last_refresh": "2024-02-11T17:02:14.055244Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:53:32.998901Z", "last_refresh": "2024-02-11T17:02:16.393340Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-11T16:56:57.378029Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-11T16:57:01.184426Z", "last_refresh": "2024-02-11T17:02:14.055479Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-11T17:04:07.159 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:04:08.160 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid eb5e91f4-c8fd-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:04:08.193 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:04:07 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T17:04:06.756112+0000 mgr.smithi088.srytvt (mgr.14180) 519 : 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-11T17:04:08.193 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:04:07 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T17:04:06.765420+0000 mgr.smithi088.srytvt (mgr.14180) 520 : audit [DBG] from='client.15224 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:04:08.196 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:04:07 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T17:04:06.756112+0000 mgr.smithi088.srytvt (mgr.14180) 519 : 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-11T17:04:08.196 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:04:07 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T17:04:06.765420+0000 mgr.smithi088.srytvt (mgr.14180) 520 : audit [DBG] from='client.15224 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:04:09.517 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-11T17:04:09.518 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:53:35.782365Z", "last_refresh": "2024-02-11T17:02:16.392727Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:53:31.954385Z", "last_refresh": "2024-02-11T17:02:14.054860Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:53:34.066531Z", "last_refresh": "2024-02-11T17:02:16.393038Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T16:57:01.424627Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-11T16:59:43.302144Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.dvckok on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-dvckok\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-dvckok\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.dvckok\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.dvckok\nDeploy daemon haproxy.nfs.foo.smithi148.dvckok ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T16:57:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T16:58:28Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T16:59:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:02:12.621679Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi088.dzldse on smithi088: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi088-dzldse\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi088-dzldse\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi088.dzldse\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi088.dzldse\nDeploy daemon haproxy.nfs.foo.smithi088.dzldse ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:00:20Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:00:57Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:01:35Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:02:12.626093Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.tpuxrx on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:02:12.627173Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.mqnmpl on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.88/16"}, "status": {"created": "2024-02-11T16:57:01.421766Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:53:31.041620Z", "last_refresh": "2024-02-11T17:02:14.055026Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:32.209992Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:54:32.207503Z", "last_refresh": "2024-02-11T17:02:14.055099Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:01.420843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T16:57:01.417643Z", "last_refresh": "2024-02-11T17:02:16.394214Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:53:34.907593Z", "last_refresh": "2024-02-11T17:02:14.055165Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:57.873613Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:54:57.867647Z", "last_refresh": "2024-02-11T17:02:14.055244Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:53:32.998901Z", "last_refresh": "2024-02-11T17:02:16.393340Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-11T16:56:57.378029Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-11T16:57:01.184426Z", "last_refresh": "2024-02-11T17:02:14.055479Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-11T17:04:09.892 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:04:10.196 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:04:09 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T17:04:08.756711+0000 mgr.smithi088.srytvt (mgr.14180) 521 : cluster [DBG] pgmap v338: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:04:10.285 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:04:09 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T17:04:08.756711+0000 mgr.smithi088.srytvt (mgr.14180) 521 : cluster [DBG] pgmap v338: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:04:10.893 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid eb5e91f4-c8fd-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:04:11.260 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:04:10 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T17:04:09.512978+0000 mgr.smithi088.srytvt (mgr.14180) 522 : audit [DBG] from='client.15228 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:04:11.446 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:04:10 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T17:04:09.512978+0000 mgr.smithi088.srytvt (mgr.14180) 522 : audit [DBG] from='client.15228 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:04:12.266 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-11T17:04:12.266 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:53:35.782365Z", "last_refresh": "2024-02-11T17:02:16.392727Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:53:31.954385Z", "last_refresh": "2024-02-11T17:02:14.054860Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:53:34.066531Z", "last_refresh": "2024-02-11T17:02:16.393038Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T16:57:01.424627Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-11T16:59:43.302144Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.dvckok on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-dvckok\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-dvckok\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.dvckok\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.dvckok\nDeploy daemon haproxy.nfs.foo.smithi148.dvckok ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T16:57:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T16:58:28Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T16:59:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:02:12.621679Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi088.dzldse on smithi088: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi088-dzldse\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi088-dzldse\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi088.dzldse\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi088.dzldse\nDeploy daemon haproxy.nfs.foo.smithi088.dzldse ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:00:20Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:00:57Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:01:35Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:02:12.626093Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.tpuxrx on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:02:12.627173Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.mqnmpl on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.88/16"}, "status": {"created": "2024-02-11T16:57:01.421766Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:53:31.041620Z", "last_refresh": "2024-02-11T17:02:14.055026Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:32.209992Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:54:32.207503Z", "last_refresh": "2024-02-11T17:02:14.055099Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:01.420843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T16:57:01.417643Z", "last_refresh": "2024-02-11T17:02:16.394214Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:53:34.907593Z", "last_refresh": "2024-02-11T17:02:14.055165Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:57.873613Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:54:57.867647Z", "last_refresh": "2024-02-11T17:02:14.055244Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:53:32.998901Z", "last_refresh": "2024-02-11T17:02:16.393340Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-11T16:56:57.378029Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-11T16:57:01.184426Z", "last_refresh": "2024-02-11T17:02:14.055479Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-11T17:04:12.285 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:04:11 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T17:04:10.757506+0000 mgr.smithi088.srytvt (mgr.14180) 523 : cluster [DBG] pgmap v339: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:04:12.446 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:04:11 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T17:04:10.757506+0000 mgr.smithi088.srytvt (mgr.14180) 523 : cluster [DBG] pgmap v339: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:04:12.641 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:04:13.642 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid eb5e91f4-c8fd-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:04:14.285 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:04:13 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T17:04:12.261460+0000 mgr.smithi088.srytvt (mgr.14180) 524 : audit [DBG] from='client.15232 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:04:14.285 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:04:13 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T17:04:12.758032+0000 mgr.smithi088.srytvt (mgr.14180) 525 : 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-11T17:04:14.446 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:04:13 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T17:04:12.261460+0000 mgr.smithi088.srytvt (mgr.14180) 524 : audit [DBG] from='client.15232 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:04:14.446 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:04:13 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T17:04:12.758032+0000 mgr.smithi088.srytvt (mgr.14180) 525 : 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-11T17:04:14.993 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-11T17:04:14.993 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:53:35.782365Z", "last_refresh": "2024-02-11T17:02:16.392727Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:53:31.954385Z", "last_refresh": "2024-02-11T17:02:14.054860Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:53:34.066531Z", "last_refresh": "2024-02-11T17:02:16.393038Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T16:57:01.424627Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-11T16:59:43.302144Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.dvckok on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-dvckok\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-dvckok\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.dvckok\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.dvckok\nDeploy daemon haproxy.nfs.foo.smithi148.dvckok ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T16:57:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T16:58:28Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T16:59:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:02:12.621679Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi088.dzldse on smithi088: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi088-dzldse\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi088-dzldse\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi088.dzldse\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi088.dzldse\nDeploy daemon haproxy.nfs.foo.smithi088.dzldse ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:00:20Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:00:57Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:01:35Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:02:12.626093Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.tpuxrx on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:02:12.627173Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.mqnmpl on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.88/16"}, "status": {"created": "2024-02-11T16:57:01.421766Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:53:31.041620Z", "last_refresh": "2024-02-11T17:02:14.055026Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:32.209992Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:54:32.207503Z", "last_refresh": "2024-02-11T17:02:14.055099Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:01.420843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T16:57:01.417643Z", "last_refresh": "2024-02-11T17:02:16.394214Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:53:34.907593Z", "last_refresh": "2024-02-11T17:02:14.055165Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:57.873613Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:54:57.867647Z", "last_refresh": "2024-02-11T17:02:14.055244Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:53:32.998901Z", "last_refresh": "2024-02-11T17:02:16.393340Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-11T16:56:57.378029Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-11T16:57:01.184426Z", "last_refresh": "2024-02-11T17:02:14.055479Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-11T17:04:15.365 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:04:16.285 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:04:15 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T17:04:14.758603+0000 mgr.smithi088.srytvt (mgr.14180) 526 : 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-11T17:04:16.285 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:04:15 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T17:04:14.988447+0000 mgr.smithi088.srytvt (mgr.14180) 527 : audit [DBG] from='client.15236 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:04:16.366 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid eb5e91f4-c8fd-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:04:16.446 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:04:15 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T17:04:14.758603+0000 mgr.smithi088.srytvt (mgr.14180) 526 : 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-11T17:04:16.446 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:04:15 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T17:04:14.988447+0000 mgr.smithi088.srytvt (mgr.14180) 527 : audit [DBG] from='client.15236 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:04:17.739 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-11T17:04:17.739 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:53:35.782365Z", "last_refresh": "2024-02-11T17:02:16.392727Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:53:31.954385Z", "last_refresh": "2024-02-11T17:02:14.054860Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:53:34.066531Z", "last_refresh": "2024-02-11T17:02:16.393038Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T16:57:01.424627Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-11T16:59:43.302144Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.dvckok on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-dvckok\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-dvckok\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.dvckok\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.dvckok\nDeploy daemon haproxy.nfs.foo.smithi148.dvckok ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T16:57:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T16:58:28Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T16:59:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:02:12.621679Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi088.dzldse on smithi088: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi088-dzldse\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi088-dzldse\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi088.dzldse\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi088.dzldse\nDeploy daemon haproxy.nfs.foo.smithi088.dzldse ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:00:20Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:00:57Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:01:35Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:02:12.626093Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.tpuxrx on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:02:12.627173Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.mqnmpl on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.88/16"}, "status": {"created": "2024-02-11T16:57:01.421766Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:53:31.041620Z", "last_refresh": "2024-02-11T17:02:14.055026Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:32.209992Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:54:32.207503Z", "last_refresh": "2024-02-11T17:02:14.055099Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:01.420843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T16:57:01.417643Z", "last_refresh": "2024-02-11T17:02:16.394214Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:53:34.907593Z", "last_refresh": "2024-02-11T17:02:14.055165Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:57.873613Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:54:57.867647Z", "last_refresh": "2024-02-11T17:02:14.055244Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:53:32.998901Z", "last_refresh": "2024-02-11T17:02:16.393340Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-11T16:56:57.378029Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-11T16:57:01.184426Z", "last_refresh": "2024-02-11T17:02:14.055479Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-11T17:04:18.035 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:04:17 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T17:04:16.759297+0000 mgr.smithi088.srytvt (mgr.14180) 528 : 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-11T17:04:18.116 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:04:18.446 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:04:17 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T17:04:16.759297+0000 mgr.smithi088.srytvt (mgr.14180) 528 : 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-11T17:04:19.117 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid eb5e91f4-c8fd-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:04:19.285 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:04:18 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T17:04:17.734965+0000 mgr.smithi088.srytvt (mgr.14180) 529 : audit [DBG] from='client.15240 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:04:19.446 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:04:18 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T17:04:17.734965+0000 mgr.smithi088.srytvt (mgr.14180) 529 : audit [DBG] from='client.15240 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:04:20.085 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:04:19 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T17:04:18.760120+0000 mgr.smithi088.srytvt (mgr.14180) 530 : cluster [DBG] pgmap v343: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:04:20.446 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:04:19 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T17:04:18.760120+0000 mgr.smithi088.srytvt (mgr.14180) 530 : cluster [DBG] pgmap v343: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:04:20.479 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-11T17:04:20.479 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:53:35.782365Z", "last_refresh": "2024-02-11T17:02:16.392727Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:53:31.954385Z", "last_refresh": "2024-02-11T17:02:14.054860Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:53:34.066531Z", "last_refresh": "2024-02-11T17:02:16.393038Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T16:57:01.424627Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-11T16:59:43.302144Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.dvckok on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-dvckok\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-dvckok\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.dvckok\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.dvckok\nDeploy daemon haproxy.nfs.foo.smithi148.dvckok ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T16:57:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T16:58:28Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T16:59:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:02:12.621679Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi088.dzldse on smithi088: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi088-dzldse\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi088-dzldse\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi088.dzldse\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi088.dzldse\nDeploy daemon haproxy.nfs.foo.smithi088.dzldse ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:00:20Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:00:57Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:01:35Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:02:12.626093Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.tpuxrx on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:02:12.627173Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.mqnmpl on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.88/16"}, "status": {"created": "2024-02-11T16:57:01.421766Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:53:31.041620Z", "last_refresh": "2024-02-11T17:02:14.055026Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:32.209992Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:54:32.207503Z", "last_refresh": "2024-02-11T17:02:14.055099Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:01.420843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T16:57:01.417643Z", "last_refresh": "2024-02-11T17:02:16.394214Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:53:34.907593Z", "last_refresh": "2024-02-11T17:02:14.055165Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:57.873613Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:54:57.867647Z", "last_refresh": "2024-02-11T17:02:14.055244Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:53:32.998901Z", "last_refresh": "2024-02-11T17:02:16.393340Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-11T16:56:57.378029Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-11T16:57:01.184426Z", "last_refresh": "2024-02-11T17:02:14.055479Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-11T17:04:20.865 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:04:21.866 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid eb5e91f4-c8fd-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:04:22.241 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:04:21 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T17:04:20.474383+0000 mgr.smithi088.srytvt (mgr.14180) 531 : audit [DBG] from='client.15244 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:04:22.241 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:04:21 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T17:04:20.760802+0000 mgr.smithi088.srytvt (mgr.14180) 532 : cluster [DBG] pgmap v344: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:04:22.446 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:04:21 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T17:04:20.474383+0000 mgr.smithi088.srytvt (mgr.14180) 531 : audit [DBG] from='client.15244 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:04:22.446 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:04:21 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T17:04:20.760802+0000 mgr.smithi088.srytvt (mgr.14180) 532 : cluster [DBG] pgmap v344: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:04:23.275 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-11T17:04:23.275 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:53:35.782365Z", "last_refresh": "2024-02-11T17:02:16.392727Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:53:31.954385Z", "last_refresh": "2024-02-11T17:02:14.054860Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:53:34.066531Z", "last_refresh": "2024-02-11T17:02:16.393038Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T16:57:01.424627Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-11T16:59:43.302144Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.dvckok on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-dvckok\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-dvckok\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.dvckok\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.dvckok\nDeploy daemon haproxy.nfs.foo.smithi148.dvckok ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T16:57:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T16:58:28Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T16:59:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:02:12.621679Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi088.dzldse on smithi088: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi088-dzldse\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi088-dzldse\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi088.dzldse\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi088.dzldse\nDeploy daemon haproxy.nfs.foo.smithi088.dzldse ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:00:20Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:00:57Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:01:35Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:02:12.626093Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.tpuxrx on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:02:12.627173Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.mqnmpl on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.88/16"}, "status": {"created": "2024-02-11T16:57:01.421766Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:53:31.041620Z", "last_refresh": "2024-02-11T17:02:14.055026Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:32.209992Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:54:32.207503Z", "last_refresh": "2024-02-11T17:02:14.055099Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:01.420843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T16:57:01.417643Z", "last_refresh": "2024-02-11T17:02:16.394214Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:53:34.907593Z", "last_refresh": "2024-02-11T17:02:14.055165Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:57.873613Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:54:57.867647Z", "last_refresh": "2024-02-11T17:02:14.055244Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:53:32.998901Z", "last_refresh": "2024-02-11T17:02:16.393340Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-11T16:56:57.378029Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-11T16:57:01.184426Z", "last_refresh": "2024-02-11T17:02:14.055479Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-11T17:04:23.647 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:04:24.285 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:04:23 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T17:04:22.761323+0000 mgr.smithi088.srytvt (mgr.14180) 533 : 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-11T17:04:24.446 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:04:23 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T17:04:22.761323+0000 mgr.smithi088.srytvt (mgr.14180) 533 : 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-11T17:04:24.648 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid eb5e91f4-c8fd-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:04:25.285 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:04:24 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T17:04:23.271003+0000 mgr.smithi088.srytvt (mgr.14180) 534 : audit [DBG] from='client.15248 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:04:25.386 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:04:24 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T17:04:23.271003+0000 mgr.smithi088.srytvt (mgr.14180) 534 : audit [DBG] from='client.15248 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:04:26.016 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-11T17:04:26.016 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:53:35.782365Z", "last_refresh": "2024-02-11T17:02:16.392727Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:53:31.954385Z", "last_refresh": "2024-02-11T17:02:14.054860Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:53:34.066531Z", "last_refresh": "2024-02-11T17:02:16.393038Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T16:57:01.424627Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-11T16:59:43.302144Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.dvckok on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-dvckok\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-dvckok\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.dvckok\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.dvckok\nDeploy daemon haproxy.nfs.foo.smithi148.dvckok ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T16:57:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T16:58:28Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T16:59:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:02:12.621679Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi088.dzldse on smithi088: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi088-dzldse\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi088-dzldse\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi088.dzldse\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi088.dzldse\nDeploy daemon haproxy.nfs.foo.smithi088.dzldse ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:00:20Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:00:57Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:01:35Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:02:12.626093Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.tpuxrx on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:02:12.627173Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.mqnmpl on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.88/16"}, "status": {"created": "2024-02-11T16:57:01.421766Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:53:31.041620Z", "last_refresh": "2024-02-11T17:02:14.055026Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:32.209992Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:54:32.207503Z", "last_refresh": "2024-02-11T17:02:14.055099Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:01.420843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T16:57:01.417643Z", "last_refresh": "2024-02-11T17:02:16.394214Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:53:34.907593Z", "last_refresh": "2024-02-11T17:02:14.055165Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:57.873613Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:54:57.867647Z", "last_refresh": "2024-02-11T17:02:14.055244Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:53:32.998901Z", "last_refresh": "2024-02-11T17:02:16.393340Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-11T16:56:57.378029Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-11T16:57:01.184426Z", "last_refresh": "2024-02-11T17:02:14.055479Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-11T17:04:26.285 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:04:25 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T17:04:24.761971+0000 mgr.smithi088.srytvt (mgr.14180) 535 : 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-11T17:04:26.371 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:04:26.446 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:04:25 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T17:04:24.761971+0000 mgr.smithi088.srytvt (mgr.14180) 535 : 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-11T17:04:27.372 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid eb5e91f4-c8fd-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:04:28.285 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:04:27 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T17:04:26.012102+0000 mgr.smithi088.srytvt (mgr.14180) 536 : audit [DBG] from='client.15252 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:04:28.286 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:04:27 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T17:04:26.762804+0000 mgr.smithi088.srytvt (mgr.14180) 537 : 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-11T17:04:28.446 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:04:27 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T17:04:26.012102+0000 mgr.smithi088.srytvt (mgr.14180) 536 : audit [DBG] from='client.15252 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:04:28.446 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:04:27 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T17:04:26.762804+0000 mgr.smithi088.srytvt (mgr.14180) 537 : 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-11T17:04:28.738 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-11T17:04:28.738 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:53:35.782365Z", "last_refresh": "2024-02-11T17:02:16.392727Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:53:31.954385Z", "last_refresh": "2024-02-11T17:02:14.054860Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:53:34.066531Z", "last_refresh": "2024-02-11T17:02:16.393038Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T16:57:01.424627Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-11T16:59:43.302144Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.dvckok on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-dvckok\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-dvckok\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.dvckok\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.dvckok\nDeploy daemon haproxy.nfs.foo.smithi148.dvckok ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T16:57:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T16:58:28Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T16:59:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:02:12.621679Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi088.dzldse on smithi088: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi088-dzldse\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi088-dzldse\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi088.dzldse\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi088.dzldse\nDeploy daemon haproxy.nfs.foo.smithi088.dzldse ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:00:20Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:00:57Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:01:35Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:02:12.626093Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.tpuxrx on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:02:12.627173Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.mqnmpl on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.88/16"}, "status": {"created": "2024-02-11T16:57:01.421766Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:53:31.041620Z", "last_refresh": "2024-02-11T17:02:14.055026Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:32.209992Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:54:32.207503Z", "last_refresh": "2024-02-11T17:02:14.055099Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:01.420843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T16:57:01.417643Z", "last_refresh": "2024-02-11T17:02:16.394214Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:53:34.907593Z", "last_refresh": "2024-02-11T17:02:14.055165Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:57.873613Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:54:57.867647Z", "last_refresh": "2024-02-11T17:02:14.055244Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:53:32.998901Z", "last_refresh": "2024-02-11T17:02:16.393340Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-11T16:56:57.378029Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-11T16:57:01.184426Z", "last_refresh": "2024-02-11T17:02:14.055479Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-11T17:04:29.080 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:04:30.081 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid eb5e91f4-c8fd-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:04:30.285 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:04:29 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T17:04:28.733128+0000 mgr.smithi088.srytvt (mgr.14180) 538 : audit [DBG] from='client.15256 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:04:30.286 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:04:29 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T17:04:28.763563+0000 mgr.smithi088.srytvt (mgr.14180) 539 : cluster [DBG] pgmap v348: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:04:30.446 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:04:29 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T17:04:28.733128+0000 mgr.smithi088.srytvt (mgr.14180) 538 : audit [DBG] from='client.15256 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:04:30.446 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:04:29 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T17:04:28.763563+0000 mgr.smithi088.srytvt (mgr.14180) 539 : cluster [DBG] pgmap v348: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:04:31.439 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-11T17:04:31.439 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:53:35.782365Z", "last_refresh": "2024-02-11T17:02:16.392727Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:53:31.954385Z", "last_refresh": "2024-02-11T17:02:14.054860Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:53:34.066531Z", "last_refresh": "2024-02-11T17:02:16.393038Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T16:57:01.424627Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-11T16:59:43.302144Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.dvckok on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-dvckok\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-dvckok\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.dvckok\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.dvckok\nDeploy daemon haproxy.nfs.foo.smithi148.dvckok ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T16:57:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T16:58:28Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T16:59:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:02:12.621679Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi088.dzldse on smithi088: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi088-dzldse\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi088-dzldse\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi088.dzldse\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi088.dzldse\nDeploy daemon haproxy.nfs.foo.smithi088.dzldse ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:00:20Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:00:57Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:01:35Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:02:12.626093Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.tpuxrx on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:02:12.627173Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.mqnmpl on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.88/16"}, "status": {"created": "2024-02-11T16:57:01.421766Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:53:31.041620Z", "last_refresh": "2024-02-11T17:02:14.055026Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:32.209992Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:54:32.207503Z", "last_refresh": "2024-02-11T17:02:14.055099Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:01.420843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T16:57:01.417643Z", "last_refresh": "2024-02-11T17:02:16.394214Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:53:34.907593Z", "last_refresh": "2024-02-11T17:02:14.055165Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:57.873613Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:54:57.867647Z", "last_refresh": "2024-02-11T17:02:14.055244Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:53:32.998901Z", "last_refresh": "2024-02-11T17:02:16.393340Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-11T16:56:57.378029Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-11T16:57:01.184426Z", "last_refresh": "2024-02-11T17:02:14.055479Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-11T17:04:31.812 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:04:32.035 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:04:31 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T17:04:30.764452+0000 mgr.smithi088.srytvt (mgr.14180) 540 : cluster [DBG] pgmap v349: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:04:32.446 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:04:31 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T17:04:30.764452+0000 mgr.smithi088.srytvt (mgr.14180) 540 : cluster [DBG] pgmap v349: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:04:32.813 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid eb5e91f4-c8fd-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:04:33.146 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:04:32 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T17:04:31.434035+0000 mgr.smithi088.srytvt (mgr.14180) 541 : audit [DBG] from='client.15260 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:04:33.446 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:04:32 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T17:04:31.434035+0000 mgr.smithi088.srytvt (mgr.14180) 541 : audit [DBG] from='client.15260 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:04:34.035 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:04:33 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T17:04:32.765168+0000 mgr.smithi088.srytvt (mgr.14180) 542 : 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-11T17:04:34.140 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-11T17:04:34.140 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:53:35.782365Z", "last_refresh": "2024-02-11T17:02:16.392727Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:53:31.954385Z", "last_refresh": "2024-02-11T17:02:14.054860Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:53:34.066531Z", "last_refresh": "2024-02-11T17:02:16.393038Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T16:57:01.424627Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-11T16:59:43.302144Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.dvckok on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-dvckok\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-dvckok\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.dvckok\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.dvckok\nDeploy daemon haproxy.nfs.foo.smithi148.dvckok ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T16:57:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T16:58:28Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T16:59:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:02:12.621679Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi088.dzldse on smithi088: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi088-dzldse\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi088-dzldse\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi088.dzldse\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi088.dzldse\nDeploy daemon haproxy.nfs.foo.smithi088.dzldse ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:00:20Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:00:57Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:01:35Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:02:12.626093Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.tpuxrx on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:02:12.627173Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.mqnmpl on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.88/16"}, "status": {"created": "2024-02-11T16:57:01.421766Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:53:31.041620Z", "last_refresh": "2024-02-11T17:02:14.055026Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:32.209992Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:54:32.207503Z", "last_refresh": "2024-02-11T17:02:14.055099Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:01.420843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T16:57:01.417643Z", "last_refresh": "2024-02-11T17:02:16.394214Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:53:34.907593Z", "last_refresh": "2024-02-11T17:02:14.055165Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:57.873613Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:54:57.867647Z", "last_refresh": "2024-02-11T17:02:14.055244Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:53:32.998901Z", "last_refresh": "2024-02-11T17:02:16.393340Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-11T16:56:57.378029Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-11T16:57:01.184426Z", "last_refresh": "2024-02-11T17:02:14.055479Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-11T17:04:34.446 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:04:33 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T17:04:32.765168+0000 mgr.smithi088.srytvt (mgr.14180) 542 : 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-11T17:04:34.545 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:04:35.546 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid eb5e91f4-c8fd-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:04:36.265 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:04:36 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T17:04:34.135854+0000 mgr.smithi088.srytvt (mgr.14180) 543 : audit [DBG] from='client.15264 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:04:36.265 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:04:36 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T17:04:34.765985+0000 mgr.smithi088.srytvt (mgr.14180) 544 : 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-11T17:04:36.446 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:04:36 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T17:04:34.135854+0000 mgr.smithi088.srytvt (mgr.14180) 543 : audit [DBG] from='client.15264 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:04:36.446 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:04:36 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T17:04:34.765985+0000 mgr.smithi088.srytvt (mgr.14180) 544 : 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-11T17:04:36.920 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-11T17:04:36.920 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:53:35.782365Z", "last_refresh": "2024-02-11T17:02:16.392727Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:53:31.954385Z", "last_refresh": "2024-02-11T17:02:14.054860Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:53:34.066531Z", "last_refresh": "2024-02-11T17:02:16.393038Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T16:57:01.424627Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-11T16:59:43.302144Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.dvckok on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-dvckok\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-dvckok\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.dvckok\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.dvckok\nDeploy daemon haproxy.nfs.foo.smithi148.dvckok ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T16:57:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T16:58:28Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T16:59:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:02:12.621679Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi088.dzldse on smithi088: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi088-dzldse\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi088-dzldse\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi088.dzldse\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi088.dzldse\nDeploy daemon haproxy.nfs.foo.smithi088.dzldse ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:00:20Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:00:57Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:01:35Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:02:12.626093Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.tpuxrx on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:02:12.627173Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.mqnmpl on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.88/16"}, "status": {"created": "2024-02-11T16:57:01.421766Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:53:31.041620Z", "last_refresh": "2024-02-11T17:02:14.055026Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:32.209992Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:54:32.207503Z", "last_refresh": "2024-02-11T17:02:14.055099Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:01.420843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T16:57:01.417643Z", "last_refresh": "2024-02-11T17:02:16.394214Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:53:34.907593Z", "last_refresh": "2024-02-11T17:02:14.055165Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:57.873613Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:54:57.867647Z", "last_refresh": "2024-02-11T17:02:14.055244Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:53:32.998901Z", "last_refresh": "2024-02-11T17:02:16.393340Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-11T16:56:57.378029Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-11T16:57:01.184426Z", "last_refresh": "2024-02-11T17:02:14.055479Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-11T17:04:37.285 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:04:38.285 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:04:38 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T17:04:36.766584+0000 mgr.smithi088.srytvt (mgr.14180) 545 : 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-11T17:04:38.285 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:04:38 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T17:04:36.916122+0000 mgr.smithi088.srytvt (mgr.14180) 546 : audit [DBG] from='client.15268 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:04:38.286 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid eb5e91f4-c8fd-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:04:38.446 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:04:38 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T17:04:36.766584+0000 mgr.smithi088.srytvt (mgr.14180) 545 : 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-11T17:04:38.446 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:04:38 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T17:04:36.916122+0000 mgr.smithi088.srytvt (mgr.14180) 546 : audit [DBG] from='client.15268 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:04:39.608 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-11T17:04:39.608 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:53:35.782365Z", "last_refresh": "2024-02-11T17:02:16.392727Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:53:31.954385Z", "last_refresh": "2024-02-11T17:02:14.054860Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:53:34.066531Z", "last_refresh": "2024-02-11T17:02:16.393038Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T16:57:01.424627Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-11T16:59:43.302144Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.dvckok on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-dvckok\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-dvckok\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.dvckok\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.dvckok\nDeploy daemon haproxy.nfs.foo.smithi148.dvckok ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T16:57:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T16:58:28Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T16:59:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:02:12.621679Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi088.dzldse on smithi088: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi088-dzldse\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi088-dzldse\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi088.dzldse\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi088.dzldse\nDeploy daemon haproxy.nfs.foo.smithi088.dzldse ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:00:20Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:00:57Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:01:35Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:02:12.626093Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.tpuxrx on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:02:12.627173Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.mqnmpl on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.88/16"}, "status": {"created": "2024-02-11T16:57:01.421766Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:53:31.041620Z", "last_refresh": "2024-02-11T17:02:14.055026Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:32.209992Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:54:32.207503Z", "last_refresh": "2024-02-11T17:02:14.055099Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:01.420843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T16:57:01.417643Z", "last_refresh": "2024-02-11T17:02:16.394214Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:53:34.907593Z", "last_refresh": "2024-02-11T17:02:14.055165Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:57.873613Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:54:57.867647Z", "last_refresh": "2024-02-11T17:02:14.055244Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:53:32.998901Z", "last_refresh": "2024-02-11T17:02:16.393340Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-11T16:56:57.378029Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-11T16:57:01.184426Z", "last_refresh": "2024-02-11T17:02:14.055479Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-11T17:04:40.035 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:04:40.285 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:04:40 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T17:04:38.767202+0000 mgr.smithi088.srytvt (mgr.14180) 547 : cluster [DBG] pgmap v353: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:04:40.446 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:04:40 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T17:04:38.767202+0000 mgr.smithi088.srytvt (mgr.14180) 547 : cluster [DBG] pgmap v353: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:04:41.036 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid eb5e91f4-c8fd-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:04:41.285 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:04:41 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T17:04:39.603013+0000 mgr.smithi088.srytvt (mgr.14180) 548 : audit [DBG] from='client.15272 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:04:41.285 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:04:41 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T17:04:40.768151+0000 mgr.smithi088.srytvt (mgr.14180) 549 : cluster [DBG] pgmap v354: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:04:41.446 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:04:41 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T17:04:39.603013+0000 mgr.smithi088.srytvt (mgr.14180) 548 : audit [DBG] from='client.15272 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:04:41.446 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:04:41 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T17:04:40.768151+0000 mgr.smithi088.srytvt (mgr.14180) 549 : cluster [DBG] pgmap v354: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:04:42.352 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-11T17:04:42.352 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:53:35.782365Z", "last_refresh": "2024-02-11T17:02:16.392727Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:53:31.954385Z", "last_refresh": "2024-02-11T17:02:14.054860Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:53:34.066531Z", "last_refresh": "2024-02-11T17:02:16.393038Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T16:57:01.424627Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-11T16:59:43.302144Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.dvckok on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-dvckok\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-dvckok\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.dvckok\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.dvckok\nDeploy daemon haproxy.nfs.foo.smithi148.dvckok ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T16:57:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T16:58:28Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T16:59:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:02:12.621679Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi088.dzldse on smithi088: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi088-dzldse\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi088-dzldse\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi088.dzldse\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi088.dzldse\nDeploy daemon haproxy.nfs.foo.smithi088.dzldse ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:00:20Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:00:57Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:01:35Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:02:12.626093Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.tpuxrx on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:02:12.627173Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.mqnmpl on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.88/16"}, "status": {"created": "2024-02-11T16:57:01.421766Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:53:31.041620Z", "last_refresh": "2024-02-11T17:02:14.055026Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:32.209992Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:54:32.207503Z", "last_refresh": "2024-02-11T17:02:14.055099Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:01.420843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T16:57:01.417643Z", "last_refresh": "2024-02-11T17:02:16.394214Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:53:34.907593Z", "last_refresh": "2024-02-11T17:02:14.055165Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:57.873613Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:54:57.867647Z", "last_refresh": "2024-02-11T17:02:14.055244Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:53:32.998901Z", "last_refresh": "2024-02-11T17:02:16.393340Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-11T16:56:57.378029Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-11T16:57:01.184426Z", "last_refresh": "2024-02-11T17:02:14.055479Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-11T17:04:42.734 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:04:43.735 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid eb5e91f4-c8fd-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:04:44.035 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:04:43 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T17:04:42.347415+0000 mgr.smithi088.srytvt (mgr.14180) 550 : audit [DBG] from='client.15276 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:04:44.035 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:04:43 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T17:04:42.768860+0000 mgr.smithi088.srytvt (mgr.14180) 551 : 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-11T17:04:44.196 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:04:43 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T17:04:42.347415+0000 mgr.smithi088.srytvt (mgr.14180) 550 : audit [DBG] from='client.15276 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:04:44.196 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:04:43 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T17:04:42.768860+0000 mgr.smithi088.srytvt (mgr.14180) 551 : 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-11T17:04:45.127 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-11T17:04:45.127 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:53:35.782365Z", "last_refresh": "2024-02-11T17:02:16.392727Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:53:31.954385Z", "last_refresh": "2024-02-11T17:02:14.054860Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:53:34.066531Z", "last_refresh": "2024-02-11T17:02:16.393038Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T16:57:01.424627Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-11T16:59:43.302144Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.dvckok on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-dvckok\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-dvckok\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.dvckok\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.dvckok\nDeploy daemon haproxy.nfs.foo.smithi148.dvckok ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T16:57:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T16:58:28Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T16:59:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:02:12.621679Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi088.dzldse on smithi088: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi088-dzldse\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi088-dzldse\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi088.dzldse\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi088.dzldse\nDeploy daemon haproxy.nfs.foo.smithi088.dzldse ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:00:20Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:00:57Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:01:35Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:02:12.626093Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.tpuxrx on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:02:12.627173Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.mqnmpl on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.88/16"}, "status": {"created": "2024-02-11T16:57:01.421766Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:53:31.041620Z", "last_refresh": "2024-02-11T17:02:14.055026Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:32.209992Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:54:32.207503Z", "last_refresh": "2024-02-11T17:02:14.055099Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:01.420843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T16:57:01.417643Z", "last_refresh": "2024-02-11T17:02:16.394214Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:53:34.907593Z", "last_refresh": "2024-02-11T17:02:14.055165Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:57.873613Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:54:57.867647Z", "last_refresh": "2024-02-11T17:02:14.055244Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:53:32.998901Z", "last_refresh": "2024-02-11T17:02:16.393340Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-11T16:56:57.378029Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-11T16:57:01.184426Z", "last_refresh": "2024-02-11T17:02:14.055479Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-11T17:04:45.533 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:04:46.085 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:04:45 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T17:04:44.769602+0000 mgr.smithi088.srytvt (mgr.14180) 552 : 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-11T17:04:46.196 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:04:45 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T17:04:44.769602+0000 mgr.smithi088.srytvt (mgr.14180) 552 : 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-11T17:04:46.534 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid eb5e91f4-c8fd-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:04:47.128 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:04:46 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T17:04:45.122824+0000 mgr.smithi088.srytvt (mgr.14180) 553 : audit [DBG] from='client.15280 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:04:47.129 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:04:46 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T17:04:46.085671+0000 mon.smithi088 (mon.0) 690 : audit [INF] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi148.yobwoi"}]: dispatch 2024-02-11T17:04:47.196 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:04:46 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T17:04:45.122824+0000 mgr.smithi088.srytvt (mgr.14180) 553 : audit [DBG] from='client.15280 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:04:47.196 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:04:46 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T17:04:46.085671+0000 mon.smithi088 (mon.0) 690 : audit [INF] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi148.yobwoi"}]: dispatch 2024-02-11T17:04:47.788 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-11T17:04:47.788 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:53:35.782365Z", "last_refresh": "2024-02-11T17:02:16.392727Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:53:31.954385Z", "last_refresh": "2024-02-11T17:02:14.054860Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:53:34.066531Z", "last_refresh": "2024-02-11T17:02:16.393038Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T16:59:43.302144Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.dvckok on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-dvckok\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-dvckok\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.dvckok\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.dvckok\nDeploy daemon haproxy.nfs.foo.smithi148.dvckok ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T16:57:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T16:58:28Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T16:59:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:02:12.621679Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi088.dzldse on smithi088: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi088-dzldse\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi088-dzldse\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi088.dzldse\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi088.dzldse\nDeploy daemon haproxy.nfs.foo.smithi088.dzldse ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:00:20Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:00:57Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:01:35Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:02:12.626093Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.tpuxrx on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:02:12.627173Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.mqnmpl on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:04:46.086160Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.yobwoi on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-yobwoi\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-yobwoi\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.yobwoi\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.yobwoi\nDeploy daemon haproxy.nfs.foo.smithi148.yobwoi ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:02:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:03:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:04:08Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.88/16"}, "status": {"created": "2024-02-11T16:57:01.421766Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:53:31.041620Z", "last_refresh": "2024-02-11T17:02:14.055026Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:32.209992Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:54:32.207503Z", "last_refresh": "2024-02-11T17:02:14.055099Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:01.420843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T16:57:01.417643Z", "last_refresh": "2024-02-11T17:02:16.394214Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:53:34.907593Z", "last_refresh": "2024-02-11T17:02:14.055165Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:57.873613Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:54:57.867647Z", "last_refresh": "2024-02-11T17:02:14.055244Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:53:32.998901Z", "last_refresh": "2024-02-11T17:02:16.393340Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-11T16:56:57.378029Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-11T16:57:01.184426Z", "last_refresh": "2024-02-11T17:02:14.055479Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-11T17:04:48.107 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:04:47 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cephadm 2024-02-11T17:04:46.085207+0000 mgr.smithi088.srytvt (mgr.14180) 554 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-yobwoi 2024-02-11T17:04:48.107 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:04:47 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: /bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-yobwoi 2024-02-11T17:04:48.107 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:04:47 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.yobwoi 2024-02-11T17:04:48.107 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:04:47 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: /bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.yobwoi 2024-02-11T17:04:48.107 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:04:47 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: Deploy daemon haproxy.nfs.foo.smithi148.yobwoi ... 2024-02-11T17:04:48.107 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:04:47 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: Non-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:04:48.107 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:04:47 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-11T17:04:48.107 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:04:47 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: stat: stderr time="2024-02-11T17:02:53Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-11T17:04:48.108 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:04:47 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: stat: stderr time="2024-02-11T17:03:31Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-11T17:04:48.108 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:04:47 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: stat: stderr time="2024-02-11T17:04:08Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-11T17:04:48.108 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:04:47 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: 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-11T17:04:48.108 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:04:47 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:04:48.108 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:04:47 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: Traceback (most recent call last): 2024-02-11T17:04:48.108 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:04:47 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-11T17:04:48.108 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:04:47 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: yield (conn, connr) 2024-02-11T17:04:48.108 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:04:47 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-11T17:04:48.108 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:04:47 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: code, '\n'.join(err))) 2024-02-11T17:04:48.108 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:04:47 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: 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-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-yobwoi 2024-02-11T17:04:48.108 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:04:47 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: /bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-yobwoi 2024-02-11T17:04:48.108 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:04:47 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.yobwoi 2024-02-11T17:04:48.108 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:04:47 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: /bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.yobwoi 2024-02-11T17:04:48.109 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:04:47 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: Deploy daemon haproxy.nfs.foo.smithi148.yobwoi ... 2024-02-11T17:04:48.109 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:04:47 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: Non-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:04:48.109 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:04:47 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-11T17:04:48.109 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:04:47 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: stat: stderr time="2024-02-11T17:02:53Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-11T17:04:48.109 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:04:47 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: stat: stderr time="2024-02-11T17:03:31Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-11T17:04:48.109 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:04:47 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: stat: stderr time="2024-02-11T17:04:08Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-11T17:04:48.109 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:04:47 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: 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-11T17:04:48.109 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:04:47 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:04:48.109 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:04:47 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cephadm 2024-02-11T17:04:46.085408+0000 mgr.smithi088.srytvt (mgr.14180) 555 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi148.yobwoi 2024-02-11T17:04:48.109 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:04:47 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cephadm 2024-02-11T17:04:46.086249+0000 mgr.smithi088.srytvt (mgr.14180) 556 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi148.yobwoi on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-yobwoi 2024-02-11T17:04:48.109 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:04:47 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: /bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-yobwoi 2024-02-11T17:04:48.109 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:04:47 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.yobwoi 2024-02-11T17:04:48.110 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:04:47 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: /bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.yobwoi 2024-02-11T17:04:48.110 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:04:47 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: Deploy daemon haproxy.nfs.foo.smithi148.yobwoi ... 2024-02-11T17:04:48.110 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:04:47 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: Non-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:04:48.110 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:04:47 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-11T17:04:48.110 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:04:47 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: stat: stderr time="2024-02-11T17:02:53Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-11T17:04:48.110 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:04:47 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: stat: stderr time="2024-02-11T17:03:31Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-11T17:04:48.110 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:04:47 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: stat: stderr time="2024-02-11T17:04:08Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-11T17:04:48.110 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:04:47 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: 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-11T17:04:48.110 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:04:47 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:04:48.110 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:04:47 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cephadm 2024-02-11T17:04:46.087703+0000 mgr.smithi088.srytvt (mgr.14180) 557 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi088.dbfvcx on smithi088 2024-02-11T17:04:48.110 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:04:47 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T17:04:46.770392+0000 mgr.smithi088.srytvt (mgr.14180) 558 : 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-11T17:04:48.157 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:04:48.196 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:04:47 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cephadm 2024-02-11T17:04:46.085207+0000 mgr.smithi088.srytvt (mgr.14180) 554 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-yobwoi 2024-02-11T17:04:48.196 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:04:47 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: /bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-yobwoi 2024-02-11T17:04:48.197 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:04:47 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.yobwoi 2024-02-11T17:04:48.197 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:04:47 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: /bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.yobwoi 2024-02-11T17:04:48.197 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:04:47 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: Deploy daemon haproxy.nfs.foo.smithi148.yobwoi ... 2024-02-11T17:04:48.197 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:04:47 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: Non-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:04:48.197 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:04:47 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-11T17:04:48.197 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:04:47 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: stat: stderr time="2024-02-11T17:02:53Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-11T17:04:48.197 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:04:47 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: stat: stderr time="2024-02-11T17:03:31Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-11T17:04:48.197 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:04:47 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: stat: stderr time="2024-02-11T17:04:08Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-11T17:04:48.197 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:04:47 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: 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-11T17:04:48.197 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:04:47 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:04:48.197 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:04:47 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: Traceback (most recent call last): 2024-02-11T17:04:48.197 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:04:47 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-11T17:04:48.197 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:04:47 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: yield (conn, connr) 2024-02-11T17:04:48.197 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:04:47 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-11T17:04:48.198 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:04:47 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: code, '\n'.join(err))) 2024-02-11T17:04:48.198 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:04:47 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: 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-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-yobwoi 2024-02-11T17:04:48.198 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:04:47 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: /bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-yobwoi 2024-02-11T17:04:48.198 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:04:47 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.yobwoi 2024-02-11T17:04:48.198 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:04:47 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: /bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.yobwoi 2024-02-11T17:04:48.198 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:04:47 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: Deploy daemon haproxy.nfs.foo.smithi148.yobwoi ... 2024-02-11T17:04:48.198 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:04:47 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: Non-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:04:48.198 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:04:47 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-11T17:04:48.198 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:04:47 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: stat: stderr time="2024-02-11T17:02:53Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-11T17:04:48.198 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:04:47 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: stat: stderr time="2024-02-11T17:03:31Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-11T17:04:48.198 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:04:47 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: stat: stderr time="2024-02-11T17:04:08Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-11T17:04:48.198 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:04:47 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: 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-11T17:04:48.198 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:04:47 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:04:48.198 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:04:47 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cephadm 2024-02-11T17:04:46.085408+0000 mgr.smithi088.srytvt (mgr.14180) 555 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi148.yobwoi 2024-02-11T17:04:48.199 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:04:47 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cephadm 2024-02-11T17:04:46.086249+0000 mgr.smithi088.srytvt (mgr.14180) 556 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi148.yobwoi on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-yobwoi 2024-02-11T17:04:48.199 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:04:47 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: /bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-yobwoi 2024-02-11T17:04:48.199 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:04:47 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.yobwoi 2024-02-11T17:04:48.199 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:04:47 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: /bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.yobwoi 2024-02-11T17:04:48.199 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:04:47 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: Deploy daemon haproxy.nfs.foo.smithi148.yobwoi ... 2024-02-11T17:04:48.199 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:04:47 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: Non-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:04:48.199 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:04:47 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-11T17:04:48.199 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:04:47 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: stat: stderr time="2024-02-11T17:02:53Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-11T17:04:48.199 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:04:47 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: stat: stderr time="2024-02-11T17:03:31Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-11T17:04:48.199 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:04:47 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: stat: stderr time="2024-02-11T17:04:08Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-11T17:04:48.199 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:04:47 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: 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-11T17:04:48.199 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:04:47 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:04:48.199 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:04:47 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cephadm 2024-02-11T17:04:46.087703+0000 mgr.smithi088.srytvt (mgr.14180) 557 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi088.dbfvcx on smithi088 2024-02-11T17:04:48.199 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:04:47 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T17:04:46.770392+0000 mgr.smithi088.srytvt (mgr.14180) 558 : 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-11T17:04:49.158 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid eb5e91f4-c8fd-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:04:49.187 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:04:48 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T17:04:47.783414+0000 mgr.smithi088.srytvt (mgr.14180) 559 : audit [DBG] from='client.15284 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:04:49.196 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:04:48 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T17:04:47.783414+0000 mgr.smithi088.srytvt (mgr.14180) 559 : audit [DBG] from='client.15284 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:04:50.192 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:04:49 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T17:04:48.771206+0000 mgr.smithi088.srytvt (mgr.14180) 560 : cluster [DBG] pgmap v358: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:04:50.196 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:04:49 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T17:04:48.771206+0000 mgr.smithi088.srytvt (mgr.14180) 560 : cluster [DBG] pgmap v358: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:04:50.545 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-11T17:04:50.545 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:53:35.782365Z", "last_refresh": "2024-02-11T17:02:16.392727Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:53:31.954385Z", "last_refresh": "2024-02-11T17:02:14.054860Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:53:34.066531Z", "last_refresh": "2024-02-11T17:02:16.393038Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T16:59:43.302144Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.dvckok on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-dvckok\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-dvckok\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.dvckok\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.dvckok\nDeploy daemon haproxy.nfs.foo.smithi148.dvckok ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T16:57:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T16:58:28Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T16:59:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:02:12.621679Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi088.dzldse on smithi088: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi088-dzldse\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi088-dzldse\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi088.dzldse\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi088.dzldse\nDeploy daemon haproxy.nfs.foo.smithi088.dzldse ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:00:20Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:00:57Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:01:35Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:02:12.626093Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.tpuxrx on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:02:12.627173Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.mqnmpl on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:04:46.086160Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.yobwoi on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-yobwoi\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-yobwoi\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.yobwoi\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.yobwoi\nDeploy daemon haproxy.nfs.foo.smithi148.yobwoi ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:02:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:03:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:04:08Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.88/16"}, "status": {"created": "2024-02-11T16:57:01.421766Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:53:31.041620Z", "last_refresh": "2024-02-11T17:02:14.055026Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:32.209992Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:54:32.207503Z", "last_refresh": "2024-02-11T17:02:14.055099Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:01.420843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T16:57:01.417643Z", "last_refresh": "2024-02-11T17:02:16.394214Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:53:34.907593Z", "last_refresh": "2024-02-11T17:02:14.055165Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:57.873613Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:54:57.867647Z", "last_refresh": "2024-02-11T17:02:14.055244Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:53:32.998901Z", "last_refresh": "2024-02-11T17:02:16.393340Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-11T16:56:57.378029Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-11T16:57:01.184426Z", "last_refresh": "2024-02-11T17:02:14.055479Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-11T17:04:50.915 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:04:51.916 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid eb5e91f4-c8fd-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:04:52.196 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:04:51 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T17:04:50.541105+0000 mgr.smithi088.srytvt (mgr.14180) 561 : audit [DBG] from='client.15288 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:04:52.196 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:04:51 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T17:04:50.772059+0000 mgr.smithi088.srytvt (mgr.14180) 562 : cluster [DBG] pgmap v359: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:04:52.250 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:04:51 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T17:04:50.541105+0000 mgr.smithi088.srytvt (mgr.14180) 561 : audit [DBG] from='client.15288 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:04:52.250 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:04:51 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T17:04:50.772059+0000 mgr.smithi088.srytvt (mgr.14180) 562 : cluster [DBG] pgmap v359: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:04:53.251 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-11T17:04:53.251 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:53:35.782365Z", "last_refresh": "2024-02-11T17:02:16.392727Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:53:31.954385Z", "last_refresh": "2024-02-11T17:02:14.054860Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:53:34.066531Z", "last_refresh": "2024-02-11T17:02:16.393038Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T16:59:43.302144Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.dvckok on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-dvckok\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-dvckok\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.dvckok\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.dvckok\nDeploy daemon haproxy.nfs.foo.smithi148.dvckok ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T16:57:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T16:58:28Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T16:59:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:02:12.621679Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi088.dzldse on smithi088: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi088-dzldse\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi088-dzldse\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi088.dzldse\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi088.dzldse\nDeploy daemon haproxy.nfs.foo.smithi088.dzldse ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:00:20Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:00:57Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:01:35Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:02:12.626093Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.tpuxrx on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:02:12.627173Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.mqnmpl on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:04:46.086160Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.yobwoi on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-yobwoi\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-yobwoi\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.yobwoi\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.yobwoi\nDeploy daemon haproxy.nfs.foo.smithi148.yobwoi ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:02:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:03:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:04:08Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.88/16"}, "status": {"created": "2024-02-11T16:57:01.421766Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:53:31.041620Z", "last_refresh": "2024-02-11T17:02:14.055026Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:32.209992Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:54:32.207503Z", "last_refresh": "2024-02-11T17:02:14.055099Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:01.420843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T16:57:01.417643Z", "last_refresh": "2024-02-11T17:02:16.394214Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:53:34.907593Z", "last_refresh": "2024-02-11T17:02:14.055165Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:57.873613Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:54:57.867647Z", "last_refresh": "2024-02-11T17:02:14.055244Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:53:32.998901Z", "last_refresh": "2024-02-11T17:02:16.393340Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-11T16:56:57.378029Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-11T16:57:01.184426Z", "last_refresh": "2024-02-11T17:02:14.055479Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-11T17:04:53.622 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:04:54.196 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:04:53 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T17:04:52.772519+0000 mgr.smithi088.srytvt (mgr.14180) 563 : 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-11T17:04:54.285 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:04:53 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T17:04:52.772519+0000 mgr.smithi088.srytvt (mgr.14180) 563 : 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-11T17:04:54.623 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid eb5e91f4-c8fd-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:04:54.967 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:04:54 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T17:04:53.245886+0000 mgr.smithi088.srytvt (mgr.14180) 564 : audit [DBG] from='client.15292 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:04:55.196 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:04:54 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T17:04:53.245886+0000 mgr.smithi088.srytvt (mgr.14180) 564 : audit [DBG] from='client.15292 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:04:55.993 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-11T17:04:55.993 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:53:35.782365Z", "last_refresh": "2024-02-11T17:02:16.392727Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:53:31.954385Z", "last_refresh": "2024-02-11T17:02:14.054860Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:53:34.066531Z", "last_refresh": "2024-02-11T17:02:16.393038Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T16:59:43.302144Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.dvckok on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-dvckok\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-dvckok\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.dvckok\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.dvckok\nDeploy daemon haproxy.nfs.foo.smithi148.dvckok ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T16:57:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T16:58:28Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T16:59:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:02:12.621679Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi088.dzldse on smithi088: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi088-dzldse\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi088-dzldse\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi088.dzldse\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi088.dzldse\nDeploy daemon haproxy.nfs.foo.smithi088.dzldse ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:00:20Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:00:57Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:01:35Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:02:12.626093Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.tpuxrx on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:02:12.627173Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.mqnmpl on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:04:46.086160Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.yobwoi on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-yobwoi\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-yobwoi\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.yobwoi\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.yobwoi\nDeploy daemon haproxy.nfs.foo.smithi148.yobwoi ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:02:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:03:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:04:08Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.88/16"}, "status": {"created": "2024-02-11T16:57:01.421766Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:53:31.041620Z", "last_refresh": "2024-02-11T17:02:14.055026Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:32.209992Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:54:32.207503Z", "last_refresh": "2024-02-11T17:02:14.055099Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:01.420843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T16:57:01.417643Z", "last_refresh": "2024-02-11T17:02:16.394214Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:53:34.907593Z", "last_refresh": "2024-02-11T17:02:14.055165Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:57.873613Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:54:57.867647Z", "last_refresh": "2024-02-11T17:02:14.055244Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:53:32.998901Z", "last_refresh": "2024-02-11T17:02:16.393340Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-11T16:56:57.378029Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-11T16:57:01.184426Z", "last_refresh": "2024-02-11T17:02:14.055479Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-11T17:04:56.013 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:04:55 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T17:04:54.773165+0000 mgr.smithi088.srytvt (mgr.14180) 565 : 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-11T17:04:56.196 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:04:55 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T17:04:54.773165+0000 mgr.smithi088.srytvt (mgr.14180) 565 : 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-11T17:04:56.373 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:04:57.196 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:04:56 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T17:04:55.988165+0000 mgr.smithi088.srytvt (mgr.14180) 566 : audit [DBG] from='client.15296 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:04:57.286 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:04:56 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T17:04:55.988165+0000 mgr.smithi088.srytvt (mgr.14180) 566 : audit [DBG] from='client.15296 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:04:57.374 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid eb5e91f4-c8fd-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:04:58.035 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:04:57 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T17:04:56.773908+0000 mgr.smithi088.srytvt (mgr.14180) 567 : 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-11T17:04:58.196 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:04:57 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T17:04:56.773908+0000 mgr.smithi088.srytvt (mgr.14180) 567 : 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-11T17:04:58.743 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-11T17:04:58.743 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:53:35.782365Z", "last_refresh": "2024-02-11T17:02:16.392727Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:53:31.954385Z", "last_refresh": "2024-02-11T17:02:14.054860Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:53:34.066531Z", "last_refresh": "2024-02-11T17:02:16.393038Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T16:59:43.302144Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.dvckok on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-dvckok\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-dvckok\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.dvckok\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.dvckok\nDeploy daemon haproxy.nfs.foo.smithi148.dvckok ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T16:57:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T16:58:28Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T16:59:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:02:12.621679Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi088.dzldse on smithi088: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi088-dzldse\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi088-dzldse\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi088.dzldse\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi088.dzldse\nDeploy daemon haproxy.nfs.foo.smithi088.dzldse ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:00:20Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:00:57Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:01:35Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:02:12.626093Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.tpuxrx on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:02:12.627173Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.mqnmpl on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:04:46.086160Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.yobwoi on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-yobwoi\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-yobwoi\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.yobwoi\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.yobwoi\nDeploy daemon haproxy.nfs.foo.smithi148.yobwoi ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:02:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:03:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:04:08Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.88/16"}, "status": {"created": "2024-02-11T16:57:01.421766Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:53:31.041620Z", "last_refresh": "2024-02-11T17:02:14.055026Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:32.209992Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:54:32.207503Z", "last_refresh": "2024-02-11T17:02:14.055099Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:01.420843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T16:57:01.417643Z", "last_refresh": "2024-02-11T17:02:16.394214Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:53:34.907593Z", "last_refresh": "2024-02-11T17:02:14.055165Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:57.873613Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:54:57.867647Z", "last_refresh": "2024-02-11T17:02:14.055244Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:53:32.998901Z", "last_refresh": "2024-02-11T17:02:16.393340Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-11T16:56:57.378029Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-11T16:57:01.184426Z", "last_refresh": "2024-02-11T17:02:14.055479Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-11T17:04:59.123 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:05:00.124 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid eb5e91f4-c8fd-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:05:00.158 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:04:59 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T17:04:58.738402+0000 mgr.smithi088.srytvt (mgr.14180) 568 : audit [DBG] from='client.15300 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:05:00.158 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:04:59 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T17:04:58.774531+0000 mgr.smithi088.srytvt (mgr.14180) 569 : cluster [DBG] pgmap v363: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:05:00.196 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:04:59 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T17:04:58.738402+0000 mgr.smithi088.srytvt (mgr.14180) 568 : audit [DBG] from='client.15300 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:05:00.196 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:04:59 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T17:04:58.774531+0000 mgr.smithi088.srytvt (mgr.14180) 569 : cluster [DBG] pgmap v363: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:05:01.557 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-11T17:05:01.557 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:53:35.782365Z", "last_refresh": "2024-02-11T17:02:16.392727Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:53:31.954385Z", "last_refresh": "2024-02-11T17:02:14.054860Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:53:34.066531Z", "last_refresh": "2024-02-11T17:02:16.393038Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T16:59:43.302144Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.dvckok on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-dvckok\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-dvckok\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.dvckok\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.dvckok\nDeploy daemon haproxy.nfs.foo.smithi148.dvckok ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T16:57:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T16:58:28Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T16:59:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:02:12.621679Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi088.dzldse on smithi088: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi088-dzldse\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi088-dzldse\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi088.dzldse\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi088.dzldse\nDeploy daemon haproxy.nfs.foo.smithi088.dzldse ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:00:20Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:00:57Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:01:35Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:02:12.626093Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.tpuxrx on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:02:12.627173Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.mqnmpl on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:04:46.086160Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.yobwoi on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-yobwoi\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-yobwoi\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.yobwoi\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.yobwoi\nDeploy daemon haproxy.nfs.foo.smithi148.yobwoi ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:02:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:03:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:04:08Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.88/16"}, "status": {"created": "2024-02-11T16:57:01.421766Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:53:31.041620Z", "last_refresh": "2024-02-11T17:02:14.055026Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:32.209992Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:54:32.207503Z", "last_refresh": "2024-02-11T17:02:14.055099Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:01.420843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T16:57:01.417643Z", "last_refresh": "2024-02-11T17:02:16.394214Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:53:34.907593Z", "last_refresh": "2024-02-11T17:02:14.055165Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:57.873613Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:54:57.867647Z", "last_refresh": "2024-02-11T17:02:14.055244Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:53:32.998901Z", "last_refresh": "2024-02-11T17:02:16.393340Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-11T16:56:57.378029Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-11T16:57:01.184426Z", "last_refresh": "2024-02-11T17:02:14.055479Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-11T17:05:01.965 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:05:02.196 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:05:01 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T17:05:00.775352+0000 mgr.smithi088.srytvt (mgr.14180) 570 : cluster [DBG] pgmap v364: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:05:02.285 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:05:01 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T17:05:00.775352+0000 mgr.smithi088.srytvt (mgr.14180) 570 : cluster [DBG] pgmap v364: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:05:02.966 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid eb5e91f4-c8fd-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:05:03.196 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:05:02 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T17:05:01.552675+0000 mgr.smithi088.srytvt (mgr.14180) 571 : audit [DBG] from='client.15304 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:05:03.285 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:05:02 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T17:05:01.552675+0000 mgr.smithi088.srytvt (mgr.14180) 571 : audit [DBG] from='client.15304 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:05:03.934 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:05:03 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T17:05:02.776204+0000 mgr.smithi088.srytvt (mgr.14180) 572 : 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-11T17:05:04.196 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:05:03 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T17:05:02.776204+0000 mgr.smithi088.srytvt (mgr.14180) 572 : 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-11T17:05:04.272 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-11T17:05:04.273 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:53:35.782365Z", "last_refresh": "2024-02-11T17:02:16.392727Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:53:31.954385Z", "last_refresh": "2024-02-11T17:02:14.054860Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:53:34.066531Z", "last_refresh": "2024-02-11T17:02:16.393038Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T16:59:43.302144Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.dvckok on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-dvckok\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-dvckok\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.dvckok\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.dvckok\nDeploy daemon haproxy.nfs.foo.smithi148.dvckok ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T16:57:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T16:58:28Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T16:59:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:02:12.621679Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi088.dzldse on smithi088: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi088-dzldse\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi088-dzldse\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi088.dzldse\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi088.dzldse\nDeploy daemon haproxy.nfs.foo.smithi088.dzldse ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:00:20Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:00:57Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:01:35Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:02:12.626093Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.tpuxrx on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:02:12.627173Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.mqnmpl on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:04:46.086160Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.yobwoi on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-yobwoi\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-yobwoi\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.yobwoi\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.yobwoi\nDeploy daemon haproxy.nfs.foo.smithi148.yobwoi ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:02:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:03:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:04:08Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.88/16"}, "status": {"created": "2024-02-11T16:57:01.421766Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:53:31.041620Z", "last_refresh": "2024-02-11T17:02:14.055026Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:32.209992Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:54:32.207503Z", "last_refresh": "2024-02-11T17:02:14.055099Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:01.420843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T16:57:01.417643Z", "last_refresh": "2024-02-11T17:02:16.394214Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:53:34.907593Z", "last_refresh": "2024-02-11T17:02:14.055165Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:57.873613Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:54:57.867647Z", "last_refresh": "2024-02-11T17:02:14.055244Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:53:32.998901Z", "last_refresh": "2024-02-11T17:02:16.393340Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-11T16:56:57.378029Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-11T16:57:01.184426Z", "last_refresh": "2024-02-11T17:02:14.055479Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-11T17:05:04.654 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:05:05.655 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid eb5e91f4-c8fd-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:05:05.989 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:05:05 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T17:05:04.268096+0000 mgr.smithi088.srytvt (mgr.14180) 573 : audit [DBG] from='client.15308 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:05:05.989 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:05:05 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T17:05:04.776817+0000 mgr.smithi088.srytvt (mgr.14180) 574 : 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-11T17:05:06.196 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:05:05 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T17:05:04.268096+0000 mgr.smithi088.srytvt (mgr.14180) 573 : audit [DBG] from='client.15308 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:05:06.196 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:05:05 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T17:05:04.776817+0000 mgr.smithi088.srytvt (mgr.14180) 574 : 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-11T17:05:07.049 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-11T17:05:07.049 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:53:35.782365Z", "last_refresh": "2024-02-11T17:02:16.392727Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:53:31.954385Z", "last_refresh": "2024-02-11T17:02:14.054860Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:53:34.066531Z", "last_refresh": "2024-02-11T17:02:16.393038Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T16:59:43.302144Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.dvckok on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-dvckok\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-dvckok\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.dvckok\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.dvckok\nDeploy daemon haproxy.nfs.foo.smithi148.dvckok ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T16:57:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T16:58:28Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T16:59:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:02:12.621679Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi088.dzldse on smithi088: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi088-dzldse\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi088-dzldse\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi088.dzldse\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi088.dzldse\nDeploy daemon haproxy.nfs.foo.smithi088.dzldse ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:00:20Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:00:57Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:01:35Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:02:12.626093Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.tpuxrx on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:02:12.627173Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.mqnmpl on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:04:46.086160Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.yobwoi on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-yobwoi\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-yobwoi\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.yobwoi\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.yobwoi\nDeploy daemon haproxy.nfs.foo.smithi148.yobwoi ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:02:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:03:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:04:08Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.88/16"}, "status": {"created": "2024-02-11T16:57:01.421766Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:53:31.041620Z", "last_refresh": "2024-02-11T17:02:14.055026Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:32.209992Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:54:32.207503Z", "last_refresh": "2024-02-11T17:02:14.055099Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:01.420843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T16:57:01.417643Z", "last_refresh": "2024-02-11T17:02:16.394214Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:53:34.907593Z", "last_refresh": "2024-02-11T17:02:14.055165Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:57.873613Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:54:57.867647Z", "last_refresh": "2024-02-11T17:02:14.055244Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:53:32.998901Z", "last_refresh": "2024-02-11T17:02:16.393340Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-11T16:56:57.378029Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-11T16:57:01.184426Z", "last_refresh": "2024-02-11T17:02:14.055479Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-11T17:05:07.470 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:05:08.196 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:05:07 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T17:05:06.777451+0000 mgr.smithi088.srytvt (mgr.14180) 575 : 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-11T17:05:08.285 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:05:07 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T17:05:06.777451+0000 mgr.smithi088.srytvt (mgr.14180) 575 : 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-11T17:05:08.471 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid eb5e91f4-c8fd-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:05:09.107 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:05:08 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T17:05:07.044577+0000 mgr.smithi088.srytvt (mgr.14180) 576 : audit [DBG] from='client.15312 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:05:09.196 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:05:08 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T17:05:07.044577+0000 mgr.smithi088.srytvt (mgr.14180) 576 : audit [DBG] from='client.15312 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:05:09.788 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-11T17:05:09.788 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:53:35.782365Z", "last_refresh": "2024-02-11T17:02:16.392727Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:53:31.954385Z", "last_refresh": "2024-02-11T17:02:14.054860Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:53:34.066531Z", "last_refresh": "2024-02-11T17:02:16.393038Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T16:59:43.302144Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.dvckok on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-dvckok\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-dvckok\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.dvckok\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.dvckok\nDeploy daemon haproxy.nfs.foo.smithi148.dvckok ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T16:57:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T16:58:28Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T16:59:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:02:12.621679Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi088.dzldse on smithi088: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi088-dzldse\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi088-dzldse\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi088.dzldse\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi088.dzldse\nDeploy daemon haproxy.nfs.foo.smithi088.dzldse ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:00:20Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:00:57Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:01:35Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:02:12.626093Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.tpuxrx on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:02:12.627173Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.mqnmpl on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:04:46.086160Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.yobwoi on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-yobwoi\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-yobwoi\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.yobwoi\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.yobwoi\nDeploy daemon haproxy.nfs.foo.smithi148.yobwoi ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:02:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:03:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:04:08Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.88/16"}, "status": {"created": "2024-02-11T16:57:01.421766Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:53:31.041620Z", "last_refresh": "2024-02-11T17:02:14.055026Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:32.209992Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:54:32.207503Z", "last_refresh": "2024-02-11T17:02:14.055099Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:01.420843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T16:57:01.417643Z", "last_refresh": "2024-02-11T17:02:16.394214Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:53:34.907593Z", "last_refresh": "2024-02-11T17:02:14.055165Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:57.873613Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:54:57.867647Z", "last_refresh": "2024-02-11T17:02:14.055244Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:53:32.998901Z", "last_refresh": "2024-02-11T17:02:16.393340Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-11T16:56:57.378029Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-11T16:57:01.184426Z", "last_refresh": "2024-02-11T17:02:14.055479Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-11T17:05:10.085 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:05:09 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T17:05:08.778080+0000 mgr.smithi088.srytvt (mgr.14180) 577 : cluster [DBG] pgmap v368: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:05:10.109 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:05:10.196 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:05:09 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T17:05:08.778080+0000 mgr.smithi088.srytvt (mgr.14180) 577 : cluster [DBG] pgmap v368: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:05:11.109 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid eb5e91f4-c8fd-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:05:11.141 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:05:10 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T17:05:09.782867+0000 mgr.smithi088.srytvt (mgr.14180) 578 : audit [DBG] from='client.15316 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:05:11.196 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:05:10 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T17:05:09.782867+0000 mgr.smithi088.srytvt (mgr.14180) 578 : audit [DBG] from='client.15316 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:05:12.065 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:05:11 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T17:05:10.778997+0000 mgr.smithi088.srytvt (mgr.14180) 579 : cluster [DBG] pgmap v369: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:05:12.196 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:05:11 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T17:05:10.778997+0000 mgr.smithi088.srytvt (mgr.14180) 579 : cluster [DBG] pgmap v369: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:05:12.446 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-11T17:05:12.447 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:53:35.782365Z", "last_refresh": "2024-02-11T17:02:16.392727Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:53:31.954385Z", "last_refresh": "2024-02-11T17:02:14.054860Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:53:34.066531Z", "last_refresh": "2024-02-11T17:02:16.393038Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T16:59:43.302144Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.dvckok on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-dvckok\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-dvckok\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.dvckok\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.dvckok\nDeploy daemon haproxy.nfs.foo.smithi148.dvckok ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T16:57:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T16:58:28Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T16:59:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:02:12.621679Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi088.dzldse on smithi088: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi088-dzldse\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi088-dzldse\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi088.dzldse\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi088.dzldse\nDeploy daemon haproxy.nfs.foo.smithi088.dzldse ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:00:20Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:00:57Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:01:35Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:02:12.626093Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.tpuxrx on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:02:12.627173Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.mqnmpl on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:04:46.086160Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.yobwoi on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-yobwoi\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-yobwoi\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.yobwoi\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.yobwoi\nDeploy daemon haproxy.nfs.foo.smithi148.yobwoi ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:02:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:03:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:04:08Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.88/16"}, "status": {"created": "2024-02-11T16:57:01.421766Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:53:31.041620Z", "last_refresh": "2024-02-11T17:02:14.055026Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:32.209992Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:54:32.207503Z", "last_refresh": "2024-02-11T17:02:14.055099Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:01.420843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T16:57:01.417643Z", "last_refresh": "2024-02-11T17:02:16.394214Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:53:34.907593Z", "last_refresh": "2024-02-11T17:02:14.055165Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:57.873613Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:54:57.867647Z", "last_refresh": "2024-02-11T17:02:14.055244Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:53:32.998901Z", "last_refresh": "2024-02-11T17:02:16.393340Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-11T16:56:57.378029Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-11T16:57:01.184426Z", "last_refresh": "2024-02-11T17:02:14.055479Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-11T17:05:12.828 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:05:13.830 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid eb5e91f4-c8fd-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:05:14.195 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:05:13 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T17:05:12.441657+0000 mgr.smithi088.srytvt (mgr.14180) 580 : audit [DBG] from='client.15320 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:05:14.195 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:05:13 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T17:05:12.779485+0000 mgr.smithi088.srytvt (mgr.14180) 581 : 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-11T17:05:14.195 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:05:13 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T17:05:12.441657+0000 mgr.smithi088.srytvt (mgr.14180) 580 : audit [DBG] from='client.15320 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:05:14.196 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:05:13 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T17:05:12.779485+0000 mgr.smithi088.srytvt (mgr.14180) 581 : 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-11T17:05:15.201 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-11T17:05:15.201 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:53:35.782365Z", "last_refresh": "2024-02-11T17:02:16.392727Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:53:31.954385Z", "last_refresh": "2024-02-11T17:02:14.054860Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:53:34.066531Z", "last_refresh": "2024-02-11T17:02:16.393038Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T16:59:43.302144Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.dvckok on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-dvckok\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-dvckok\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.dvckok\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.dvckok\nDeploy daemon haproxy.nfs.foo.smithi148.dvckok ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T16:57:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T16:58:28Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T16:59:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:02:12.621679Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi088.dzldse on smithi088: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi088-dzldse\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi088-dzldse\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi088.dzldse\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi088.dzldse\nDeploy daemon haproxy.nfs.foo.smithi088.dzldse ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:00:20Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:00:57Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:01:35Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:02:12.626093Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.tpuxrx on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:02:12.627173Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.mqnmpl on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:04:46.086160Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.yobwoi on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-yobwoi\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-yobwoi\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.yobwoi\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.yobwoi\nDeploy daemon haproxy.nfs.foo.smithi148.yobwoi ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:02:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:03:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:04:08Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.88/16"}, "status": {"created": "2024-02-11T16:57:01.421766Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:53:31.041620Z", "last_refresh": "2024-02-11T17:02:14.055026Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:32.209992Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:54:32.207503Z", "last_refresh": "2024-02-11T17:02:14.055099Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:01.420843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T16:57:01.417643Z", "last_refresh": "2024-02-11T17:02:16.394214Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:53:34.907593Z", "last_refresh": "2024-02-11T17:02:14.055165Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:57.873613Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:54:57.867647Z", "last_refresh": "2024-02-11T17:02:14.055244Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:53:32.998901Z", "last_refresh": "2024-02-11T17:02:16.393340Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-11T16:56:57.378029Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-11T16:57:01.184426Z", "last_refresh": "2024-02-11T17:02:14.055479Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-11T17:05:15.748 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:05:16.035 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:05:15 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T17:05:14.780138+0000 mgr.smithi088.srytvt (mgr.14180) 582 : 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-11T17:05:16.196 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:05:15 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T17:05:14.780138+0000 mgr.smithi088.srytvt (mgr.14180) 582 : 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-11T17:05:16.749 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid eb5e91f4-c8fd-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:05:17.035 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:05:16 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T17:05:15.196537+0000 mgr.smithi088.srytvt (mgr.14180) 583 : audit [DBG] from='client.15324 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:05:17.196 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:05:16 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T17:05:15.196537+0000 mgr.smithi088.srytvt (mgr.14180) 583 : audit [DBG] from='client.15324 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:05:18.035 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:05:17 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T17:05:16.780820+0000 mgr.smithi088.srytvt (mgr.14180) 584 : 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-11T17:05:18.110 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-11T17:05:18.110 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:53:35.782365Z", "last_refresh": "2024-02-11T17:02:16.392727Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:53:31.954385Z", "last_refresh": "2024-02-11T17:02:14.054860Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:53:34.066531Z", "last_refresh": "2024-02-11T17:02:16.393038Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T16:59:43.302144Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.dvckok on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-dvckok\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-dvckok\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.dvckok\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.dvckok\nDeploy daemon haproxy.nfs.foo.smithi148.dvckok ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T16:57:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T16:58:28Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T16:59:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:02:12.621679Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi088.dzldse on smithi088: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi088-dzldse\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi088-dzldse\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi088.dzldse\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi088.dzldse\nDeploy daemon haproxy.nfs.foo.smithi088.dzldse ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:00:20Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:00:57Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:01:35Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:02:12.626093Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.tpuxrx on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:02:12.627173Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.mqnmpl on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:04:46.086160Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.yobwoi on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-yobwoi\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-yobwoi\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.yobwoi\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.yobwoi\nDeploy daemon haproxy.nfs.foo.smithi148.yobwoi ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:02:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:03:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:04:08Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.88/16"}, "status": {"created": "2024-02-11T16:57:01.421766Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:53:31.041620Z", "last_refresh": "2024-02-11T17:02:14.055026Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:32.209992Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:54:32.207503Z", "last_refresh": "2024-02-11T17:02:14.055099Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:01.420843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T16:57:01.417643Z", "last_refresh": "2024-02-11T17:02:16.394214Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:53:34.907593Z", "last_refresh": "2024-02-11T17:02:14.055165Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:57.873613Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:54:57.867647Z", "last_refresh": "2024-02-11T17:02:14.055244Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:53:32.998901Z", "last_refresh": "2024-02-11T17:02:16.393340Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-11T16:56:57.378029Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-11T16:57:01.184426Z", "last_refresh": "2024-02-11T17:02:14.055479Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-11T17:05:18.196 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:05:17 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T17:05:16.780820+0000 mgr.smithi088.srytvt (mgr.14180) 584 : 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-11T17:05:18.526 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:05:19.527 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid eb5e91f4-c8fd-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:05:20.196 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:05:19 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T17:05:18.105783+0000 mgr.smithi088.srytvt (mgr.14180) 585 : audit [DBG] from='client.15328 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:05:20.196 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:05:19 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T17:05:18.781434+0000 mgr.smithi088.srytvt (mgr.14180) 586 : cluster [DBG] pgmap v373: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:05:20.206 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:05:19 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T17:05:18.105783+0000 mgr.smithi088.srytvt (mgr.14180) 585 : audit [DBG] from='client.15328 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:05:20.206 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:05:19 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T17:05:18.781434+0000 mgr.smithi088.srytvt (mgr.14180) 586 : cluster [DBG] pgmap v373: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:05:20.904 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-11T17:05:20.904 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:53:35.782365Z", "last_refresh": "2024-02-11T17:02:16.392727Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:53:31.954385Z", "last_refresh": "2024-02-11T17:02:14.054860Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:53:34.066531Z", "last_refresh": "2024-02-11T17:02:16.393038Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T16:59:43.302144Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.dvckok on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-dvckok\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-dvckok\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.dvckok\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.dvckok\nDeploy daemon haproxy.nfs.foo.smithi148.dvckok ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T16:57:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T16:58:28Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T16:59:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:02:12.621679Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi088.dzldse on smithi088: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi088-dzldse\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi088-dzldse\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi088.dzldse\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi088.dzldse\nDeploy daemon haproxy.nfs.foo.smithi088.dzldse ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:00:20Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:00:57Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:01:35Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:02:12.626093Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.tpuxrx on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:02:12.627173Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.mqnmpl on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:04:46.086160Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.yobwoi on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-yobwoi\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-yobwoi\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.yobwoi\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.yobwoi\nDeploy daemon haproxy.nfs.foo.smithi148.yobwoi ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:02:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:03:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:04:08Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.88/16"}, "status": {"created": "2024-02-11T16:57:01.421766Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:53:31.041620Z", "last_refresh": "2024-02-11T17:02:14.055026Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:32.209992Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:54:32.207503Z", "last_refresh": "2024-02-11T17:02:14.055099Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:01.420843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T16:57:01.417643Z", "last_refresh": "2024-02-11T17:02:16.394214Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:53:34.907593Z", "last_refresh": "2024-02-11T17:02:14.055165Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:57.873613Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:54:57.867647Z", "last_refresh": "2024-02-11T17:02:14.055244Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:53:32.998901Z", "last_refresh": "2024-02-11T17:02:16.393340Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-11T16:56:57.378029Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-11T16:57:01.184426Z", "last_refresh": "2024-02-11T17:02:14.055479Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-11T17:05:21.276 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:05:22.196 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:05:21 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T17:05:20.782139+0000 mgr.smithi088.srytvt (mgr.14180) 587 : cluster [DBG] pgmap v374: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:05:22.196 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:05:21 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T17:05:20.899289+0000 mgr.smithi088.srytvt (mgr.14180) 588 : audit [DBG] from='client.15332 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:05:22.277 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid eb5e91f4-c8fd-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:05:22.285 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:05:21 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T17:05:20.782139+0000 mgr.smithi088.srytvt (mgr.14180) 587 : cluster [DBG] pgmap v374: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:05:22.285 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:05:21 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T17:05:20.899289+0000 mgr.smithi088.srytvt (mgr.14180) 588 : audit [DBG] from='client.15332 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:05:23.644 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-11T17:05:23.644 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:53:35.782365Z", "last_refresh": "2024-02-11T17:02:16.392727Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:53:31.954385Z", "last_refresh": "2024-02-11T17:02:14.054860Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:53:34.066531Z", "last_refresh": "2024-02-11T17:02:16.393038Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T16:59:43.302144Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.dvckok on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-dvckok\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-dvckok\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.dvckok\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.dvckok\nDeploy daemon haproxy.nfs.foo.smithi148.dvckok ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T16:57:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T16:58:28Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T16:59:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:02:12.621679Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi088.dzldse on smithi088: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi088-dzldse\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi088-dzldse\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi088.dzldse\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi088.dzldse\nDeploy daemon haproxy.nfs.foo.smithi088.dzldse ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:00:20Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:00:57Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:01:35Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:02:12.626093Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.tpuxrx on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:02:12.627173Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.mqnmpl on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:04:46.086160Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.yobwoi on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-yobwoi\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-yobwoi\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.yobwoi\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.yobwoi\nDeploy daemon haproxy.nfs.foo.smithi148.yobwoi ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:02:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:03:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:04:08Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.88/16"}, "status": {"created": "2024-02-11T16:57:01.421766Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:53:31.041620Z", "last_refresh": "2024-02-11T17:02:14.055026Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:32.209992Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:54:32.207503Z", "last_refresh": "2024-02-11T17:02:14.055099Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:01.420843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T16:57:01.417643Z", "last_refresh": "2024-02-11T17:02:16.394214Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:53:34.907593Z", "last_refresh": "2024-02-11T17:02:14.055165Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:57.873613Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:54:57.867647Z", "last_refresh": "2024-02-11T17:02:14.055244Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:53:32.998901Z", "last_refresh": "2024-02-11T17:02:16.393340Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-11T16:56:57.378029Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-11T16:57:01.184426Z", "last_refresh": "2024-02-11T17:02:14.055479Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-11T17:05:24.041 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:05:24.196 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:05:23 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T17:05:22.782683+0000 mgr.smithi088.srytvt (mgr.14180) 589 : 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-11T17:05:24.285 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:05:23 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T17:05:22.782683+0000 mgr.smithi088.srytvt (mgr.14180) 589 : 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-11T17:05:25.042 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid eb5e91f4-c8fd-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:05:25.196 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:05:24 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T17:05:23.639645+0000 mgr.smithi088.srytvt (mgr.14180) 590 : audit [DBG] from='client.15336 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:05:25.285 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:05:24 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T17:05:23.639645+0000 mgr.smithi088.srytvt (mgr.14180) 590 : audit [DBG] from='client.15336 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:05:26.035 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:05:25 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T17:05:24.783371+0000 mgr.smithi088.srytvt (mgr.14180) 591 : 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-11T17:05:26.196 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:05:25 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T17:05:24.783371+0000 mgr.smithi088.srytvt (mgr.14180) 591 : 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-11T17:05:26.470 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-11T17:05:26.470 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:53:35.782365Z", "last_refresh": "2024-02-11T17:02:16.392727Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:53:31.954385Z", "last_refresh": "2024-02-11T17:02:14.054860Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:53:34.066531Z", "last_refresh": "2024-02-11T17:02:16.393038Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T16:59:43.302144Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.dvckok on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-dvckok\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-dvckok\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.dvckok\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.dvckok\nDeploy daemon haproxy.nfs.foo.smithi148.dvckok ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T16:57:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T16:58:28Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T16:59:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:02:12.621679Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi088.dzldse on smithi088: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi088-dzldse\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi088-dzldse\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi088.dzldse\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi088.dzldse\nDeploy daemon haproxy.nfs.foo.smithi088.dzldse ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:00:20Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:00:57Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:01:35Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:02:12.626093Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.tpuxrx on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:02:12.627173Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.mqnmpl on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:04:46.086160Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.yobwoi on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-yobwoi\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-yobwoi\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.yobwoi\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.yobwoi\nDeploy daemon haproxy.nfs.foo.smithi148.yobwoi ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:02:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:03:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:04:08Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.88/16"}, "status": {"created": "2024-02-11T16:57:01.421766Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:53:31.041620Z", "last_refresh": "2024-02-11T17:02:14.055026Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:32.209992Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:54:32.207503Z", "last_refresh": "2024-02-11T17:02:14.055099Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:01.420843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T16:57:01.417643Z", "last_refresh": "2024-02-11T17:02:16.394214Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:53:34.907593Z", "last_refresh": "2024-02-11T17:02:14.055165Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:57.873613Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:54:57.867647Z", "last_refresh": "2024-02-11T17:02:14.055244Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:53:32.998901Z", "last_refresh": "2024-02-11T17:02:16.393340Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-11T16:56:57.378029Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-11T16:57:01.184426Z", "last_refresh": "2024-02-11T17:02:14.055479Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-11T17:05:26.859 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:05:27.860 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid eb5e91f4-c8fd-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:05:28.196 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:05:27 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T17:05:26.465523+0000 mgr.smithi088.srytvt (mgr.14180) 592 : audit [DBG] from='client.15340 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:05:28.196 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:05:27 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T17:05:26.784076+0000 mgr.smithi088.srytvt (mgr.14180) 593 : 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-11T17:05:28.242 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:05:27 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T17:05:26.465523+0000 mgr.smithi088.srytvt (mgr.14180) 592 : audit [DBG] from='client.15340 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:05:28.243 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:05:27 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T17:05:26.784076+0000 mgr.smithi088.srytvt (mgr.14180) 593 : 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-11T17:05:29.240 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-11T17:05:29.240 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:53:35.782365Z", "last_refresh": "2024-02-11T17:02:16.392727Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:53:31.954385Z", "last_refresh": "2024-02-11T17:02:14.054860Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:53:34.066531Z", "last_refresh": "2024-02-11T17:02:16.393038Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T16:59:43.302144Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.dvckok on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-dvckok\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-dvckok\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.dvckok\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.dvckok\nDeploy daemon haproxy.nfs.foo.smithi148.dvckok ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T16:57:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T16:58:28Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T16:59:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:02:12.621679Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi088.dzldse on smithi088: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi088-dzldse\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi088-dzldse\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi088.dzldse\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi088.dzldse\nDeploy daemon haproxy.nfs.foo.smithi088.dzldse ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:00:20Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:00:57Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:01:35Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:02:12.626093Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.tpuxrx on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:02:12.627173Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.mqnmpl on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:04:46.086160Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.yobwoi on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-yobwoi\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-yobwoi\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.yobwoi\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.yobwoi\nDeploy daemon haproxy.nfs.foo.smithi148.yobwoi ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:02:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:03:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:04:08Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.88/16"}, "status": {"created": "2024-02-11T16:57:01.421766Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:53:31.041620Z", "last_refresh": "2024-02-11T17:02:14.055026Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:32.209992Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:54:32.207503Z", "last_refresh": "2024-02-11T17:02:14.055099Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:01.420843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T16:57:01.417643Z", "last_refresh": "2024-02-11T17:02:16.394214Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:53:34.907593Z", "last_refresh": "2024-02-11T17:02:14.055165Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:57.873613Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:54:57.867647Z", "last_refresh": "2024-02-11T17:02:14.055244Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:53:32.998901Z", "last_refresh": "2024-02-11T17:02:16.393340Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-11T16:56:57.378029Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-11T16:57:01.184426Z", "last_refresh": "2024-02-11T17:02:14.055479Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-11T17:05:29.616 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:05:30.196 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:05:29 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T17:05:28.784691+0000 mgr.smithi088.srytvt (mgr.14180) 594 : cluster [DBG] pgmap v378: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:05:30.285 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:05:29 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T17:05:28.784691+0000 mgr.smithi088.srytvt (mgr.14180) 594 : cluster [DBG] pgmap v378: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:05:30.618 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid eb5e91f4-c8fd-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:05:31.196 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:05:30 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T17:05:29.235392+0000 mgr.smithi088.srytvt (mgr.14180) 595 : audit [DBG] from='client.15344 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:05:31.277 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:05:30 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T17:05:29.235392+0000 mgr.smithi088.srytvt (mgr.14180) 595 : audit [DBG] from='client.15344 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:05:31.985 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-11T17:05:31.986 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:53:35.782365Z", "last_refresh": "2024-02-11T17:02:16.392727Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:53:31.954385Z", "last_refresh": "2024-02-11T17:02:14.054860Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:53:34.066531Z", "last_refresh": "2024-02-11T17:02:16.393038Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T16:59:43.302144Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.dvckok on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-dvckok\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-dvckok\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.dvckok\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.dvckok\nDeploy daemon haproxy.nfs.foo.smithi148.dvckok ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T16:57:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T16:58:28Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T16:59:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:02:12.621679Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi088.dzldse on smithi088: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi088-dzldse\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi088-dzldse\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi088.dzldse\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi088.dzldse\nDeploy daemon haproxy.nfs.foo.smithi088.dzldse ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:00:20Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:00:57Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:01:35Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:02:12.626093Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.tpuxrx on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:02:12.627173Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.mqnmpl on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:04:46.086160Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.yobwoi on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-yobwoi\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-yobwoi\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.yobwoi\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.yobwoi\nDeploy daemon haproxy.nfs.foo.smithi148.yobwoi ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:02:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:03:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:04:08Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.88/16"}, "status": {"created": "2024-02-11T16:57:01.421766Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:53:31.041620Z", "last_refresh": "2024-02-11T17:02:14.055026Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:32.209992Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:54:32.207503Z", "last_refresh": "2024-02-11T17:02:14.055099Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:01.420843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T16:57:01.417643Z", "last_refresh": "2024-02-11T17:02:16.394214Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:53:34.907593Z", "last_refresh": "2024-02-11T17:02:14.055165Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:57.873613Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:54:57.867647Z", "last_refresh": "2024-02-11T17:02:14.055244Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:53:32.998901Z", "last_refresh": "2024-02-11T17:02:16.393340Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-11T16:56:57.378029Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-11T16:57:01.184426Z", "last_refresh": "2024-02-11T17:02:14.055479Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-11T17:05:32.196 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:05:31 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T17:05:30.785396+0000 mgr.smithi088.srytvt (mgr.14180) 596 : cluster [DBG] pgmap v379: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:05:32.285 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:05:31 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T17:05:30.785396+0000 mgr.smithi088.srytvt (mgr.14180) 596 : cluster [DBG] pgmap v379: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:05:32.373 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:05:33.285 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:05:32 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T17:05:31.981340+0000 mgr.smithi088.srytvt (mgr.14180) 597 : audit [DBG] from='client.15348 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:05:33.374 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid eb5e91f4-c8fd-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:05:33.446 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:05:32 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T17:05:31.981340+0000 mgr.smithi088.srytvt (mgr.14180) 597 : audit [DBG] from='client.15348 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:05:34.036 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:05:33 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T17:05:32.785891+0000 mgr.smithi088.srytvt (mgr.14180) 598 : 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-11T17:05:34.446 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:05:33 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T17:05:32.785891+0000 mgr.smithi088.srytvt (mgr.14180) 598 : 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-11T17:05:34.758 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-11T17:05:34.758 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:53:35.782365Z", "last_refresh": "2024-02-11T17:02:16.392727Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:53:31.954385Z", "last_refresh": "2024-02-11T17:02:14.054860Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:53:34.066531Z", "last_refresh": "2024-02-11T17:02:16.393038Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T16:59:43.302144Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.dvckok on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-dvckok\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-dvckok\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.dvckok\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.dvckok\nDeploy daemon haproxy.nfs.foo.smithi148.dvckok ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T16:57:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T16:58:28Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T16:59:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:02:12.621679Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi088.dzldse on smithi088: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi088-dzldse\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi088-dzldse\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi088.dzldse\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi088.dzldse\nDeploy daemon haproxy.nfs.foo.smithi088.dzldse ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:00:20Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:00:57Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:01:35Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:02:12.626093Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.tpuxrx on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:02:12.627173Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.mqnmpl on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:04:46.086160Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.yobwoi on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-yobwoi\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-yobwoi\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.yobwoi\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.yobwoi\nDeploy daemon haproxy.nfs.foo.smithi148.yobwoi ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:02:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:03:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:04:08Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.88/16"}, "status": {"created": "2024-02-11T16:57:01.421766Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:53:31.041620Z", "last_refresh": "2024-02-11T17:02:14.055026Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:32.209992Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:54:32.207503Z", "last_refresh": "2024-02-11T17:02:14.055099Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:01.420843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T16:57:01.417643Z", "last_refresh": "2024-02-11T17:02:16.394214Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:53:34.907593Z", "last_refresh": "2024-02-11T17:02:14.055165Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:57.873613Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:54:57.867647Z", "last_refresh": "2024-02-11T17:02:14.055244Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:53:32.998901Z", "last_refresh": "2024-02-11T17:02:16.393340Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-11T16:56:57.378029Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-11T16:57:01.184426Z", "last_refresh": "2024-02-11T17:02:14.055479Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-11T17:05:35.139 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:05:36.140 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid eb5e91f4-c8fd-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:05:36.285 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:05:35 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T17:05:34.753722+0000 mgr.smithi088.srytvt (mgr.14180) 599 : audit [DBG] from='client.15352 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:05:36.285 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:05:35 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T17:05:34.786475+0000 mgr.smithi088.srytvt (mgr.14180) 600 : 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-11T17:05:36.446 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:05:35 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T17:05:34.753722+0000 mgr.smithi088.srytvt (mgr.14180) 599 : audit [DBG] from='client.15352 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:05:36.446 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:05:35 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T17:05:34.786475+0000 mgr.smithi088.srytvt (mgr.14180) 600 : 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-11T17:05:37.459 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-11T17:05:37.459 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:53:35.782365Z", "last_refresh": "2024-02-11T17:02:16.392727Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:53:31.954385Z", "last_refresh": "2024-02-11T17:02:14.054860Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:53:34.066531Z", "last_refresh": "2024-02-11T17:02:16.393038Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T16:59:43.302144Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.dvckok on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-dvckok\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-dvckok\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.dvckok\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.dvckok\nDeploy daemon haproxy.nfs.foo.smithi148.dvckok ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T16:57:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T16:58:28Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T16:59:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:02:12.621679Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi088.dzldse on smithi088: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi088-dzldse\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi088-dzldse\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi088.dzldse\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi088.dzldse\nDeploy daemon haproxy.nfs.foo.smithi088.dzldse ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:00:20Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:00:57Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:01:35Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:02:12.626093Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.tpuxrx on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:02:12.627173Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.mqnmpl on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:04:46.086160Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.yobwoi on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-yobwoi\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-yobwoi\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.yobwoi\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.yobwoi\nDeploy daemon haproxy.nfs.foo.smithi148.yobwoi ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:02:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:03:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:04:08Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.88/16"}, "status": {"created": "2024-02-11T16:57:01.421766Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:53:31.041620Z", "last_refresh": "2024-02-11T17:02:14.055026Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:32.209992Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:54:32.207503Z", "last_refresh": "2024-02-11T17:02:14.055099Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:01.420843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T16:57:01.417643Z", "last_refresh": "2024-02-11T17:02:16.394214Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:53:34.907593Z", "last_refresh": "2024-02-11T17:02:14.055165Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:57.873613Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:54:57.867647Z", "last_refresh": "2024-02-11T17:02:14.055244Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:53:32.998901Z", "last_refresh": "2024-02-11T17:02:16.393340Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-11T16:56:57.378029Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-11T16:57:01.184426Z", "last_refresh": "2024-02-11T17:02:14.055479Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-11T17:05:37.830 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:05:38.035 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:05:37 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T17:05:36.787316+0000 mgr.smithi088.srytvt (mgr.14180) 601 : 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-11T17:05:38.446 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:05:37 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T17:05:36.787316+0000 mgr.smithi088.srytvt (mgr.14180) 601 : 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-11T17:05:38.832 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid eb5e91f4-c8fd-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:05:39.206 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:05:38 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T17:05:37.454399+0000 mgr.smithi088.srytvt (mgr.14180) 602 : audit [DBG] from='client.15356 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:05:39.446 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:05:38 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T17:05:37.454399+0000 mgr.smithi088.srytvt (mgr.14180) 602 : audit [DBG] from='client.15356 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:05:40.189 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-11T17:05:40.190 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:53:35.782365Z", "last_refresh": "2024-02-11T17:02:16.392727Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:53:31.954385Z", "last_refresh": "2024-02-11T17:02:14.054860Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:53:34.066531Z", "last_refresh": "2024-02-11T17:02:16.393038Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T16:59:43.302144Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.dvckok on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-dvckok\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-dvckok\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.dvckok\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.dvckok\nDeploy daemon haproxy.nfs.foo.smithi148.dvckok ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T16:57:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T16:58:28Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T16:59:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:02:12.621679Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi088.dzldse on smithi088: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi088-dzldse\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi088-dzldse\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi088.dzldse\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi088.dzldse\nDeploy daemon haproxy.nfs.foo.smithi088.dzldse ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:00:20Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:00:57Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:01:35Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:02:12.626093Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.tpuxrx on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:02:12.627173Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.mqnmpl on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:04:46.086160Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.yobwoi on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-yobwoi\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-yobwoi\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.yobwoi\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.yobwoi\nDeploy daemon haproxy.nfs.foo.smithi148.yobwoi ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:02:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:03:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:04:08Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.88/16"}, "status": {"created": "2024-02-11T16:57:01.421766Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:53:31.041620Z", "last_refresh": "2024-02-11T17:02:14.055026Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:32.209992Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:54:32.207503Z", "last_refresh": "2024-02-11T17:02:14.055099Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:01.420843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T16:57:01.417643Z", "last_refresh": "2024-02-11T17:02:16.394214Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:53:34.907593Z", "last_refresh": "2024-02-11T17:02:14.055165Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:57.873613Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:54:57.867647Z", "last_refresh": "2024-02-11T17:02:14.055244Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:53:32.998901Z", "last_refresh": "2024-02-11T17:02:16.393340Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-11T16:56:57.378029Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-11T16:57:01.184426Z", "last_refresh": "2024-02-11T17:02:14.055479Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-11T17:05:40.215 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:05:39 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T17:05:38.788133+0000 mgr.smithi088.srytvt (mgr.14180) 603 : cluster [DBG] pgmap v383: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:05:40.446 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:05:39 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T17:05:38.788133+0000 mgr.smithi088.srytvt (mgr.14180) 603 : cluster [DBG] pgmap v383: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:05:40.583 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:05:41.584 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid eb5e91f4-c8fd-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:05:42.285 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:05:41 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T17:05:40.185219+0000 mgr.smithi088.srytvt (mgr.14180) 604 : audit [DBG] from='client.15360 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:05:42.286 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:05:41 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T17:05:40.788724+0000 mgr.smithi088.srytvt (mgr.14180) 605 : cluster [DBG] pgmap v384: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:05:42.446 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:05:41 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T17:05:40.185219+0000 mgr.smithi088.srytvt (mgr.14180) 604 : audit [DBG] from='client.15360 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:05:42.446 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:05:41 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T17:05:40.788724+0000 mgr.smithi088.srytvt (mgr.14180) 605 : cluster [DBG] pgmap v384: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:05:43.042 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-11T17:05:43.042 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:53:35.782365Z", "last_refresh": "2024-02-11T17:02:16.392727Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:53:31.954385Z", "last_refresh": "2024-02-11T17:02:14.054860Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:53:34.066531Z", "last_refresh": "2024-02-11T17:02:16.393038Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T16:59:43.302144Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.dvckok on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-dvckok\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-dvckok\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.dvckok\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.dvckok\nDeploy daemon haproxy.nfs.foo.smithi148.dvckok ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T16:57:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T16:58:28Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T16:59:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:02:12.621679Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi088.dzldse on smithi088: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi088-dzldse\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi088-dzldse\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi088.dzldse\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi088.dzldse\nDeploy daemon haproxy.nfs.foo.smithi088.dzldse ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:00:20Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:00:57Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:01:35Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:02:12.626093Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.tpuxrx on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:02:12.627173Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.mqnmpl on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:04:46.086160Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.yobwoi on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-yobwoi\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-yobwoi\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.yobwoi\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.yobwoi\nDeploy daemon haproxy.nfs.foo.smithi148.yobwoi ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:02:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:03:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:04:08Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.88/16"}, "status": {"created": "2024-02-11T16:57:01.421766Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:53:31.041620Z", "last_refresh": "2024-02-11T17:02:14.055026Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:32.209992Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:54:32.207503Z", "last_refresh": "2024-02-11T17:02:14.055099Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:01.420843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T16:57:01.417643Z", "last_refresh": "2024-02-11T17:02:16.394214Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:53:34.907593Z", "last_refresh": "2024-02-11T17:02:14.055165Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:57.873613Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:54:57.867647Z", "last_refresh": "2024-02-11T17:02:14.055244Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:53:32.998901Z", "last_refresh": "2024-02-11T17:02:16.393340Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-11T16:56:57.378029Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-11T16:57:01.184426Z", "last_refresh": "2024-02-11T17:02:14.055479Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-11T17:05:43.462 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:05:44.285 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:05:43 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T17:05:42.789228+0000 mgr.smithi088.srytvt (mgr.14180) 606 : 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-11T17:05:44.446 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:05:43 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T17:05:42.789228+0000 mgr.smithi088.srytvt (mgr.14180) 606 : 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-11T17:05:44.463 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid eb5e91f4-c8fd-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:05:45.130 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:05:44 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T17:05:43.038036+0000 mgr.smithi088.srytvt (mgr.14180) 607 : audit [DBG] from='client.15364 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:05:45.387 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:05:44 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T17:05:43.038036+0000 mgr.smithi088.srytvt (mgr.14180) 607 : audit [DBG] from='client.15364 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:05:45.797 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-11T17:05:45.797 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:53:35.782365Z", "last_refresh": "2024-02-11T17:02:16.392727Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:53:31.954385Z", "last_refresh": "2024-02-11T17:02:14.054860Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:53:34.066531Z", "last_refresh": "2024-02-11T17:02:16.393038Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T16:59:43.302144Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.dvckok on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-dvckok\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-dvckok\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.dvckok\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.dvckok\nDeploy daemon haproxy.nfs.foo.smithi148.dvckok ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T16:57:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T16:58:28Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T16:59:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:02:12.621679Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi088.dzldse on smithi088: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi088-dzldse\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi088-dzldse\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi088.dzldse\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi088.dzldse\nDeploy daemon haproxy.nfs.foo.smithi088.dzldse ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:00:20Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:00:57Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:01:35Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:02:12.626093Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.tpuxrx on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:02:12.627173Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.mqnmpl on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:04:46.086160Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.yobwoi on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-yobwoi\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-yobwoi\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.yobwoi\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.yobwoi\nDeploy daemon haproxy.nfs.foo.smithi148.yobwoi ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:02:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:03:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:04:08Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.88/16"}, "status": {"created": "2024-02-11T16:57:01.421766Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:53:31.041620Z", "last_refresh": "2024-02-11T17:02:14.055026Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:32.209992Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:54:32.207503Z", "last_refresh": "2024-02-11T17:02:14.055099Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:01.420843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T16:57:01.417643Z", "last_refresh": "2024-02-11T17:02:16.394214Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:53:34.907593Z", "last_refresh": "2024-02-11T17:02:14.055165Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:57.873613Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:54:57.867647Z", "last_refresh": "2024-02-11T17:02:14.055244Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:53:32.998901Z", "last_refresh": "2024-02-11T17:02:16.393340Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-11T16:56:57.378029Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-11T16:57:01.184426Z", "last_refresh": "2024-02-11T17:02:14.055479Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-11T17:05:46.093 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:05:45 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T17:05:44.789850+0000 mgr.smithi088.srytvt (mgr.14180) 608 : 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-11T17:05:46.178 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:05:46.446 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:05:45 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T17:05:44.789850+0000 mgr.smithi088.srytvt (mgr.14180) 608 : 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-11T17:05:47.179 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid eb5e91f4-c8fd-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:05:47.285 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:05:46 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T17:05:45.792394+0000 mgr.smithi088.srytvt (mgr.14180) 609 : audit [DBG] from='client.15368 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:05:47.446 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:05:46 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T17:05:45.792394+0000 mgr.smithi088.srytvt (mgr.14180) 609 : audit [DBG] from='client.15368 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:05:48.208 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:05:47 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T17:05:46.790364+0000 mgr.smithi088.srytvt (mgr.14180) 610 : 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-11T17:05:48.446 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:05:47 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T17:05:46.790364+0000 mgr.smithi088.srytvt (mgr.14180) 610 : 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-11T17:05:48.567 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-11T17:05:48.567 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:53:35.782365Z", "last_refresh": "2024-02-11T17:02:16.392727Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:53:31.954385Z", "last_refresh": "2024-02-11T17:02:14.054860Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:53:34.066531Z", "last_refresh": "2024-02-11T17:02:16.393038Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T16:59:43.302144Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.dvckok on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-dvckok\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-dvckok\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.dvckok\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.dvckok\nDeploy daemon haproxy.nfs.foo.smithi148.dvckok ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T16:57:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T16:58:28Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T16:59:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:02:12.621679Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi088.dzldse on smithi088: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi088-dzldse\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi088-dzldse\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi088.dzldse\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi088.dzldse\nDeploy daemon haproxy.nfs.foo.smithi088.dzldse ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:00:20Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:00:57Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:01:35Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:02:12.626093Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.tpuxrx on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:02:12.627173Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.mqnmpl on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:04:46.086160Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.yobwoi on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-yobwoi\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-yobwoi\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.yobwoi\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.yobwoi\nDeploy daemon haproxy.nfs.foo.smithi148.yobwoi ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:02:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:03:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:04:08Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.88/16"}, "status": {"created": "2024-02-11T16:57:01.421766Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:53:31.041620Z", "last_refresh": "2024-02-11T17:02:14.055026Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:32.209992Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:54:32.207503Z", "last_refresh": "2024-02-11T17:02:14.055099Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:01.420843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T16:57:01.417643Z", "last_refresh": "2024-02-11T17:02:16.394214Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:53:34.907593Z", "last_refresh": "2024-02-11T17:02:14.055165Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:57.873613Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:54:57.867647Z", "last_refresh": "2024-02-11T17:02:14.055244Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:53:32.998901Z", "last_refresh": "2024-02-11T17:02:16.393340Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-11T16:56:57.378029Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-11T16:57:01.184426Z", "last_refresh": "2024-02-11T17:02:14.055479Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-11T17:05:48.961 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:05:49.962 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid eb5e91f4-c8fd-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:05:50.285 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:05:49 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T17:05:48.561145+0000 mgr.smithi088.srytvt (mgr.14180) 611 : audit [DBG] from='client.15372 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:05:50.285 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:05:49 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T17:05:48.791015+0000 mgr.smithi088.srytvt (mgr.14180) 612 : cluster [DBG] pgmap v388: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:05:50.446 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:05:49 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T17:05:48.561145+0000 mgr.smithi088.srytvt (mgr.14180) 611 : audit [DBG] from='client.15372 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:05:50.446 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:05:49 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T17:05:48.791015+0000 mgr.smithi088.srytvt (mgr.14180) 612 : cluster [DBG] pgmap v388: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:05:51.288 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-11T17:05:51.288 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:53:35.782365Z", "last_refresh": "2024-02-11T17:02:16.392727Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:53:31.954385Z", "last_refresh": "2024-02-11T17:02:14.054860Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:53:34.066531Z", "last_refresh": "2024-02-11T17:02:16.393038Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T16:59:43.302144Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.dvckok on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-dvckok\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-dvckok\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.dvckok\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.dvckok\nDeploy daemon haproxy.nfs.foo.smithi148.dvckok ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T16:57:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T16:58:28Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T16:59:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:02:12.621679Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi088.dzldse on smithi088: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi088-dzldse\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi088-dzldse\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi088.dzldse\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi088.dzldse\nDeploy daemon haproxy.nfs.foo.smithi088.dzldse ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:00:20Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:00:57Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:01:35Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:02:12.626093Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.tpuxrx on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:02:12.627173Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.mqnmpl on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:04:46.086160Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.yobwoi on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-yobwoi\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-yobwoi\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.yobwoi\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.yobwoi\nDeploy daemon haproxy.nfs.foo.smithi148.yobwoi ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:02:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:03:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:04:08Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.88/16"}, "status": {"created": "2024-02-11T16:57:01.421766Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:53:31.041620Z", "last_refresh": "2024-02-11T17:02:14.055026Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:32.209992Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:54:32.207503Z", "last_refresh": "2024-02-11T17:02:14.055099Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:01.420843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T16:57:01.417643Z", "last_refresh": "2024-02-11T17:02:16.394214Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:53:34.907593Z", "last_refresh": "2024-02-11T17:02:14.055165Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:57.873613Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:54:57.867647Z", "last_refresh": "2024-02-11T17:02:14.055244Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:53:32.998901Z", "last_refresh": "2024-02-11T17:02:16.393340Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-11T16:56:57.378029Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-11T16:57:01.184426Z", "last_refresh": "2024-02-11T17:02:14.055479Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-11T17:05:51.746 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:05:52.285 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:05:51 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T17:05:50.791640+0000 mgr.smithi088.srytvt (mgr.14180) 613 : cluster [DBG] pgmap v389: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:05:52.446 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:05:51 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T17:05:50.791640+0000 mgr.smithi088.srytvt (mgr.14180) 613 : cluster [DBG] pgmap v389: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:05:52.747 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid eb5e91f4-c8fd-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:05:53.126 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:05:52 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T17:05:51.282854+0000 mgr.smithi088.srytvt (mgr.14180) 614 : audit [DBG] from='client.15376 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:05:53.446 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:05:52 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T17:05:51.282854+0000 mgr.smithi088.srytvt (mgr.14180) 614 : audit [DBG] from='client.15376 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:05:54.035 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:05:54 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T17:05:52.792193+0000 mgr.smithi088.srytvt (mgr.14180) 615 : 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-11T17:05:54.111 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-11T17:05:54.112 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:53:35.782365Z", "last_refresh": "2024-02-11T17:02:16.392727Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:53:31.954385Z", "last_refresh": "2024-02-11T17:02:14.054860Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:53:34.066531Z", "last_refresh": "2024-02-11T17:02:16.393038Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T16:59:43.302144Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.dvckok on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-dvckok\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-dvckok\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.dvckok\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.dvckok\nDeploy daemon haproxy.nfs.foo.smithi148.dvckok ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T16:57:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T16:58:28Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T16:59:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:02:12.621679Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi088.dzldse on smithi088: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi088-dzldse\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi088-dzldse\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi088.dzldse\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi088.dzldse\nDeploy daemon haproxy.nfs.foo.smithi088.dzldse ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:00:20Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:00:57Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:01:35Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:02:12.626093Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.tpuxrx on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:02:12.627173Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.mqnmpl on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:04:46.086160Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.yobwoi on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-yobwoi\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-yobwoi\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.yobwoi\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.yobwoi\nDeploy daemon haproxy.nfs.foo.smithi148.yobwoi ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:02:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:03:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:04:08Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.88/16"}, "status": {"created": "2024-02-11T16:57:01.421766Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:53:31.041620Z", "last_refresh": "2024-02-11T17:02:14.055026Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:32.209992Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:54:32.207503Z", "last_refresh": "2024-02-11T17:02:14.055099Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:01.420843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T16:57:01.417643Z", "last_refresh": "2024-02-11T17:02:16.394214Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:53:34.907593Z", "last_refresh": "2024-02-11T17:02:14.055165Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:57.873613Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:54:57.867647Z", "last_refresh": "2024-02-11T17:02:14.055244Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:53:32.998901Z", "last_refresh": "2024-02-11T17:02:16.393340Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-11T16:56:57.378029Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-11T16:57:01.184426Z", "last_refresh": "2024-02-11T17:02:14.055479Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-11T17:05:54.446 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:05:54 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T17:05:52.792193+0000 mgr.smithi088.srytvt (mgr.14180) 615 : 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-11T17:05:54.495 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:05:55.496 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid eb5e91f4-c8fd-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:05:56.213 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:05:56 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T17:05:54.106905+0000 mgr.smithi088.srytvt (mgr.14180) 616 : audit [DBG] from='client.15380 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:05:56.213 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:05:56 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T17:05:54.792790+0000 mgr.smithi088.srytvt (mgr.14180) 617 : 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-11T17:05:56.446 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:05:56 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T17:05:54.106905+0000 mgr.smithi088.srytvt (mgr.14180) 616 : audit [DBG] from='client.15380 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:05:56.446 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:05:56 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T17:05:54.792790+0000 mgr.smithi088.srytvt (mgr.14180) 617 : 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-11T17:05:56.903 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-11T17:05:56.903 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:53:35.782365Z", "last_refresh": "2024-02-11T17:02:16.392727Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:53:31.954385Z", "last_refresh": "2024-02-11T17:02:14.054860Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:53:34.066531Z", "last_refresh": "2024-02-11T17:02:16.393038Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T16:59:43.302144Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.dvckok on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-dvckok\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-dvckok\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.dvckok\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.dvckok\nDeploy daemon haproxy.nfs.foo.smithi148.dvckok ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T16:57:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T16:58:28Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T16:59:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:02:12.621679Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi088.dzldse on smithi088: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi088-dzldse\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi088-dzldse\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi088.dzldse\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi088.dzldse\nDeploy daemon haproxy.nfs.foo.smithi088.dzldse ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:00:20Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:00:57Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:01:35Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:02:12.626093Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.tpuxrx on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:02:12.627173Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.mqnmpl on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:04:46.086160Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.yobwoi on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-yobwoi\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-yobwoi\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.yobwoi\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.yobwoi\nDeploy daemon haproxy.nfs.foo.smithi148.yobwoi ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:02:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:03:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:04:08Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.88/16"}, "status": {"created": "2024-02-11T16:57:01.421766Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:53:31.041620Z", "last_refresh": "2024-02-11T17:02:14.055026Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:32.209992Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:54:32.207503Z", "last_refresh": "2024-02-11T17:02:14.055099Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:01.420843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T16:57:01.417643Z", "last_refresh": "2024-02-11T17:02:16.394214Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:53:34.907593Z", "last_refresh": "2024-02-11T17:02:14.055165Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:57.873613Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:54:57.867647Z", "last_refresh": "2024-02-11T17:02:14.055244Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:53:32.998901Z", "last_refresh": "2024-02-11T17:02:16.393340Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-11T16:56:57.378029Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-11T16:57:01.184426Z", "last_refresh": "2024-02-11T17:02:14.055479Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-11T17:05:57.276 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:05:58.277 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid eb5e91f4-c8fd-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:05:58.285 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:05:58 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T17:05:56.793549+0000 mgr.smithi088.srytvt (mgr.14180) 618 : 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-11T17:05:58.285 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:05:58 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T17:05:56.898664+0000 mgr.smithi088.srytvt (mgr.14180) 619 : audit [DBG] from='client.15384 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:05:58.446 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:05:58 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T17:05:56.793549+0000 mgr.smithi088.srytvt (mgr.14180) 618 : 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-11T17:05:58.446 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:05:58 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T17:05:56.898664+0000 mgr.smithi088.srytvt (mgr.14180) 619 : audit [DBG] from='client.15384 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:05:59.602 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-11T17:05:59.603 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:53:35.782365Z", "last_refresh": "2024-02-11T17:02:16.392727Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:53:31.954385Z", "last_refresh": "2024-02-11T17:02:14.054860Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:53:34.066531Z", "last_refresh": "2024-02-11T17:02:16.393038Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T16:59:43.302144Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.dvckok on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-dvckok\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-dvckok\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.dvckok\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.dvckok\nDeploy daemon haproxy.nfs.foo.smithi148.dvckok ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T16:57:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T16:58:28Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T16:59:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:02:12.621679Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi088.dzldse on smithi088: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi088-dzldse\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi088-dzldse\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi088.dzldse\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi088.dzldse\nDeploy daemon haproxy.nfs.foo.smithi088.dzldse ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:00:20Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:00:57Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:01:35Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:02:12.626093Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.tpuxrx on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:02:12.627173Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.mqnmpl on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:04:46.086160Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.yobwoi on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-yobwoi\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-yobwoi\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.yobwoi\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.yobwoi\nDeploy daemon haproxy.nfs.foo.smithi148.yobwoi ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:02:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:03:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:04:08Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.88/16"}, "status": {"created": "2024-02-11T16:57:01.421766Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:53:31.041620Z", "last_refresh": "2024-02-11T17:02:14.055026Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:32.209992Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:54:32.207503Z", "last_refresh": "2024-02-11T17:02:14.055099Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:01.420843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T16:57:01.417643Z", "last_refresh": "2024-02-11T17:02:16.394214Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:53:34.907593Z", "last_refresh": "2024-02-11T17:02:14.055165Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:57.873613Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:54:57.867647Z", "last_refresh": "2024-02-11T17:02:14.055244Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:53:32.998901Z", "last_refresh": "2024-02-11T17:02:16.393340Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-11T16:56:57.378029Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-11T16:57:01.184426Z", "last_refresh": "2024-02-11T17:02:14.055479Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-11T17:05:59.966 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:06:00.285 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:06:00 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T17:05:58.794316+0000 mgr.smithi088.srytvt (mgr.14180) 620 : cluster [DBG] pgmap v393: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:06:00.446 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:06:00 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T17:05:58.794316+0000 mgr.smithi088.srytvt (mgr.14180) 620 : cluster [DBG] pgmap v393: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:06:00.967 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid eb5e91f4-c8fd-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:06:01.285 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:06:01 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T17:05:59.597756+0000 mgr.smithi088.srytvt (mgr.14180) 621 : audit [DBG] from='client.15388 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:06:01.446 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:06:01 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T17:05:59.597756+0000 mgr.smithi088.srytvt (mgr.14180) 621 : audit [DBG] from='client.15388 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:06:02.285 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:06:02 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T17:06:00.795109+0000 mgr.smithi088.srytvt (mgr.14180) 622 : cluster [DBG] pgmap v394: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:06:02.300 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-11T17:06:02.300 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:53:35.782365Z", "last_refresh": "2024-02-11T17:02:16.392727Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:53:31.954385Z", "last_refresh": "2024-02-11T17:02:14.054860Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:53:34.066531Z", "last_refresh": "2024-02-11T17:02:16.393038Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T16:59:43.302144Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.dvckok on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-dvckok\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-dvckok\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.dvckok\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.dvckok\nDeploy daemon haproxy.nfs.foo.smithi148.dvckok ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T16:57:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T16:58:28Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T16:59:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:02:12.621679Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi088.dzldse on smithi088: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi088-dzldse\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi088-dzldse\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi088.dzldse\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi088.dzldse\nDeploy daemon haproxy.nfs.foo.smithi088.dzldse ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:00:20Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:00:57Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:01:35Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:02:12.626093Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.tpuxrx on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:02:12.627173Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.mqnmpl on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:04:46.086160Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.yobwoi on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-yobwoi\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-yobwoi\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.yobwoi\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.yobwoi\nDeploy daemon haproxy.nfs.foo.smithi148.yobwoi ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:02:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:03:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:04:08Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.88/16"}, "status": {"created": "2024-02-11T16:57:01.421766Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:53:31.041620Z", "last_refresh": "2024-02-11T17:02:14.055026Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:32.209992Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:54:32.207503Z", "last_refresh": "2024-02-11T17:02:14.055099Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:01.420843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T16:57:01.417643Z", "last_refresh": "2024-02-11T17:02:16.394214Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:53:34.907593Z", "last_refresh": "2024-02-11T17:02:14.055165Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:57.873613Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:54:57.867647Z", "last_refresh": "2024-02-11T17:02:14.055244Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:53:32.998901Z", "last_refresh": "2024-02-11T17:02:16.393340Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-11T16:56:57.378029Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-11T16:57:01.184426Z", "last_refresh": "2024-02-11T17:02:14.055479Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-11T17:06:02.446 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:06:02 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T17:06:00.795109+0000 mgr.smithi088.srytvt (mgr.14180) 622 : cluster [DBG] pgmap v394: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:06:02.677 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:06:03.678 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid eb5e91f4-c8fd-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:06:04.285 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:06:04 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T17:06:02.295929+0000 mgr.smithi088.srytvt (mgr.14180) 623 : audit [DBG] from='client.15392 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:06:04.285 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:06:04 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T17:06:02.795622+0000 mgr.smithi088.srytvt (mgr.14180) 624 : 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-11T17:06:04.446 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:06:04 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T17:06:02.295929+0000 mgr.smithi088.srytvt (mgr.14180) 623 : audit [DBG] from='client.15392 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:06:04.446 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:06:04 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T17:06:02.795622+0000 mgr.smithi088.srytvt (mgr.14180) 624 : 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-11T17:06:05.051 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-11T17:06:05.051 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:53:35.782365Z", "last_refresh": "2024-02-11T17:02:16.392727Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:53:31.954385Z", "last_refresh": "2024-02-11T17:02:14.054860Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:53:34.066531Z", "last_refresh": "2024-02-11T17:02:16.393038Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T16:59:43.302144Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.dvckok on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-dvckok\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-dvckok\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.dvckok\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.dvckok\nDeploy daemon haproxy.nfs.foo.smithi148.dvckok ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T16:57:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T16:58:28Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T16:59:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:02:12.621679Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi088.dzldse on smithi088: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi088-dzldse\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi088-dzldse\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi088.dzldse\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi088.dzldse\nDeploy daemon haproxy.nfs.foo.smithi088.dzldse ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:00:20Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:00:57Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:01:35Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:02:12.626093Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.tpuxrx on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:02:12.627173Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.mqnmpl on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:04:46.086160Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.yobwoi on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-yobwoi\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-yobwoi\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.yobwoi\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.yobwoi\nDeploy daemon haproxy.nfs.foo.smithi148.yobwoi ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:02:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:03:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:04:08Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.88/16"}, "status": {"created": "2024-02-11T16:57:01.421766Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:53:31.041620Z", "last_refresh": "2024-02-11T17:02:14.055026Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:32.209992Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:54:32.207503Z", "last_refresh": "2024-02-11T17:02:14.055099Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:01.420843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T16:57:01.417643Z", "last_refresh": "2024-02-11T17:02:16.394214Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:53:34.907593Z", "last_refresh": "2024-02-11T17:02:14.055165Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:57.873613Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:54:57.867647Z", "last_refresh": "2024-02-11T17:02:14.055244Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:53:32.998901Z", "last_refresh": "2024-02-11T17:02:16.393340Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-11T16:56:57.378029Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-11T16:57:01.184426Z", "last_refresh": "2024-02-11T17:02:14.055479Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-11T17:06:05.448 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:06:06.285 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:06:06 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T17:06:04.796244+0000 mgr.smithi088.srytvt (mgr.14180) 625 : 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-11T17:06:06.446 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:06:06 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T17:06:04.796244+0000 mgr.smithi088.srytvt (mgr.14180) 625 : 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-11T17:06:06.449 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid eb5e91f4-c8fd-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:06:07.035 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:06:07 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T17:06:05.046652+0000 mgr.smithi088.srytvt (mgr.14180) 626 : audit [DBG] from='client.15396 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:06:07.035 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:06:07 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T17:06:06.797015+0000 mgr.smithi088.srytvt (mgr.14180) 627 : 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-11T17:06:07.446 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:06:07 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T17:06:05.046652+0000 mgr.smithi088.srytvt (mgr.14180) 626 : audit [DBG] from='client.15396 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:06:07.446 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:06:07 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T17:06:06.797015+0000 mgr.smithi088.srytvt (mgr.14180) 627 : 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-11T17:06:07.761 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-11T17:06:07.761 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:53:35.782365Z", "last_refresh": "2024-02-11T17:02:16.392727Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:53:31.954385Z", "last_refresh": "2024-02-11T17:02:14.054860Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:53:34.066531Z", "last_refresh": "2024-02-11T17:02:16.393038Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T16:59:43.302144Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.dvckok on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-dvckok\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-dvckok\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.dvckok\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.dvckok\nDeploy daemon haproxy.nfs.foo.smithi148.dvckok ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T16:57:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T16:58:28Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T16:59:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:02:12.621679Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi088.dzldse on smithi088: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi088-dzldse\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi088-dzldse\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi088.dzldse\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi088.dzldse\nDeploy daemon haproxy.nfs.foo.smithi088.dzldse ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:00:20Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:00:57Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:01:35Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:02:12.626093Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.tpuxrx on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:02:12.627173Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.mqnmpl on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:04:46.086160Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.yobwoi on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-yobwoi\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-yobwoi\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.yobwoi\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.yobwoi\nDeploy daemon haproxy.nfs.foo.smithi148.yobwoi ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:02:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:03:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:04:08Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.88/16"}, "status": {"created": "2024-02-11T16:57:01.421766Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:53:31.041620Z", "last_refresh": "2024-02-11T17:02:14.055026Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:32.209992Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:54:32.207503Z", "last_refresh": "2024-02-11T17:02:14.055099Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:01.420843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T16:57:01.417643Z", "last_refresh": "2024-02-11T17:02:16.394214Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:53:34.907593Z", "last_refresh": "2024-02-11T17:02:14.055165Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:57.873613Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:54:57.867647Z", "last_refresh": "2024-02-11T17:02:14.055244Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:53:32.998901Z", "last_refresh": "2024-02-11T17:02:16.393340Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-11T16:56:57.378029Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-11T16:57:01.184426Z", "last_refresh": "2024-02-11T17:02:14.055479Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-11T17:06:08.131 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:06:08.285 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:06:08 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T17:06:07.756188+0000 mgr.smithi088.srytvt (mgr.14180) 628 : audit [DBG] from='client.15400 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:06:08.446 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:06:08 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T17:06:07.756188+0000 mgr.smithi088.srytvt (mgr.14180) 628 : audit [DBG] from='client.15400 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:06:09.132 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid eb5e91f4-c8fd-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:06:09.446 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:06:09 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T17:06:08.797694+0000 mgr.smithi088.srytvt (mgr.14180) 629 : cluster [DBG] pgmap v398: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:06:09.484 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:06:09 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T17:06:08.797694+0000 mgr.smithi088.srytvt (mgr.14180) 629 : cluster [DBG] pgmap v398: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:06:10.517 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-11T17:06:10.517 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:53:35.782365Z", "last_refresh": "2024-02-11T17:02:16.392727Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:53:31.954385Z", "last_refresh": "2024-02-11T17:02:14.054860Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:53:34.066531Z", "last_refresh": "2024-02-11T17:02:16.393038Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T16:59:43.302144Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.dvckok on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-dvckok\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-dvckok\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.dvckok\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.dvckok\nDeploy daemon haproxy.nfs.foo.smithi148.dvckok ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T16:57:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T16:58:28Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T16:59:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:02:12.621679Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi088.dzldse on smithi088: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi088-dzldse\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi088-dzldse\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi088.dzldse\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi088.dzldse\nDeploy daemon haproxy.nfs.foo.smithi088.dzldse ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:00:20Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:00:57Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:01:35Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:02:12.626093Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.tpuxrx on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:02:12.627173Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.mqnmpl on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:04:46.086160Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.yobwoi on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-yobwoi\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-yobwoi\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.yobwoi\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.yobwoi\nDeploy daemon haproxy.nfs.foo.smithi148.yobwoi ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:02:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:03:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:04:08Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.88/16"}, "status": {"created": "2024-02-11T16:57:01.421766Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:53:31.041620Z", "last_refresh": "2024-02-11T17:02:14.055026Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:32.209992Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:54:32.207503Z", "last_refresh": "2024-02-11T17:02:14.055099Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:01.420843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T16:57:01.417643Z", "last_refresh": "2024-02-11T17:02:16.394214Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:53:34.907593Z", "last_refresh": "2024-02-11T17:02:14.055165Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:57.873613Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:54:57.867647Z", "last_refresh": "2024-02-11T17:02:14.055244Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:53:32.998901Z", "last_refresh": "2024-02-11T17:02:16.393340Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-11T16:56:57.378029Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-11T16:57:01.184426Z", "last_refresh": "2024-02-11T17:02:14.055479Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-11T17:06:10.921 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:06:11.923 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid eb5e91f4-c8fd-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:06:12.196 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:06:11 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T17:06:10.512352+0000 mgr.smithi088.srytvt (mgr.14180) 630 : audit [DBG] from='client.15404 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:06:12.196 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:06:11 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T17:06:10.798435+0000 mgr.smithi088.srytvt (mgr.14180) 631 : cluster [DBG] pgmap v399: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:06:12.258 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:06:11 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T17:06:10.512352+0000 mgr.smithi088.srytvt (mgr.14180) 630 : audit [DBG] from='client.15404 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:06:12.258 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:06:11 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T17:06:10.798435+0000 mgr.smithi088.srytvt (mgr.14180) 631 : cluster [DBG] pgmap v399: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:06:13.363 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-11T17:06:13.364 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:53:35.782365Z", "last_refresh": "2024-02-11T17:02:16.392727Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:53:31.954385Z", "last_refresh": "2024-02-11T17:02:14.054860Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:53:34.066531Z", "last_refresh": "2024-02-11T17:02:16.393038Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T16:59:43.302144Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.dvckok on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-dvckok\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-dvckok\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.dvckok\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.dvckok\nDeploy daemon haproxy.nfs.foo.smithi148.dvckok ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T16:57:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T16:58:28Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T16:59:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:02:12.621679Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi088.dzldse on smithi088: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi088-dzldse\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi088-dzldse\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi088.dzldse\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi088.dzldse\nDeploy daemon haproxy.nfs.foo.smithi088.dzldse ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:00:20Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:00:57Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:01:35Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:02:12.626093Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.tpuxrx on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:02:12.627173Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.mqnmpl on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:04:46.086160Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.yobwoi on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-yobwoi\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-yobwoi\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.yobwoi\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.yobwoi\nDeploy daemon haproxy.nfs.foo.smithi148.yobwoi ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:02:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:03:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:04:08Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.88/16"}, "status": {"created": "2024-02-11T16:57:01.421766Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:53:31.041620Z", "last_refresh": "2024-02-11T17:02:14.055026Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:32.209992Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:54:32.207503Z", "last_refresh": "2024-02-11T17:02:14.055099Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:01.420843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T16:57:01.417643Z", "last_refresh": "2024-02-11T17:02:16.394214Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:53:34.907593Z", "last_refresh": "2024-02-11T17:02:14.055165Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:57.873613Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:54:57.867647Z", "last_refresh": "2024-02-11T17:02:14.055244Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:53:32.998901Z", "last_refresh": "2024-02-11T17:02:16.393340Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-11T16:56:57.378029Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-11T16:57:01.184426Z", "last_refresh": "2024-02-11T17:02:14.055479Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-11T17:06:13.748 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:06:14.035 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:06:13 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T17:06:12.799174+0000 mgr.smithi088.srytvt (mgr.14180) 632 : 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-11T17:06:14.196 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:06:13 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T17:06:12.799174+0000 mgr.smithi088.srytvt (mgr.14180) 632 : 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-11T17:06:14.749 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid eb5e91f4-c8fd-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:06:15.035 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:06:14 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T17:06:13.359143+0000 mgr.smithi088.srytvt (mgr.14180) 633 : audit [DBG] from='client.15408 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:06:15.196 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:06:14 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T17:06:13.359143+0000 mgr.smithi088.srytvt (mgr.14180) 633 : audit [DBG] from='client.15408 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:06:16.035 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:06:15 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T17:06:14.799851+0000 mgr.smithi088.srytvt (mgr.14180) 634 : 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-11T17:06:16.116 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-11T17:06:16.117 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:53:35.782365Z", "last_refresh": "2024-02-11T17:02:16.392727Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:53:31.954385Z", "last_refresh": "2024-02-11T17:02:14.054860Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:53:34.066531Z", "last_refresh": "2024-02-11T17:02:16.393038Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T16:59:43.302144Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.dvckok on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-dvckok\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-dvckok\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.dvckok\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.dvckok\nDeploy daemon haproxy.nfs.foo.smithi148.dvckok ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T16:57:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T16:58:28Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T16:59:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:02:12.621679Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi088.dzldse on smithi088: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi088-dzldse\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi088-dzldse\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi088.dzldse\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi088.dzldse\nDeploy daemon haproxy.nfs.foo.smithi088.dzldse ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:00:20Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:00:57Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:01:35Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:02:12.626093Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.tpuxrx on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:02:12.627173Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.mqnmpl on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:04:46.086160Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.yobwoi on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-yobwoi\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-yobwoi\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.yobwoi\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.yobwoi\nDeploy daemon haproxy.nfs.foo.smithi148.yobwoi ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:02:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:03:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:04:08Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.88/16"}, "status": {"created": "2024-02-11T16:57:01.421766Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:53:31.041620Z", "last_refresh": "2024-02-11T17:02:14.055026Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:32.209992Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:54:32.207503Z", "last_refresh": "2024-02-11T17:02:14.055099Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:01.420843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T16:57:01.417643Z", "last_refresh": "2024-02-11T17:02:16.394214Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:53:34.907593Z", "last_refresh": "2024-02-11T17:02:14.055165Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:57.873613Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:54:57.867647Z", "last_refresh": "2024-02-11T17:02:14.055244Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:53:32.998901Z", "last_refresh": "2024-02-11T17:02:16.393340Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-11T16:56:57.378029Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-11T16:57:01.184426Z", "last_refresh": "2024-02-11T17:02:14.055479Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-11T17:06:16.196 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:06:15 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T17:06:14.799851+0000 mgr.smithi088.srytvt (mgr.14180) 634 : 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-11T17:06:16.504 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:06:17.506 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid eb5e91f4-c8fd-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:06:18.191 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:06:17 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T17:06:16.112612+0000 mgr.smithi088.srytvt (mgr.14180) 635 : audit [DBG] from='client.15412 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:06:18.192 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:06:17 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T17:06:16.800467+0000 mgr.smithi088.srytvt (mgr.14180) 636 : 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-11T17:06:18.196 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:06:17 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T17:06:16.112612+0000 mgr.smithi088.srytvt (mgr.14180) 635 : audit [DBG] from='client.15412 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:06:18.196 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:06:17 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T17:06:16.800467+0000 mgr.smithi088.srytvt (mgr.14180) 636 : 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-11T17:06:18.873 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-11T17:06:18.874 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:53:35.782365Z", "last_refresh": "2024-02-11T17:02:16.392727Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:53:31.954385Z", "last_refresh": "2024-02-11T17:02:14.054860Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:53:34.066531Z", "last_refresh": "2024-02-11T17:02:16.393038Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T16:59:43.302144Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.dvckok on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-dvckok\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-dvckok\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.dvckok\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.dvckok\nDeploy daemon haproxy.nfs.foo.smithi148.dvckok ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T16:57:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T16:58:28Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T16:59:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:02:12.621679Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi088.dzldse on smithi088: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi088-dzldse\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi088-dzldse\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi088.dzldse\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi088.dzldse\nDeploy daemon haproxy.nfs.foo.smithi088.dzldse ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:00:20Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:00:57Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:01:35Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:02:12.626093Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.tpuxrx on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:02:12.627173Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.mqnmpl on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:04:46.086160Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.yobwoi on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-yobwoi\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-yobwoi\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.yobwoi\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.yobwoi\nDeploy daemon haproxy.nfs.foo.smithi148.yobwoi ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:02:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:03:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:04:08Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.88/16"}, "status": {"created": "2024-02-11T16:57:01.421766Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:53:31.041620Z", "last_refresh": "2024-02-11T17:02:14.055026Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:32.209992Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:54:32.207503Z", "last_refresh": "2024-02-11T17:02:14.055099Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:01.420843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T16:57:01.417643Z", "last_refresh": "2024-02-11T17:02:16.394214Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:53:34.907593Z", "last_refresh": "2024-02-11T17:02:14.055165Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:57.873613Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:54:57.867647Z", "last_refresh": "2024-02-11T17:02:14.055244Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:53:32.998901Z", "last_refresh": "2024-02-11T17:02:16.393340Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-11T16:56:57.378029Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-11T16:57:01.184426Z", "last_refresh": "2024-02-11T17:02:14.055479Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-11T17:06:19.246 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:06:20.196 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:06:19 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T17:06:18.801096+0000 mgr.smithi088.srytvt (mgr.14180) 637 : cluster [DBG] pgmap v403: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:06:20.196 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:06:19 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T17:06:18.868620+0000 mgr.smithi088.srytvt (mgr.14180) 638 : audit [DBG] from='client.15416 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:06:20.248 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid eb5e91f4-c8fd-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:06:20.278 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:06:19 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T17:06:18.801096+0000 mgr.smithi088.srytvt (mgr.14180) 637 : cluster [DBG] pgmap v403: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:06:20.278 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:06:19 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T17:06:18.868620+0000 mgr.smithi088.srytvt (mgr.14180) 638 : audit [DBG] from='client.15416 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:06:21.577 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-11T17:06:21.577 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:53:35.782365Z", "last_refresh": "2024-02-11T17:02:16.392727Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:53:31.954385Z", "last_refresh": "2024-02-11T17:02:14.054860Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:53:34.066531Z", "last_refresh": "2024-02-11T17:02:16.393038Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T16:59:43.302144Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.dvckok on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-dvckok\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-dvckok\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.dvckok\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.dvckok\nDeploy daemon haproxy.nfs.foo.smithi148.dvckok ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T16:57:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T16:58:28Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T16:59:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:02:12.621679Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi088.dzldse on smithi088: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi088-dzldse\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi088-dzldse\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi088.dzldse\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi088.dzldse\nDeploy daemon haproxy.nfs.foo.smithi088.dzldse ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:00:20Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:00:57Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:01:35Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:02:12.626093Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.tpuxrx on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:02:12.627173Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.mqnmpl on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:04:46.086160Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.yobwoi on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-yobwoi\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-yobwoi\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.yobwoi\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.yobwoi\nDeploy daemon haproxy.nfs.foo.smithi148.yobwoi ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:02:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:03:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:04:08Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.88/16"}, "status": {"created": "2024-02-11T16:57:01.421766Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:53:31.041620Z", "last_refresh": "2024-02-11T17:02:14.055026Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:32.209992Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:54:32.207503Z", "last_refresh": "2024-02-11T17:02:14.055099Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:01.420843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T16:57:01.417643Z", "last_refresh": "2024-02-11T17:02:16.394214Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:53:34.907593Z", "last_refresh": "2024-02-11T17:02:14.055165Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:57.873613Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:54:57.867647Z", "last_refresh": "2024-02-11T17:02:14.055244Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:53:32.998901Z", "last_refresh": "2024-02-11T17:02:16.393340Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-11T16:56:57.378029Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-11T16:57:01.184426Z", "last_refresh": "2024-02-11T17:02:14.055479Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-11T17:06:21.946 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:06:22.196 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:06:21 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T17:06:20.801726+0000 mgr.smithi088.srytvt (mgr.14180) 639 : cluster [DBG] pgmap v404: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:06:22.285 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:06:21 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T17:06:20.801726+0000 mgr.smithi088.srytvt (mgr.14180) 639 : cluster [DBG] pgmap v404: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:06:22.947 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid eb5e91f4-c8fd-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:06:23.196 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:06:22 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T17:06:21.572141+0000 mgr.smithi088.srytvt (mgr.14180) 640 : audit [DBG] from='client.15420 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:06:23.279 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:06:22 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T17:06:21.572141+0000 mgr.smithi088.srytvt (mgr.14180) 640 : audit [DBG] from='client.15420 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:06:24.196 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:06:23 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T17:06:22.802459+0000 mgr.smithi088.srytvt (mgr.14180) 641 : 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-11T17:06:24.279 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-11T17:06:24.279 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:53:35.782365Z", "last_refresh": "2024-02-11T17:02:16.392727Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:53:31.954385Z", "last_refresh": "2024-02-11T17:02:14.054860Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:53:34.066531Z", "last_refresh": "2024-02-11T17:02:16.393038Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T16:59:43.302144Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.dvckok on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-dvckok\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-dvckok\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.dvckok\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.dvckok\nDeploy daemon haproxy.nfs.foo.smithi148.dvckok ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T16:57:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T16:58:28Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T16:59:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:02:12.621679Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi088.dzldse on smithi088: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi088-dzldse\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi088-dzldse\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi088.dzldse\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi088.dzldse\nDeploy daemon haproxy.nfs.foo.smithi088.dzldse ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:00:20Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:00:57Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:01:35Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:02:12.626093Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.tpuxrx on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:02:12.627173Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.mqnmpl on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:04:46.086160Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.yobwoi on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-yobwoi\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-yobwoi\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.yobwoi\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.yobwoi\nDeploy daemon haproxy.nfs.foo.smithi148.yobwoi ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:02:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:03:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:04:08Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.88/16"}, "status": {"created": "2024-02-11T16:57:01.421766Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:53:31.041620Z", "last_refresh": "2024-02-11T17:02:14.055026Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:32.209992Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:54:32.207503Z", "last_refresh": "2024-02-11T17:02:14.055099Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:01.420843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T16:57:01.417643Z", "last_refresh": "2024-02-11T17:02:16.394214Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:53:34.907593Z", "last_refresh": "2024-02-11T17:02:14.055165Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:57.873613Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:54:57.867647Z", "last_refresh": "2024-02-11T17:02:14.055244Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:53:32.998901Z", "last_refresh": "2024-02-11T17:02:16.393340Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-11T16:56:57.378029Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-11T16:57:01.184426Z", "last_refresh": "2024-02-11T17:02:14.055479Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-11T17:06:24.285 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:06:23 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T17:06:22.802459+0000 mgr.smithi088.srytvt (mgr.14180) 641 : 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-11T17:06:24.662 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:06:25.663 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid eb5e91f4-c8fd-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:06:26.014 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:06:25 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T17:06:24.274827+0000 mgr.smithi088.srytvt (mgr.14180) 642 : audit [DBG] from='client.15424 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:06:26.014 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:06:25 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T17:06:24.803072+0000 mgr.smithi088.srytvt (mgr.14180) 643 : 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-11T17:06:26.196 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:06:25 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T17:06:24.274827+0000 mgr.smithi088.srytvt (mgr.14180) 642 : audit [DBG] from='client.15424 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:06:26.196 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:06:25 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T17:06:24.803072+0000 mgr.smithi088.srytvt (mgr.14180) 643 : 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-11T17:06:27.023 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-11T17:06:27.023 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:53:35.782365Z", "last_refresh": "2024-02-11T17:02:16.392727Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:53:31.954385Z", "last_refresh": "2024-02-11T17:02:14.054860Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:53:34.066531Z", "last_refresh": "2024-02-11T17:02:16.393038Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T16:59:43.302144Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.dvckok on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-dvckok\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-dvckok\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.dvckok\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.dvckok\nDeploy daemon haproxy.nfs.foo.smithi148.dvckok ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T16:57:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T16:58:28Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T16:59:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:02:12.621679Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi088.dzldse on smithi088: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi088-dzldse\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi088-dzldse\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi088.dzldse\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi088.dzldse\nDeploy daemon haproxy.nfs.foo.smithi088.dzldse ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:00:20Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:00:57Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:01:35Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:02:12.626093Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.tpuxrx on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:02:12.627173Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.mqnmpl on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:04:46.086160Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.yobwoi on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-yobwoi\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-yobwoi\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.yobwoi\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.yobwoi\nDeploy daemon haproxy.nfs.foo.smithi148.yobwoi ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:02:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:03:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:04:08Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.88/16"}, "status": {"created": "2024-02-11T16:57:01.421766Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:53:31.041620Z", "last_refresh": "2024-02-11T17:02:14.055026Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:32.209992Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:54:32.207503Z", "last_refresh": "2024-02-11T17:02:14.055099Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:01.420843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T16:57:01.417643Z", "last_refresh": "2024-02-11T17:02:16.394214Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:53:34.907593Z", "last_refresh": "2024-02-11T17:02:14.055165Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:57.873613Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:54:57.867647Z", "last_refresh": "2024-02-11T17:02:14.055244Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:53:32.998901Z", "last_refresh": "2024-02-11T17:02:16.393340Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-11T16:56:57.378029Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-11T16:57:01.184426Z", "last_refresh": "2024-02-11T17:02:14.055479Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-11T17:06:27.393 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:06:28.196 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:06:27 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T17:06:26.803847+0000 mgr.smithi088.srytvt (mgr.14180) 644 : 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-11T17:06:28.196 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:06:27 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T17:06:27.018514+0000 mgr.smithi088.srytvt (mgr.14180) 645 : audit [DBG] from='client.15428 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:06:28.285 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:06:27 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T17:06:26.803847+0000 mgr.smithi088.srytvt (mgr.14180) 644 : 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-11T17:06:28.286 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:06:27 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T17:06:27.018514+0000 mgr.smithi088.srytvt (mgr.14180) 645 : audit [DBG] from='client.15428 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:06:28.395 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid eb5e91f4-c8fd-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:06:29.710 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-11T17:06:29.711 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:53:35.782365Z", "last_refresh": "2024-02-11T17:02:16.392727Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:53:31.954385Z", "last_refresh": "2024-02-11T17:02:14.054860Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:53:34.066531Z", "last_refresh": "2024-02-11T17:02:16.393038Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T16:59:43.302144Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.dvckok on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-dvckok\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-dvckok\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.dvckok\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.dvckok\nDeploy daemon haproxy.nfs.foo.smithi148.dvckok ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T16:57:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T16:58:28Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T16:59:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:02:12.621679Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi088.dzldse on smithi088: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi088-dzldse\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi088-dzldse\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi088.dzldse\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi088.dzldse\nDeploy daemon haproxy.nfs.foo.smithi088.dzldse ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:00:20Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:00:57Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:01:35Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:02:12.626093Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.tpuxrx on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:02:12.627173Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.mqnmpl on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:04:46.086160Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.yobwoi on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-yobwoi\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-yobwoi\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.yobwoi\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.yobwoi\nDeploy daemon haproxy.nfs.foo.smithi148.yobwoi ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:02:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:03:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:04:08Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.88/16"}, "status": {"created": "2024-02-11T16:57:01.421766Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:53:31.041620Z", "last_refresh": "2024-02-11T17:02:14.055026Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:32.209992Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:54:32.207503Z", "last_refresh": "2024-02-11T17:02:14.055099Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:01.420843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T16:57:01.417643Z", "last_refresh": "2024-02-11T17:02:16.394214Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:53:34.907593Z", "last_refresh": "2024-02-11T17:02:14.055165Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:57.873613Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:54:57.867647Z", "last_refresh": "2024-02-11T17:02:14.055244Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:53:32.998901Z", "last_refresh": "2024-02-11T17:02:16.393340Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-11T16:56:57.378029Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-11T16:57:01.184426Z", "last_refresh": "2024-02-11T17:02:14.055479Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-11T17:06:30.035 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:06:29 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T17:06:28.804596+0000 mgr.smithi088.srytvt (mgr.14180) 646 : cluster [DBG] pgmap v408: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:06:30.076 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:06:30.196 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:06:29 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T17:06:28.804596+0000 mgr.smithi088.srytvt (mgr.14180) 646 : cluster [DBG] pgmap v408: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:06:31.077 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid eb5e91f4-c8fd-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:06:31.196 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:06:30 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T17:06:29.705560+0000 mgr.smithi088.srytvt (mgr.14180) 647 : audit [DBG] from='client.15432 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:06:31.285 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:06:30 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T17:06:29.705560+0000 mgr.smithi088.srytvt (mgr.14180) 647 : audit [DBG] from='client.15432 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:06:32.035 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:06:31 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T17:06:30.805422+0000 mgr.smithi088.srytvt (mgr.14180) 648 : cluster [DBG] pgmap v409: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:06:32.196 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:06:31 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T17:06:30.805422+0000 mgr.smithi088.srytvt (mgr.14180) 648 : cluster [DBG] pgmap v409: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:06:32.401 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-11T17:06:32.401 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:53:35.782365Z", "last_refresh": "2024-02-11T17:02:16.392727Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:53:31.954385Z", "last_refresh": "2024-02-11T17:02:14.054860Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:53:34.066531Z", "last_refresh": "2024-02-11T17:02:16.393038Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T16:59:43.302144Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.dvckok on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-dvckok\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-dvckok\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.dvckok\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.dvckok\nDeploy daemon haproxy.nfs.foo.smithi148.dvckok ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T16:57:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T16:58:28Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T16:59:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:02:12.621679Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi088.dzldse on smithi088: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi088-dzldse\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi088-dzldse\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi088.dzldse\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi088.dzldse\nDeploy daemon haproxy.nfs.foo.smithi088.dzldse ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:00:20Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:00:57Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:01:35Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:02:12.626093Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.tpuxrx on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:02:12.627173Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.mqnmpl on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:04:46.086160Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.yobwoi on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-yobwoi\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-yobwoi\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.yobwoi\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.yobwoi\nDeploy daemon haproxy.nfs.foo.smithi148.yobwoi ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:02:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:03:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:04:08Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.88/16"}, "status": {"created": "2024-02-11T16:57:01.421766Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:53:31.041620Z", "last_refresh": "2024-02-11T17:02:14.055026Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:32.209992Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:54:32.207503Z", "last_refresh": "2024-02-11T17:02:14.055099Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:01.420843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T16:57:01.417643Z", "last_refresh": "2024-02-11T17:02:16.394214Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:53:34.907593Z", "last_refresh": "2024-02-11T17:02:14.055165Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:57.873613Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:54:57.867647Z", "last_refresh": "2024-02-11T17:02:14.055244Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:53:32.998901Z", "last_refresh": "2024-02-11T17:02:16.393340Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-11T16:56:57.378029Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-11T16:57:01.184426Z", "last_refresh": "2024-02-11T17:02:14.055479Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-11T17:06:32.767 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:06:33.768 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid eb5e91f4-c8fd-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:06:34.112 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:06:33 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T17:06:32.396635+0000 mgr.smithi088.srytvt (mgr.14180) 649 : audit [DBG] from='client.15436 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:06:34.112 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:06:33 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T17:06:32.806091+0000 mgr.smithi088.srytvt (mgr.14180) 650 : 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-11T17:06:34.196 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:06:33 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T17:06:32.396635+0000 mgr.smithi088.srytvt (mgr.14180) 649 : audit [DBG] from='client.15436 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:06:34.196 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:06:33 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T17:06:32.806091+0000 mgr.smithi088.srytvt (mgr.14180) 650 : 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-11T17:06:35.114 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-11T17:06:35.114 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:53:35.782365Z", "last_refresh": "2024-02-11T17:02:16.392727Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:53:31.954385Z", "last_refresh": "2024-02-11T17:02:14.054860Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:53:34.066531Z", "last_refresh": "2024-02-11T17:02:16.393038Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T16:59:43.302144Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.dvckok on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-dvckok\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-dvckok\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.dvckok\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.dvckok\nDeploy daemon haproxy.nfs.foo.smithi148.dvckok ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T16:57:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T16:58:28Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T16:59:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:02:12.621679Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi088.dzldse on smithi088: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi088-dzldse\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi088-dzldse\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi088.dzldse\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi088.dzldse\nDeploy daemon haproxy.nfs.foo.smithi088.dzldse ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:00:20Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:00:57Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:01:35Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:02:12.626093Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.tpuxrx on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:02:12.627173Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.mqnmpl on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:04:46.086160Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.yobwoi on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-yobwoi\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-yobwoi\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.yobwoi\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.yobwoi\nDeploy daemon haproxy.nfs.foo.smithi148.yobwoi ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:02:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:03:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:04:08Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.88/16"}, "status": {"created": "2024-02-11T16:57:01.421766Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:53:31.041620Z", "last_refresh": "2024-02-11T17:02:14.055026Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:32.209992Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:54:32.207503Z", "last_refresh": "2024-02-11T17:02:14.055099Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:01.420843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T16:57:01.417643Z", "last_refresh": "2024-02-11T17:02:16.394214Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:53:34.907593Z", "last_refresh": "2024-02-11T17:02:14.055165Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:57.873613Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:54:57.867647Z", "last_refresh": "2024-02-11T17:02:14.055244Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:53:32.998901Z", "last_refresh": "2024-02-11T17:02:16.393340Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-11T16:56:57.378029Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-11T16:57:01.184426Z", "last_refresh": "2024-02-11T17:02:14.055479Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-11T17:06:35.492 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:06:36.196 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:06:35 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T17:06:34.806768+0000 mgr.smithi088.srytvt (mgr.14180) 651 : 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-11T17:06:36.285 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:06:35 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T17:06:34.806768+0000 mgr.smithi088.srytvt (mgr.14180) 651 : 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-11T17:06:36.493 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid eb5e91f4-c8fd-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:06:37.187 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:06:36 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T17:06:35.109110+0000 mgr.smithi088.srytvt (mgr.14180) 652 : audit [DBG] from='client.15440 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:06:37.196 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:06:36 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T17:06:35.109110+0000 mgr.smithi088.srytvt (mgr.14180) 652 : audit [DBG] from='client.15440 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:06:37.877 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-11T17:06:37.878 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:53:35.782365Z", "last_refresh": "2024-02-11T17:02:16.392727Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:53:31.954385Z", "last_refresh": "2024-02-11T17:02:14.054860Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:53:34.066531Z", "last_refresh": "2024-02-11T17:02:16.393038Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T16:59:43.302144Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.dvckok on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-dvckok\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-dvckok\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.dvckok\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.dvckok\nDeploy daemon haproxy.nfs.foo.smithi148.dvckok ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T16:57:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T16:58:28Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T16:59:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:02:12.621679Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi088.dzldse on smithi088: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi088-dzldse\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi088-dzldse\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi088.dzldse\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi088.dzldse\nDeploy daemon haproxy.nfs.foo.smithi088.dzldse ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:00:20Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:00:57Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:01:35Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:02:12.626093Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.tpuxrx on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:02:12.627173Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.mqnmpl on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:04:46.086160Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.yobwoi on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-yobwoi\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-yobwoi\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.yobwoi\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.yobwoi\nDeploy daemon haproxy.nfs.foo.smithi148.yobwoi ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:02:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:03:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:04:08Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.88/16"}, "status": {"created": "2024-02-11T16:57:01.421766Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:53:31.041620Z", "last_refresh": "2024-02-11T17:02:14.055026Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:32.209992Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:54:32.207503Z", "last_refresh": "2024-02-11T17:02:14.055099Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:01.420843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T16:57:01.417643Z", "last_refresh": "2024-02-11T17:02:16.394214Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:53:34.907593Z", "last_refresh": "2024-02-11T17:02:14.055165Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:57.873613Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:54:57.867647Z", "last_refresh": "2024-02-11T17:02:14.055244Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:53:32.998901Z", "last_refresh": "2024-02-11T17:02:16.393340Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-11T16:56:57.378029Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-11T16:57:01.184426Z", "last_refresh": "2024-02-11T17:02:14.055479Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-11T17:06:38.196 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:06:37 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T17:06:36.807491+0000 mgr.smithi088.srytvt (mgr.14180) 653 : 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-11T17:06:38.240 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:06:37 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T17:06:36.807491+0000 mgr.smithi088.srytvt (mgr.14180) 653 : 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-11T17:06:38.301 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:06:39.196 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:06:38 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T17:06:37.873341+0000 mgr.smithi088.srytvt (mgr.14180) 654 : audit [DBG] from='client.15444 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:06:39.286 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:06:38 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T17:06:37.873341+0000 mgr.smithi088.srytvt (mgr.14180) 654 : audit [DBG] from='client.15444 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:06:39.301 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid eb5e91f4-c8fd-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:06:40.157 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:06:39 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T17:06:38.808182+0000 mgr.smithi088.srytvt (mgr.14180) 655 : cluster [DBG] pgmap v413: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:06:40.196 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:06:39 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T17:06:38.808182+0000 mgr.smithi088.srytvt (mgr.14180) 655 : cluster [DBG] pgmap v413: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:06:40.679 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-11T17:06:40.679 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:53:35.782365Z", "last_refresh": "2024-02-11T17:02:16.392727Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:53:31.954385Z", "last_refresh": "2024-02-11T17:02:14.054860Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:53:34.066531Z", "last_refresh": "2024-02-11T17:02:16.393038Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T16:59:43.302144Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.dvckok on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-dvckok\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-dvckok\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.dvckok\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.dvckok\nDeploy daemon haproxy.nfs.foo.smithi148.dvckok ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T16:57:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T16:58:28Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T16:59:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:02:12.621679Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi088.dzldse on smithi088: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi088-dzldse\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi088-dzldse\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi088.dzldse\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi088.dzldse\nDeploy daemon haproxy.nfs.foo.smithi088.dzldse ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:00:20Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:00:57Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:01:35Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:02:12.626093Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.tpuxrx on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:02:12.627173Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.mqnmpl on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:04:46.086160Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.yobwoi on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-yobwoi\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-yobwoi\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.yobwoi\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.yobwoi\nDeploy daemon haproxy.nfs.foo.smithi148.yobwoi ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:02:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:03:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:04:08Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.88/16"}, "status": {"created": "2024-02-11T16:57:01.421766Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:53:31.041620Z", "last_refresh": "2024-02-11T17:02:14.055026Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:32.209992Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:54:32.207503Z", "last_refresh": "2024-02-11T17:02:14.055099Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:01.420843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T16:57:01.417643Z", "last_refresh": "2024-02-11T17:02:16.394214Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:53:34.907593Z", "last_refresh": "2024-02-11T17:02:14.055165Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:57.873613Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:54:57.867647Z", "last_refresh": "2024-02-11T17:02:14.055244Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:53:32.998901Z", "last_refresh": "2024-02-11T17:02:16.393340Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-11T16:56:57.378029Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-11T16:57:01.184426Z", "last_refresh": "2024-02-11T17:02:14.055479Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-11T17:06:41.041 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:06:42.042 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid eb5e91f4-c8fd-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:06:42.196 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:06:41 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T17:06:40.673987+0000 mgr.smithi088.srytvt (mgr.14180) 656 : audit [DBG] from='client.15448 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:06:42.196 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:06:41 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T17:06:40.808894+0000 mgr.smithi088.srytvt (mgr.14180) 657 : cluster [DBG] pgmap v414: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:06:42.285 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:06:41 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T17:06:40.673987+0000 mgr.smithi088.srytvt (mgr.14180) 656 : audit [DBG] from='client.15448 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:06:42.285 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:06:41 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T17:06:40.808894+0000 mgr.smithi088.srytvt (mgr.14180) 657 : cluster [DBG] pgmap v414: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:06:43.491 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-11T17:06:43.492 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:53:35.782365Z", "last_refresh": "2024-02-11T17:02:16.392727Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:53:31.954385Z", "last_refresh": "2024-02-11T17:02:14.054860Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:53:34.066531Z", "last_refresh": "2024-02-11T17:02:16.393038Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T16:59:43.302144Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.dvckok on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-dvckok\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-dvckok\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.dvckok\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.dvckok\nDeploy daemon haproxy.nfs.foo.smithi148.dvckok ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T16:57:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T16:58:28Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T16:59:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:02:12.621679Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi088.dzldse on smithi088: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi088-dzldse\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi088-dzldse\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi088.dzldse\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi088.dzldse\nDeploy daemon haproxy.nfs.foo.smithi088.dzldse ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:00:20Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:00:57Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:01:35Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:02:12.626093Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.tpuxrx on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:02:12.627173Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.mqnmpl on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:04:46.086160Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.yobwoi on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-yobwoi\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-yobwoi\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.yobwoi\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.yobwoi\nDeploy daemon haproxy.nfs.foo.smithi148.yobwoi ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:02:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:03:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:04:08Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.88/16"}, "status": {"created": "2024-02-11T16:57:01.421766Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:53:31.041620Z", "last_refresh": "2024-02-11T17:02:14.055026Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:32.209992Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:54:32.207503Z", "last_refresh": "2024-02-11T17:02:14.055099Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:01.420843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T16:57:01.417643Z", "last_refresh": "2024-02-11T17:02:16.394214Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:53:34.907593Z", "last_refresh": "2024-02-11T17:02:14.055165Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:57.873613Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:54:57.867647Z", "last_refresh": "2024-02-11T17:02:14.055244Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:53:32.998901Z", "last_refresh": "2024-02-11T17:02:16.393340Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-11T16:56:57.378029Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-11T16:57:01.184426Z", "last_refresh": "2024-02-11T17:02:14.055479Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-11T17:06:43.874 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:06:44.196 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:06:43 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T17:06:42.809366+0000 mgr.smithi088.srytvt (mgr.14180) 658 : 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-11T17:06:44.285 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:06:43 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T17:06:42.809366+0000 mgr.smithi088.srytvt (mgr.14180) 658 : 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-11T17:06:44.875 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid eb5e91f4-c8fd-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:06:45.196 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:06:44 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T17:06:43.486679+0000 mgr.smithi088.srytvt (mgr.14180) 659 : audit [DBG] from='client.15452 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:06:45.227 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:06:44 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T17:06:43.486679+0000 mgr.smithi088.srytvt (mgr.14180) 659 : audit [DBG] from='client.15452 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:06:46.196 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:06:45 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T17:06:44.810067+0000 mgr.smithi088.srytvt (mgr.14180) 660 : 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-11T17:06:46.283 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-11T17:06:46.283 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:53:35.782365Z", "last_refresh": "2024-02-11T17:02:16.392727Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:53:31.954385Z", "last_refresh": "2024-02-11T17:02:14.054860Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:53:34.066531Z", "last_refresh": "2024-02-11T17:02:16.393038Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T16:59:43.302144Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.dvckok on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-dvckok\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-dvckok\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.dvckok\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.dvckok\nDeploy daemon haproxy.nfs.foo.smithi148.dvckok ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T16:57:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T16:58:28Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T16:59:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:02:12.621679Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi088.dzldse on smithi088: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi088-dzldse\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi088-dzldse\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi088.dzldse\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi088.dzldse\nDeploy daemon haproxy.nfs.foo.smithi088.dzldse ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:00:20Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:00:57Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:01:35Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:02:12.626093Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.tpuxrx on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:02:12.627173Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.mqnmpl on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:04:46.086160Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.yobwoi on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-yobwoi\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-yobwoi\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.yobwoi\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.yobwoi\nDeploy daemon haproxy.nfs.foo.smithi148.yobwoi ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:02:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:03:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:04:08Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.88/16"}, "status": {"created": "2024-02-11T16:57:01.421766Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:53:31.041620Z", "last_refresh": "2024-02-11T17:02:14.055026Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:32.209992Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:54:32.207503Z", "last_refresh": "2024-02-11T17:02:14.055099Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:01.420843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T16:57:01.417643Z", "last_refresh": "2024-02-11T17:02:16.394214Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:53:34.907593Z", "last_refresh": "2024-02-11T17:02:14.055165Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:57.873613Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:54:57.867647Z", "last_refresh": "2024-02-11T17:02:14.055244Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:53:32.998901Z", "last_refresh": "2024-02-11T17:02:16.393340Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-11T16:56:57.378029Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-11T16:57:01.184426Z", "last_refresh": "2024-02-11T17:02:14.055479Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-11T17:06:46.285 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:06:45 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T17:06:44.810067+0000 mgr.smithi088.srytvt (mgr.14180) 660 : 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-11T17:06:46.664 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:06:47.666 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid eb5e91f4-c8fd-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:06:48.035 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:06:47 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T17:06:46.279096+0000 mgr.smithi088.srytvt (mgr.14180) 661 : audit [DBG] from='client.15456 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:06:48.035 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:06:47 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T17:06:46.810642+0000 mgr.smithi088.srytvt (mgr.14180) 662 : 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-11T17:06:48.196 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:06:47 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T17:06:46.279096+0000 mgr.smithi088.srytvt (mgr.14180) 661 : audit [DBG] from='client.15456 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:06:48.196 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:06:47 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T17:06:46.810642+0000 mgr.smithi088.srytvt (mgr.14180) 662 : 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-11T17:06:49.044 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-11T17:06:49.045 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:53:35.782365Z", "last_refresh": "2024-02-11T17:02:16.392727Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:53:31.954385Z", "last_refresh": "2024-02-11T17:02:14.054860Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:53:34.066531Z", "last_refresh": "2024-02-11T17:02:16.393038Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T16:59:43.302144Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.dvckok on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-dvckok\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-dvckok\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.dvckok\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.dvckok\nDeploy daemon haproxy.nfs.foo.smithi148.dvckok ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T16:57:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T16:58:28Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T16:59:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:02:12.621679Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi088.dzldse on smithi088: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi088-dzldse\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi088-dzldse\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi088.dzldse\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi088.dzldse\nDeploy daemon haproxy.nfs.foo.smithi088.dzldse ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:00:20Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:00:57Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:01:35Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:02:12.626093Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.tpuxrx on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:02:12.627173Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.mqnmpl on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:04:46.086160Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.yobwoi on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-yobwoi\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-yobwoi\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.yobwoi\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.yobwoi\nDeploy daemon haproxy.nfs.foo.smithi148.yobwoi ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:02:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:03:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:04:08Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.88/16"}, "status": {"created": "2024-02-11T16:57:01.421766Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:53:31.041620Z", "last_refresh": "2024-02-11T17:02:14.055026Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:32.209992Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:54:32.207503Z", "last_refresh": "2024-02-11T17:02:14.055099Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:01.420843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T16:57:01.417643Z", "last_refresh": "2024-02-11T17:02:16.394214Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:53:34.907593Z", "last_refresh": "2024-02-11T17:02:14.055165Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:57.873613Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:54:57.867647Z", "last_refresh": "2024-02-11T17:02:14.055244Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:53:32.998901Z", "last_refresh": "2024-02-11T17:02:16.393340Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-11T16:56:57.378029Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-11T16:57:01.184426Z", "last_refresh": "2024-02-11T17:02:14.055479Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-11T17:06:49.423 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:06:50.196 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:06:49 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T17:06:48.811250+0000 mgr.smithi088.srytvt (mgr.14180) 663 : cluster [DBG] pgmap v418: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:06:50.285 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:06:49 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T17:06:48.811250+0000 mgr.smithi088.srytvt (mgr.14180) 663 : cluster [DBG] pgmap v418: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:06:50.424 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid eb5e91f4-c8fd-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:06:51.035 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:06:50 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T17:06:49.040202+0000 mgr.smithi088.srytvt (mgr.14180) 664 : audit [DBG] from='client.15460 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:06:51.446 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:06:50 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T17:06:49.040202+0000 mgr.smithi088.srytvt (mgr.14180) 664 : audit [DBG] from='client.15460 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:06:51.842 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-11T17:06:51.843 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:53:35.782365Z", "last_refresh": "2024-02-11T17:02:16.392727Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:53:31.954385Z", "last_refresh": "2024-02-11T17:02:14.054860Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:53:34.066531Z", "last_refresh": "2024-02-11T17:02:16.393038Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T16:59:43.302144Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.dvckok on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-dvckok\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-dvckok\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.dvckok\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.dvckok\nDeploy daemon haproxy.nfs.foo.smithi148.dvckok ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T16:57:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T16:58:28Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T16:59:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:02:12.621679Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi088.dzldse on smithi088: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi088-dzldse\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi088-dzldse\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi088.dzldse\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi088.dzldse\nDeploy daemon haproxy.nfs.foo.smithi088.dzldse ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:00:20Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:00:57Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:01:35Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:02:12.626093Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.tpuxrx on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:02:12.627173Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.mqnmpl on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:04:46.086160Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.yobwoi on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-yobwoi\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-yobwoi\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.yobwoi\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.yobwoi\nDeploy daemon haproxy.nfs.foo.smithi148.yobwoi ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:02:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:03:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:04:08Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.88/16"}, "status": {"created": "2024-02-11T16:57:01.421766Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:53:31.041620Z", "last_refresh": "2024-02-11T17:02:14.055026Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:32.209992Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:54:32.207503Z", "last_refresh": "2024-02-11T17:02:14.055099Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:01.420843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T16:57:01.417643Z", "last_refresh": "2024-02-11T17:02:16.394214Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:53:34.907593Z", "last_refresh": "2024-02-11T17:02:14.055165Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:57.873613Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:54:57.867647Z", "last_refresh": "2024-02-11T17:02:14.055244Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:53:32.998901Z", "last_refresh": "2024-02-11T17:02:16.393340Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-11T16:56:57.378029Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-11T16:57:01.184426Z", "last_refresh": "2024-02-11T17:02:14.055479Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-11T17:06:52.171 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:06:51 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T17:06:50.812049+0000 mgr.smithi088.srytvt (mgr.14180) 665 : cluster [DBG] pgmap v419: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:06:52.213 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:06:52.446 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:06:51 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T17:06:50.812049+0000 mgr.smithi088.srytvt (mgr.14180) 665 : cluster [DBG] pgmap v419: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:06:53.215 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid eb5e91f4-c8fd-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:06:53.246 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:06:52 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T17:06:51.838059+0000 mgr.smithi088.srytvt (mgr.14180) 666 : audit [DBG] from='client.15464 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:06:53.446 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:06:52 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T17:06:51.838059+0000 mgr.smithi088.srytvt (mgr.14180) 666 : audit [DBG] from='client.15464 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:06:54.226 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:06:53 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T17:06:52.812674+0000 mgr.smithi088.srytvt (mgr.14180) 667 : 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-11T17:06:54.446 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:06:53 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T17:06:52.812674+0000 mgr.smithi088.srytvt (mgr.14180) 667 : 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-11T17:06:54.605 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-11T17:06:54.606 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:53:35.782365Z", "last_refresh": "2024-02-11T17:02:16.392727Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:53:31.954385Z", "last_refresh": "2024-02-11T17:02:14.054860Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:53:34.066531Z", "last_refresh": "2024-02-11T17:02:16.393038Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T16:59:43.302144Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.dvckok on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-dvckok\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-dvckok\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.dvckok\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.dvckok\nDeploy daemon haproxy.nfs.foo.smithi148.dvckok ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T16:57:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T16:58:28Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T16:59:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:02:12.621679Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi088.dzldse on smithi088: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi088-dzldse\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi088-dzldse\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi088.dzldse\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi088.dzldse\nDeploy daemon haproxy.nfs.foo.smithi088.dzldse ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:00:20Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:00:57Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:01:35Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:02:12.626093Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.tpuxrx on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:02:12.627173Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.mqnmpl on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:04:46.086160Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.yobwoi on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-yobwoi\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-yobwoi\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.yobwoi\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.yobwoi\nDeploy daemon haproxy.nfs.foo.smithi148.yobwoi ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:02:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:03:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:04:08Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.88/16"}, "status": {"created": "2024-02-11T16:57:01.421766Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:53:31.041620Z", "last_refresh": "2024-02-11T17:02:14.055026Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:32.209992Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:54:32.207503Z", "last_refresh": "2024-02-11T17:02:14.055099Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:01.420843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T16:57:01.417643Z", "last_refresh": "2024-02-11T17:02:16.394214Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:53:34.907593Z", "last_refresh": "2024-02-11T17:02:14.055165Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:57.873613Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:54:57.867647Z", "last_refresh": "2024-02-11T17:02:14.055244Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:53:32.998901Z", "last_refresh": "2024-02-11T17:02:16.393340Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-11T16:56:57.378029Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-11T16:57:01.184426Z", "last_refresh": "2024-02-11T17:02:14.055479Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-11T17:06:54.980 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:06:55.981 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid eb5e91f4-c8fd-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:06:56.285 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:06:55 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T17:06:54.601216+0000 mgr.smithi088.srytvt (mgr.14180) 668 : audit [DBG] from='client.15468 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:06:56.285 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:06:55 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T17:06:54.813292+0000 mgr.smithi088.srytvt (mgr.14180) 669 : 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-11T17:06:56.446 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:06:55 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T17:06:54.601216+0000 mgr.smithi088.srytvt (mgr.14180) 668 : audit [DBG] from='client.15468 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:06:56.446 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:06:55 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T17:06:54.813292+0000 mgr.smithi088.srytvt (mgr.14180) 669 : 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-11T17:06:57.381 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-11T17:06:57.381 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:53:35.782365Z", "last_refresh": "2024-02-11T17:02:16.392727Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:53:31.954385Z", "last_refresh": "2024-02-11T17:02:14.054860Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:53:34.066531Z", "last_refresh": "2024-02-11T17:02:16.393038Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T16:59:43.302144Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.dvckok on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-dvckok\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-dvckok\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.dvckok\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.dvckok\nDeploy daemon haproxy.nfs.foo.smithi148.dvckok ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T16:57:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T16:58:28Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T16:59:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:02:12.621679Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi088.dzldse on smithi088: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi088-dzldse\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi088-dzldse\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi088.dzldse\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi088.dzldse\nDeploy daemon haproxy.nfs.foo.smithi088.dzldse ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:00:20Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:00:57Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:01:35Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:02:12.626093Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.tpuxrx on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:02:12.627173Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.mqnmpl on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:04:46.086160Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.yobwoi on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-yobwoi\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-yobwoi\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.yobwoi\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.yobwoi\nDeploy daemon haproxy.nfs.foo.smithi148.yobwoi ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:02:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:03:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:04:08Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.88/16"}, "status": {"created": "2024-02-11T16:57:01.421766Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:53:31.041620Z", "last_refresh": "2024-02-11T17:02:14.055026Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:32.209992Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:54:32.207503Z", "last_refresh": "2024-02-11T17:02:14.055099Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:01.420843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T16:57:01.417643Z", "last_refresh": "2024-02-11T17:02:16.394214Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:53:34.907593Z", "last_refresh": "2024-02-11T17:02:14.055165Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:57.873613Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:54:57.867647Z", "last_refresh": "2024-02-11T17:02:14.055244Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:53:32.998901Z", "last_refresh": "2024-02-11T17:02:16.393340Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-11T16:56:57.378029Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-11T16:57:01.184426Z", "last_refresh": "2024-02-11T17:02:14.055479Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-11T17:06:57.795 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:06:58.035 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:06:57 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T17:06:56.814007+0000 mgr.smithi088.srytvt (mgr.14180) 670 : 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-11T17:06:58.446 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:06:57 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T17:06:56.814007+0000 mgr.smithi088.srytvt (mgr.14180) 670 : 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-11T17:06:58.796 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid eb5e91f4-c8fd-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:06:59.148 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:06:58 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T17:06:57.376538+0000 mgr.smithi088.srytvt (mgr.14180) 671 : audit [DBG] from='client.15472 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:06:59.446 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:06:58 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T17:06:57.376538+0000 mgr.smithi088.srytvt (mgr.14180) 671 : audit [DBG] from='client.15472 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:07:00.159 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-11T17:07:00.159 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:53:35.782365Z", "last_refresh": "2024-02-11T17:02:16.392727Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:53:31.954385Z", "last_refresh": "2024-02-11T17:02:14.054860Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:53:34.066531Z", "last_refresh": "2024-02-11T17:02:16.393038Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T16:59:43.302144Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.dvckok on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-dvckok\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-dvckok\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.dvckok\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.dvckok\nDeploy daemon haproxy.nfs.foo.smithi148.dvckok ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T16:57:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T16:58:28Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T16:59:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:02:12.621679Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi088.dzldse on smithi088: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi088-dzldse\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi088-dzldse\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi088.dzldse\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi088.dzldse\nDeploy daemon haproxy.nfs.foo.smithi088.dzldse ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:00:20Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:00:57Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:01:35Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:02:12.626093Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.tpuxrx on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:02:12.627173Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.mqnmpl on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:04:46.086160Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.yobwoi on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-yobwoi\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-yobwoi\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.yobwoi\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.yobwoi\nDeploy daemon haproxy.nfs.foo.smithi148.yobwoi ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:02:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:03:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:04:08Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.88/16"}, "status": {"created": "2024-02-11T16:57:01.421766Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:53:31.041620Z", "last_refresh": "2024-02-11T17:02:14.055026Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:32.209992Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:54:32.207503Z", "last_refresh": "2024-02-11T17:02:14.055099Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:01.420843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T16:57:01.417643Z", "last_refresh": "2024-02-11T17:02:16.394214Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:53:34.907593Z", "last_refresh": "2024-02-11T17:02:14.055165Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:57.873613Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:54:57.867647Z", "last_refresh": "2024-02-11T17:02:14.055244Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:53:32.998901Z", "last_refresh": "2024-02-11T17:02:16.393340Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-11T16:56:57.378029Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-11T16:57:01.184426Z", "last_refresh": "2024-02-11T17:02:14.055479Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-11T17:07:00.191 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:06:59 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T17:06:58.814857+0000 mgr.smithi088.srytvt (mgr.14180) 672 : cluster [DBG] pgmap v423: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:07:00.446 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:06:59 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T17:06:58.814857+0000 mgr.smithi088.srytvt (mgr.14180) 672 : cluster [DBG] pgmap v423: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:07:00.553 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:07:01.555 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid eb5e91f4-c8fd-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:07:02.198 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:07:01 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T17:07:00.154540+0000 mgr.smithi088.srytvt (mgr.14180) 673 : audit [DBG] from='client.15476 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:07:02.198 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:07:01 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T17:07:00.815544+0000 mgr.smithi088.srytvt (mgr.14180) 674 : cluster [DBG] pgmap v424: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:07:02.446 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:07:01 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T17:07:00.154540+0000 mgr.smithi088.srytvt (mgr.14180) 673 : audit [DBG] from='client.15476 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:07:02.446 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:07:01 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T17:07:00.815544+0000 mgr.smithi088.srytvt (mgr.14180) 674 : cluster [DBG] pgmap v424: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:07:02.889 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-11T17:07:02.889 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:53:35.782365Z", "last_refresh": "2024-02-11T17:02:16.392727Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:53:31.954385Z", "last_refresh": "2024-02-11T17:02:14.054860Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:53:34.066531Z", "last_refresh": "2024-02-11T17:02:16.393038Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T16:59:43.302144Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.dvckok on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-dvckok\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-dvckok\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.dvckok\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.dvckok\nDeploy daemon haproxy.nfs.foo.smithi148.dvckok ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T16:57:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T16:58:28Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T16:59:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:02:12.621679Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi088.dzldse on smithi088: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi088-dzldse\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi088-dzldse\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi088.dzldse\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi088.dzldse\nDeploy daemon haproxy.nfs.foo.smithi088.dzldse ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:00:20Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:00:57Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:01:35Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:02:12.626093Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.tpuxrx on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:02:12.627173Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.mqnmpl on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:04:46.086160Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.yobwoi on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-yobwoi\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-yobwoi\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.yobwoi\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.yobwoi\nDeploy daemon haproxy.nfs.foo.smithi148.yobwoi ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:02:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:03:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:04:08Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.88/16"}, "status": {"created": "2024-02-11T16:57:01.421766Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:53:31.041620Z", "last_refresh": "2024-02-11T17:02:14.055026Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:32.209992Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:54:32.207503Z", "last_refresh": "2024-02-11T17:02:14.055099Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:01.420843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T16:57:01.417643Z", "last_refresh": "2024-02-11T17:02:16.394214Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:53:34.907593Z", "last_refresh": "2024-02-11T17:02:14.055165Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:57.873613Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:54:57.867647Z", "last_refresh": "2024-02-11T17:02:14.055244Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:53:32.998901Z", "last_refresh": "2024-02-11T17:02:16.393340Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-11T16:56:57.378029Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-11T16:57:01.184426Z", "last_refresh": "2024-02-11T17:02:14.055479Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-11T17:07:03.295 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:07:04.285 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:07:03 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T17:07:02.816089+0000 mgr.smithi088.srytvt (mgr.14180) 675 : cluster [DBG] pgmap v425: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:07:04.285 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:07:03 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T17:07:02.884439+0000 mgr.smithi088.srytvt (mgr.14180) 676 : audit [DBG] from='client.15480 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:07:04.296 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid eb5e91f4-c8fd-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:07:04.446 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:07:03 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T17:07:02.816089+0000 mgr.smithi088.srytvt (mgr.14180) 675 : cluster [DBG] pgmap v425: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:07:04.446 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:07:03 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T17:07:02.884439+0000 mgr.smithi088.srytvt (mgr.14180) 676 : audit [DBG] from='client.15480 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:07:05.603 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-11T17:07:05.603 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:53:35.782365Z", "last_refresh": "2024-02-11T17:02:16.392727Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:53:31.954385Z", "last_refresh": "2024-02-11T17:02:14.054860Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:53:34.066531Z", "last_refresh": "2024-02-11T17:02:16.393038Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T16:59:43.302144Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.dvckok on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-dvckok\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-dvckok\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.dvckok\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.dvckok\nDeploy daemon haproxy.nfs.foo.smithi148.dvckok ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T16:57:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T16:58:28Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T16:59:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:02:12.621679Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi088.dzldse on smithi088: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi088-dzldse\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi088-dzldse\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi088.dzldse\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi088.dzldse\nDeploy daemon haproxy.nfs.foo.smithi088.dzldse ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:00:20Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:00:57Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:01:35Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:02:12.626093Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.tpuxrx on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:02:12.627173Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.mqnmpl on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:04:46.086160Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.yobwoi on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-yobwoi\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-yobwoi\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.yobwoi\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.yobwoi\nDeploy daemon haproxy.nfs.foo.smithi148.yobwoi ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:02:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:03:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:04:08Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.88/16"}, "status": {"created": "2024-02-11T16:57:01.421766Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:53:31.041620Z", "last_refresh": "2024-02-11T17:02:14.055026Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:32.209992Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:54:32.207503Z", "last_refresh": "2024-02-11T17:02:14.055099Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:01.420843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T16:57:01.417643Z", "last_refresh": "2024-02-11T17:02:16.394214Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:53:34.907593Z", "last_refresh": "2024-02-11T17:02:14.055165Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:57.873613Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:54:57.867647Z", "last_refresh": "2024-02-11T17:02:14.055244Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:53:32.998901Z", "last_refresh": "2024-02-11T17:02:16.393340Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-11T16:56:57.378029Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-11T16:57:01.184426Z", "last_refresh": "2024-02-11T17:02:14.055479Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-11T17:07:05.959 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:07:06.285 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:07:05 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T17:07:04.816700+0000 mgr.smithi088.srytvt (mgr.14180) 677 : cluster [DBG] pgmap v426: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:07:06.446 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:07:05 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T17:07:04.816700+0000 mgr.smithi088.srytvt (mgr.14180) 677 : cluster [DBG] pgmap v426: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:07:06.961 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid eb5e91f4-c8fd-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:07:07.286 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:07:06 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T17:07:05.598552+0000 mgr.smithi088.srytvt (mgr.14180) 678 : audit [DBG] from='client.15484 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:07:07.446 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:07:06 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T17:07:05.598552+0000 mgr.smithi088.srytvt (mgr.14180) 678 : audit [DBG] from='client.15484 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:07:08.222 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-11T17:07:08.222 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:53:35.782365Z", "last_refresh": "2024-02-11T17:02:16.392727Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:53:31.954385Z", "last_refresh": "2024-02-11T17:02:14.054860Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:53:34.066531Z", "last_refresh": "2024-02-11T17:02:16.393038Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T16:59:43.302144Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.dvckok on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-dvckok\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-dvckok\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.dvckok\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.dvckok\nDeploy daemon haproxy.nfs.foo.smithi148.dvckok ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T16:57:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T16:58:28Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T16:59:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:02:12.621679Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi088.dzldse on smithi088: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi088-dzldse\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi088-dzldse\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi088.dzldse\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi088.dzldse\nDeploy daemon haproxy.nfs.foo.smithi088.dzldse ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:00:20Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:00:57Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:01:35Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:02:12.626093Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.tpuxrx on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:02:12.627173Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.mqnmpl on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:04:46.086160Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.yobwoi on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-yobwoi\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-yobwoi\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.yobwoi\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.yobwoi\nDeploy daemon haproxy.nfs.foo.smithi148.yobwoi ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:02:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:03:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:04:08Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.88/16"}, "status": {"created": "2024-02-11T16:57:01.421766Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:53:31.041620Z", "last_refresh": "2024-02-11T17:02:14.055026Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:32.209992Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:54:32.207503Z", "last_refresh": "2024-02-11T17:02:14.055099Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:01.420843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T16:57:01.417643Z", "last_refresh": "2024-02-11T17:02:16.394214Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:53:34.907593Z", "last_refresh": "2024-02-11T17:02:14.055165Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:57.873613Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:54:57.867647Z", "last_refresh": "2024-02-11T17:02:14.055244Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:53:32.998901Z", "last_refresh": "2024-02-11T17:02:16.393340Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-11T16:56:57.378029Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-11T16:57:01.184426Z", "last_refresh": "2024-02-11T17:02:14.055479Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-11T17:07:08.253 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:07:07 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T17:07:06.817564+0000 mgr.smithi088.srytvt (mgr.14180) 679 : cluster [DBG] pgmap v427: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:07:08.446 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:07:07 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T17:07:06.817564+0000 mgr.smithi088.srytvt (mgr.14180) 679 : cluster [DBG] pgmap v427: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:07:08.602 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:07:09.603 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid eb5e91f4-c8fd-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:07:10.280 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:07:09 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T17:07:08.217646+0000 mgr.smithi088.srytvt (mgr.14180) 680 : audit [DBG] from='client.15488 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:07:10.280 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:07:09 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T17:07:08.818413+0000 mgr.smithi088.srytvt (mgr.14180) 681 : cluster [DBG] pgmap v428: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:07:10.446 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:07:09 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T17:07:08.217646+0000 mgr.smithi088.srytvt (mgr.14180) 680 : audit [DBG] from='client.15488 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:07:10.446 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:07:09 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T17:07:08.818413+0000 mgr.smithi088.srytvt (mgr.14180) 681 : cluster [DBG] pgmap v428: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:07:10.945 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-11T17:07:10.945 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:53:35.782365Z", "last_refresh": "2024-02-11T17:02:16.392727Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:53:31.954385Z", "last_refresh": "2024-02-11T17:02:14.054860Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:53:34.066531Z", "last_refresh": "2024-02-11T17:02:16.393038Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T16:59:43.302144Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.dvckok on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-dvckok\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-dvckok\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.dvckok\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.dvckok\nDeploy daemon haproxy.nfs.foo.smithi148.dvckok ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T16:57:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T16:58:28Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T16:59:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:02:12.621679Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi088.dzldse on smithi088: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi088-dzldse\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi088-dzldse\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi088.dzldse\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi088.dzldse\nDeploy daemon haproxy.nfs.foo.smithi088.dzldse ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:00:20Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:00:57Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:01:35Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:02:12.626093Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.tpuxrx on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:02:12.627173Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.mqnmpl on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:04:46.086160Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.yobwoi on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-yobwoi\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-yobwoi\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.yobwoi\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.yobwoi\nDeploy daemon haproxy.nfs.foo.smithi148.yobwoi ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:02:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:03:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:04:08Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.88/16"}, "status": {"created": "2024-02-11T16:57:01.421766Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:53:31.041620Z", "last_refresh": "2024-02-11T17:02:14.055026Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:32.209992Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:54:32.207503Z", "last_refresh": "2024-02-11T17:02:14.055099Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:01.420843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T16:57:01.417643Z", "last_refresh": "2024-02-11T17:02:16.394214Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:53:34.907593Z", "last_refresh": "2024-02-11T17:02:14.055165Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:57.873613Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:54:57.867647Z", "last_refresh": "2024-02-11T17:02:14.055244Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:53:32.998901Z", "last_refresh": "2024-02-11T17:02:16.393340Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-11T16:56:57.378029Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-11T16:57:01.184426Z", "last_refresh": "2024-02-11T17:02:14.055479Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-11T17:07:11.318 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:07:12.285 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:07:11 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T17:07:10.819154+0000 mgr.smithi088.srytvt (mgr.14180) 682 : cluster [DBG] pgmap v429: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:07:12.285 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:07:11 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T17:07:10.940735+0000 mgr.smithi088.srytvt (mgr.14180) 683 : audit [DBG] from='client.15492 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:07:12.319 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid eb5e91f4-c8fd-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:07:12.446 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:07:11 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T17:07:10.819154+0000 mgr.smithi088.srytvt (mgr.14180) 682 : cluster [DBG] pgmap v429: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:07:12.446 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:07:11 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T17:07:10.940735+0000 mgr.smithi088.srytvt (mgr.14180) 683 : audit [DBG] from='client.15492 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:07:13.709 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-11T17:07:13.709 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:53:35.782365Z", "last_refresh": "2024-02-11T17:02:16.392727Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:53:31.954385Z", "last_refresh": "2024-02-11T17:02:14.054860Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:53:34.066531Z", "last_refresh": "2024-02-11T17:02:16.393038Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T16:59:43.302144Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.dvckok on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-dvckok\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-dvckok\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.dvckok\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.dvckok\nDeploy daemon haproxy.nfs.foo.smithi148.dvckok ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T16:57:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T16:58:28Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T16:59:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:02:12.621679Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi088.dzldse on smithi088: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi088-dzldse\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi088-dzldse\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi088.dzldse\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi088.dzldse\nDeploy daemon haproxy.nfs.foo.smithi088.dzldse ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:00:20Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:00:57Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:01:35Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:02:12.626093Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.tpuxrx on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:02:12.627173Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.mqnmpl on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:04:46.086160Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.yobwoi on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-yobwoi\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-yobwoi\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.yobwoi\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.yobwoi\nDeploy daemon haproxy.nfs.foo.smithi148.yobwoi ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:02:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:03:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:04:08Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.88/16"}, "status": {"created": "2024-02-11T16:57:01.421766Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:53:31.041620Z", "last_refresh": "2024-02-11T17:02:14.055026Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:32.209992Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:54:32.207503Z", "last_refresh": "2024-02-11T17:02:14.055099Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:01.420843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T16:57:01.417643Z", "last_refresh": "2024-02-11T17:02:16.394214Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:53:34.907593Z", "last_refresh": "2024-02-11T17:02:14.055165Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:57.873613Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:54:57.867647Z", "last_refresh": "2024-02-11T17:02:14.055244Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:53:32.998901Z", "last_refresh": "2024-02-11T17:02:16.393340Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-11T16:56:57.378029Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-11T16:57:01.184426Z", "last_refresh": "2024-02-11T17:02:14.055479Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-11T17:07:14.084 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:07:14.285 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:07:13 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T17:07:12.819667+0000 mgr.smithi088.srytvt (mgr.14180) 684 : cluster [DBG] pgmap v430: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.3 KiB/s rd, 0 B/s wr, 3 op/s 2024-02-11T17:07:14.446 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:07:13 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T17:07:12.819667+0000 mgr.smithi088.srytvt (mgr.14180) 684 : cluster [DBG] pgmap v430: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.3 KiB/s rd, 0 B/s wr, 3 op/s 2024-02-11T17:07:15.085 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid eb5e91f4-c8fd-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:07:15.285 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:07:15 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T17:07:13.704231+0000 mgr.smithi088.srytvt (mgr.14180) 685 : audit [DBG] from='client.15496 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:07:15.386 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:07:15 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T17:07:13.704231+0000 mgr.smithi088.srytvt (mgr.14180) 685 : audit [DBG] from='client.15496 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:07:16.285 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:07:16 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T17:07:14.820562+0000 mgr.smithi088.srytvt (mgr.14180) 686 : cluster [DBG] pgmap v431: 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, 29 op/s 2024-02-11T17:07:16.286 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:07:16 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T17:07:15.424579+0000 mon.smithi088 (mon.0) 691 : audit [INF] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi088.dbfvcx"}]: dispatch 2024-02-11T17:07:16.286 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:07:16 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T17:07:15.432715+0000 mon.smithi088 (mon.0) 692 : audit [DBG] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-11T17:07:16.286 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:07:16 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T17:07:15.675091+0000 mon.smithi088 (mon.0) 693 : audit [INF] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' 2024-02-11T17:07:16.286 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:07:16 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T17:07:15.678759+0000 mon.smithi088 (mon.0) 694 : audit [INF] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' 2024-02-11T17:07:16.446 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:07:16 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T17:07:14.820562+0000 mgr.smithi088.srytvt (mgr.14180) 686 : cluster [DBG] pgmap v431: 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, 29 op/s 2024-02-11T17:07:16.446 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:07:16 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T17:07:15.424579+0000 mon.smithi088 (mon.0) 691 : audit [INF] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi088.dbfvcx"}]: dispatch 2024-02-11T17:07:16.446 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:07:16 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T17:07:15.432715+0000 mon.smithi088 (mon.0) 692 : audit [DBG] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-11T17:07:16.446 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:07:16 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T17:07:15.675091+0000 mon.smithi088 (mon.0) 693 : audit [INF] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' 2024-02-11T17:07:16.446 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:07:16 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T17:07:15.678759+0000 mon.smithi088 (mon.0) 694 : audit [INF] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' 2024-02-11T17:07:16.531 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-11T17:07:16.531 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:53:35.782365Z", "last_refresh": "2024-02-11T17:02:16.392727Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:53:31.954385Z", "last_refresh": "2024-02-11T17:02:14.054860Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:53:34.066531Z", "last_refresh": "2024-02-11T17:02:16.393038Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:02:12.627173Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.mqnmpl on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:04:46.086160Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.yobwoi on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-yobwoi\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-yobwoi\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.yobwoi\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.yobwoi\nDeploy daemon haproxy.nfs.foo.smithi148.yobwoi ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:02:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:03:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:04:08Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:07:15.425068Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi088.dbfvcx on smithi088: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi088-dbfvcx\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi088-dbfvcx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi088.dbfvcx\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi088.dbfvcx\nDeploy daemon haproxy.nfs.foo.smithi088.dbfvcx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:05:22Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:06:00Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:06: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=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:07:15.426219Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.jjghpu on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:07:15.427197Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.lkfzmc on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.88/16"}, "status": {"created": "2024-02-11T16:57:01.421766Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:53:31.041620Z", "last_refresh": "2024-02-11T17:02:14.055026Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:32.209992Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:54:32.207503Z", "last_refresh": "2024-02-11T17:02:14.055099Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:01.420843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T16:57:01.417643Z", "last_refresh": "2024-02-11T17:02:16.394214Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:53:34.907593Z", "last_refresh": "2024-02-11T17:02:14.055165Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:57.873613Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:54:57.867647Z", "last_refresh": "2024-02-11T17:02:14.055244Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:53:32.998901Z", "last_refresh": "2024-02-11T17:02:16.393340Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-11T16:56:57.378029Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-11T16:57:01.184426Z", "last_refresh": "2024-02-11T17:02:14.055479Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-11T17:07:16.959 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:07:17.286 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:07:17 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cephadm 2024-02-11T17:07:15.424151+0000 mgr.smithi088.srytvt (mgr.14180) 687 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi088-dbfvcx 2024-02-11T17:07:17.286 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:07:17 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: /bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi088-dbfvcx 2024-02-11T17:07:17.286 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:07:17 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi088.dbfvcx 2024-02-11T17:07:17.286 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:07:17 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: /bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi088.dbfvcx 2024-02-11T17:07:17.286 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:07:17 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: Deploy daemon haproxy.nfs.foo.smithi088.dbfvcx ... 2024-02-11T17:07:17.286 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:07:17 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: 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=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:07:17.286 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:07:17 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-11T17:07:17.286 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:07:17 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: stat: stderr time="2024-02-11T17:05:22Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-11T17:07:17.287 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:07:17 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: stat: stderr time="2024-02-11T17:06:00Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-11T17:07:17.287 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:07:17 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: stat: stderr time="2024-02-11T17:06: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-11T17:07:17.287 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:07:17 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: 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-11T17:07:17.287 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:07:17 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: 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=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:07:17.287 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:07:17 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: Traceback (most recent call last): 2024-02-11T17:07:17.287 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:07:17 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-11T17:07:17.287 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:07:17 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: yield (conn, connr) 2024-02-11T17:07:17.287 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:07:17 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-11T17:07:17.287 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:07:17 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: code, '\n'.join(err))) 2024-02-11T17:07:17.287 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:07:17 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: 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-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi088-dbfvcx 2024-02-11T17:07:17.287 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:07:17 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: /bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi088-dbfvcx 2024-02-11T17:07:17.287 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:07:17 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi088.dbfvcx 2024-02-11T17:07:17.287 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:07:17 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: /bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi088.dbfvcx 2024-02-11T17:07:17.288 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:07:17 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: Deploy daemon haproxy.nfs.foo.smithi088.dbfvcx ... 2024-02-11T17:07:17.288 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:07:17 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: 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=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:07:17.288 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:07:17 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-11T17:07:17.288 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:07:17 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: stat: stderr time="2024-02-11T17:05:22Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-11T17:07:17.288 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:07:17 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: stat: stderr time="2024-02-11T17:06:00Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-11T17:07:17.288 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:07:17 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: stat: stderr time="2024-02-11T17:06: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-11T17:07:17.288 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:07:17 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: 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-11T17:07:17.288 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:07:17 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: 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=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:07:17.288 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:07:17 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cephadm 2024-02-11T17:07:15.424300+0000 mgr.smithi088.srytvt (mgr.14180) 688 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi088.dbfvcx 2024-02-11T17:07:17.288 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:07:17 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cephadm 2024-02-11T17:07:15.425150+0000 mgr.smithi088.srytvt (mgr.14180) 689 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi088.dbfvcx on smithi088: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi088-dbfvcx 2024-02-11T17:07:17.288 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:07:17 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: /bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi088-dbfvcx 2024-02-11T17:07:17.288 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:07:17 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi088.dbfvcx 2024-02-11T17:07:17.288 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:07:17 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: /bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi088.dbfvcx 2024-02-11T17:07:17.288 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:07:17 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: Deploy daemon haproxy.nfs.foo.smithi088.dbfvcx ... 2024-02-11T17:07:17.289 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:07:17 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: 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=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:07:17.289 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:07:17 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-11T17:07:17.289 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:07:17 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: stat: stderr time="2024-02-11T17:05:22Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-11T17:07:17.289 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:07:17 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: stat: stderr time="2024-02-11T17:06:00Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-11T17:07:17.289 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:07:17 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: stat: stderr time="2024-02-11T17:06: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-11T17:07:17.289 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:07:17 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: 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-11T17:07:17.289 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:07:17 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: 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=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:07:17.289 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:07:17 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cephadm 2024-02-11T17:07:15.426285+0000 mgr.smithi088.srytvt (mgr.14180) 690 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi148.jjghpu on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-11T17:07:17.289 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:07:17 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cephadm 2024-02-11T17:07:15.427268+0000 mgr.smithi088.srytvt (mgr.14180) 691 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi088.lkfzmc on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-11T17:07:17.289 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:07:17 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T17:07:15.433067+0000 mgr.smithi088.srytvt (mgr.14180) 692 : cluster [DBG] pgmap v432: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 37 KiB/s rd, 0 B/s wr, 60 op/s 2024-02-11T17:07:17.289 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:07:17 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T17:07:16.002853+0000 mon.smithi088 (mon.0) 695 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-02-11T17:07:17.289 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:07:17 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T17:07:16.771590+0000 mon.smithi088 (mon.0) 696 : audit [INF] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' 2024-02-11T17:07:17.447 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:07:17 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cephadm 2024-02-11T17:07:15.424151+0000 mgr.smithi088.srytvt (mgr.14180) 687 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi088-dbfvcx 2024-02-11T17:07:17.448 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:07:17 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: /bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi088-dbfvcx 2024-02-11T17:07:17.448 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:07:17 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi088.dbfvcx 2024-02-11T17:07:17.448 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:07:17 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: /bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi088.dbfvcx 2024-02-11T17:07:17.448 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:07:17 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: Deploy daemon haproxy.nfs.foo.smithi088.dbfvcx ... 2024-02-11T17:07:17.448 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:07:17 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: 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=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:07:17.448 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:07:17 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-11T17:07:17.448 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:07:17 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: stat: stderr time="2024-02-11T17:05:22Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-11T17:07:17.448 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:07:17 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: stat: stderr time="2024-02-11T17:06:00Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-11T17:07:17.448 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:07:17 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: stat: stderr time="2024-02-11T17:06: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-11T17:07:17.448 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:07:17 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: 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-11T17:07:17.449 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:07:17 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: 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=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:07:17.449 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:07:17 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: Traceback (most recent call last): 2024-02-11T17:07:17.449 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:07:17 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-11T17:07:17.449 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:07:17 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: yield (conn, connr) 2024-02-11T17:07:17.449 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:07:17 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-11T17:07:17.449 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:07:17 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: code, '\n'.join(err))) 2024-02-11T17:07:17.449 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:07:17 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: 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-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi088-dbfvcx 2024-02-11T17:07:17.449 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:07:17 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: /bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi088-dbfvcx 2024-02-11T17:07:17.449 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:07:17 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi088.dbfvcx 2024-02-11T17:07:17.449 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:07:17 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: /bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi088.dbfvcx 2024-02-11T17:07:17.449 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:07:17 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: Deploy daemon haproxy.nfs.foo.smithi088.dbfvcx ... 2024-02-11T17:07:17.449 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:07:17 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: 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=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:07:17.449 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:07:17 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-11T17:07:17.450 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:07:17 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: stat: stderr time="2024-02-11T17:05:22Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-11T17:07:17.450 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:07:17 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: stat: stderr time="2024-02-11T17:06:00Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-11T17:07:17.450 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:07:17 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: stat: stderr time="2024-02-11T17:06: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-11T17:07:17.450 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:07:17 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: 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-11T17:07:17.450 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:07:17 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: 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=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:07:17.450 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:07:17 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cephadm 2024-02-11T17:07:15.424300+0000 mgr.smithi088.srytvt (mgr.14180) 688 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi088.dbfvcx 2024-02-11T17:07:17.450 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:07:17 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cephadm 2024-02-11T17:07:15.425150+0000 mgr.smithi088.srytvt (mgr.14180) 689 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi088.dbfvcx on smithi088: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi088-dbfvcx 2024-02-11T17:07:17.450 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:07:17 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: /bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi088-dbfvcx 2024-02-11T17:07:17.450 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:07:17 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi088.dbfvcx 2024-02-11T17:07:17.450 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:07:17 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: /bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi088.dbfvcx 2024-02-11T17:07:17.450 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:07:17 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: Deploy daemon haproxy.nfs.foo.smithi088.dbfvcx ... 2024-02-11T17:07:17.450 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:07:17 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: 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=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:07:17.450 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:07:17 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-11T17:07:17.451 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:07:17 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: stat: stderr time="2024-02-11T17:05:22Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-11T17:07:17.451 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:07:17 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: stat: stderr time="2024-02-11T17:06:00Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-11T17:07:17.451 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:07:17 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: stat: stderr time="2024-02-11T17:06: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-11T17:07:17.451 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:07:17 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: 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-11T17:07:17.451 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:07:17 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: 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=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:07:17.451 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:07:17 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cephadm 2024-02-11T17:07:15.426285+0000 mgr.smithi088.srytvt (mgr.14180) 690 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi148.jjghpu on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-11T17:07:17.451 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:07:17 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cephadm 2024-02-11T17:07:15.427268+0000 mgr.smithi088.srytvt (mgr.14180) 691 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi088.lkfzmc on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-11T17:07:17.451 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:07:17 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T17:07:15.433067+0000 mgr.smithi088.srytvt (mgr.14180) 692 : cluster [DBG] pgmap v432: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 37 KiB/s rd, 0 B/s wr, 60 op/s 2024-02-11T17:07:17.451 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:07:17 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T17:07:16.002853+0000 mon.smithi088 (mon.0) 695 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-02-11T17:07:17.451 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:07:17 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T17:07:16.771590+0000 mon.smithi088 (mon.0) 696 : audit [INF] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' 2024-02-11T17:07:17.960 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid eb5e91f4-c8fd-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:07:18.285 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:07:18 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T17:07:16.525993+0000 mgr.smithi088.srytvt (mgr.14180) 693 : audit [DBG] from='client.15500 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:07:18.285 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:07:18 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T17:07:17.184615+0000 mon.smithi088 (mon.0) 697 : audit [INF] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' 2024-02-11T17:07:18.286 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:07:18 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T17:07:17.471892+0000 mon.smithi088 (mon.0) 698 : audit [INF] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-02-11T17:07:18.286 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:07:18 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T17:07:17.472506+0000 mon.smithi088 (mon.0) 699 : audit [INF] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-02-11T17:07:18.286 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:07:18 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T17:07:17.473019+0000 mon.smithi088 (mon.0) 700 : audit [INF] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-02-11T17:07:18.286 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:07:18 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T17:07:17.473533+0000 mon.smithi088 (mon.0) 701 : audit [INF] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2024-02-11T17:07:18.286 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:07:18 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T17:07:17.477673+0000 mon.smithi088 (mon.0) 702 : audit [INF] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' 2024-02-11T17:07:18.446 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:07:18 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T17:07:16.525993+0000 mgr.smithi088.srytvt (mgr.14180) 693 : audit [DBG] from='client.15500 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:07:18.446 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:07:18 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T17:07:17.184615+0000 mon.smithi088 (mon.0) 697 : audit [INF] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' 2024-02-11T17:07:18.446 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:07:18 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T17:07:17.471892+0000 mon.smithi088 (mon.0) 698 : audit [INF] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-02-11T17:07:18.446 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:07:18 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T17:07:17.472506+0000 mon.smithi088 (mon.0) 699 : audit [INF] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-02-11T17:07:18.446 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:07:18 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T17:07:17.473019+0000 mon.smithi088 (mon.0) 700 : audit [INF] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-02-11T17:07:18.446 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:07:18 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T17:07:17.473533+0000 mon.smithi088 (mon.0) 701 : audit [INF] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2024-02-11T17:07:18.446 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:07:18 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T17:07:17.477673+0000 mon.smithi088 (mon.0) 702 : audit [INF] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' 2024-02-11T17:07:19.271 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:07:19 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T17:07:17.433643+0000 mgr.smithi088.srytvt (mgr.14180) 694 : cluster [DBG] pgmap v433: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 46 KiB/s rd, 0 B/s wr, 77 op/s 2024-02-11T17:07:19.272 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:07:19 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cephadm 2024-02-11T17:07:17.473953+0000 mgr.smithi088.srytvt (mgr.14180) 695 : cephadm [INF] Adjusting osd_memory_target on smithi148 to 3734M 2024-02-11T17:07:19.446 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:07:19 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T17:07:17.433643+0000 mgr.smithi088.srytvt (mgr.14180) 694 : cluster [DBG] pgmap v433: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 46 KiB/s rd, 0 B/s wr, 77 op/s 2024-02-11T17:07:19.446 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:07:19 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cephadm 2024-02-11T17:07:17.473953+0000 mgr.smithi088.srytvt (mgr.14180) 695 : cephadm [INF] Adjusting osd_memory_target on smithi148 to 3734M 2024-02-11T17:07:19.646 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-11T17:07:19.646 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:53:35.782365Z", "last_refresh": "2024-02-11T17:02:16.392727Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:53:31.954385Z", "last_refresh": "2024-02-11T17:02:16.392868Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:53:34.066531Z", "last_refresh": "2024-02-11T17:02:16.393038Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:02:12.627173Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.mqnmpl on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:04:46.086160Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.yobwoi on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-yobwoi\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-yobwoi\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.yobwoi\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.yobwoi\nDeploy daemon haproxy.nfs.foo.smithi148.yobwoi ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:02:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:03:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:04:08Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:07:15.425068Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi088.dbfvcx on smithi088: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi088-dbfvcx\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi088-dbfvcx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi088.dbfvcx\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi088.dbfvcx\nDeploy daemon haproxy.nfs.foo.smithi088.dbfvcx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:05:22Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:06:00Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:06: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=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:07:15.426219Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.jjghpu on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:07:15.427197Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.lkfzmc on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.88/16"}, "status": {"created": "2024-02-11T16:57:01.421766Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:53:31.041620Z", "last_refresh": "2024-02-11T17:02:16.392577Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:32.209992Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:54:32.207503Z", "last_refresh": "2024-02-11T17:02:16.392356Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:01.420843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T16:57:01.417643Z", "last_refresh": "2024-02-11T17:02:16.394214Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:53:34.907593Z", "last_refresh": "2024-02-11T17:02:16.393182Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:57.873613Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:54:57.867647Z", "last_refresh": "2024-02-11T17:02:16.393479Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:53:32.998901Z", "last_refresh": "2024-02-11T17:02:16.393340Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-11T16:56:57.378029Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-11T16:57:01.184426Z", "last_refresh": "2024-02-11T17:02:16.394054Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-11T17:07:20.176 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:07:21.177 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid eb5e91f4-c8fd-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:07:21.196 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:07:20 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T17:07:19.434623+0000 mgr.smithi088.srytvt (mgr.14180) 696 : cluster [DBG] pgmap v434: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 46 KiB/s rd, 0 B/s wr, 77 op/s 2024-02-11T17:07:21.196 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:07:20 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T17:07:19.641182+0000 mgr.smithi088.srytvt (mgr.14180) 697 : audit [DBG] from='client.15504 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:07:21.196 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:07:20 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T17:07:19.848866+0000 mon.smithi088 (mon.0) 703 : audit [INF] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' 2024-02-11T17:07:21.196 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:07:20 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T17:07:20.248529+0000 mon.smithi088 (mon.0) 704 : audit [INF] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-02-11T17:07:21.196 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:07:20 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T17:07:20.249184+0000 mon.smithi088 (mon.0) 705 : audit [INF] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-02-11T17:07:21.196 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:07:20 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T17:07:20.249714+0000 mon.smithi088 (mon.0) 706 : audit [INF] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-02-11T17:07:21.196 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:07:20 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T17:07:20.250245+0000 mon.smithi088 (mon.0) 707 : audit [INF] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2024-02-11T17:07:21.197 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:07:20 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T17:07:20.254632+0000 mon.smithi088 (mon.0) 708 : audit [INF] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' 2024-02-11T17:07:21.197 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:07:20 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T17:07:20.255382+0000 mon.smithi088 (mon.0) 709 : audit [DBG] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-11T17:07:21.197 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:07:20 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T17:07:20.255936+0000 mon.smithi088 (mon.0) 710 : audit [INF] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-11T17:07:21.197 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:07:20 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T17:07:20.413700+0000 mon.smithi088 (mon.0) 711 : audit [INF] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' 2024-02-11T17:07:21.197 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:07:20 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T17:07:20.417895+0000 mon.smithi088 (mon.0) 712 : audit [DBG] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-11T17:07:21.197 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:07:20 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T17:07:20.424925+0000 mon.smithi088 (mon.0) 713 : audit [INF] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' 2024-02-11T17:07:21.204 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:07:20 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T17:07:19.434623+0000 mgr.smithi088.srytvt (mgr.14180) 696 : cluster [DBG] pgmap v434: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 46 KiB/s rd, 0 B/s wr, 77 op/s 2024-02-11T17:07:21.205 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:07:20 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T17:07:19.641182+0000 mgr.smithi088.srytvt (mgr.14180) 697 : audit [DBG] from='client.15504 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:07:21.205 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:07:20 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T17:07:19.848866+0000 mon.smithi088 (mon.0) 703 : audit [INF] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' 2024-02-11T17:07:21.205 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:07:20 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T17:07:20.248529+0000 mon.smithi088 (mon.0) 704 : audit [INF] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-02-11T17:07:21.205 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:07:20 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T17:07:20.249184+0000 mon.smithi088 (mon.0) 705 : audit [INF] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-02-11T17:07:21.205 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:07:20 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T17:07:20.249714+0000 mon.smithi088 (mon.0) 706 : audit [INF] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-02-11T17:07:21.205 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:07:20 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T17:07:20.250245+0000 mon.smithi088 (mon.0) 707 : audit [INF] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2024-02-11T17:07:21.205 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:07:20 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T17:07:20.254632+0000 mon.smithi088 (mon.0) 708 : audit [INF] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' 2024-02-11T17:07:21.205 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:07:20 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T17:07:20.255382+0000 mon.smithi088 (mon.0) 709 : audit [DBG] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-11T17:07:21.205 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:07:20 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T17:07:20.255936+0000 mon.smithi088 (mon.0) 710 : audit [INF] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-11T17:07:21.205 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:07:20 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T17:07:20.413700+0000 mon.smithi088 (mon.0) 711 : audit [INF] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' 2024-02-11T17:07:21.205 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:07:20 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T17:07:20.417895+0000 mon.smithi088 (mon.0) 712 : audit [DBG] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-11T17:07:21.205 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:07:20 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T17:07:20.424925+0000 mon.smithi088 (mon.0) 713 : audit [INF] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' 2024-02-11T17:07:22.196 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:07:21 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cephadm 2024-02-11T17:07:20.250661+0000 mgr.smithi088.srytvt (mgr.14180) 698 : cephadm [INF] Adjusting osd_memory_target on smithi088 to 2710M 2024-02-11T17:07:22.196 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:07:21 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cephadm 2024-02-11T17:07:20.259102+0000 mgr.smithi088.srytvt (mgr.14180) 699 : cephadm [INF] Checking dashboard <-> RGW credentials 2024-02-11T17:07:22.196 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:07:21 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T17:07:20.414594+0000 mgr.smithi088.srytvt (mgr.14180) 700 : cluster [DBG] pgmap v435: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 51 KiB/s rd, 0 B/s wr, 85 op/s 2024-02-11T17:07:22.196 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:07:21 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cephadm 2024-02-11T17:07:20.427138+0000 mgr.smithi088.srytvt (mgr.14180) 701 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi148.nlxlvg on smithi148 2024-02-11T17:07:22.196 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:07:21 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T17:07:21.322032+0000 mon.smithi088 (mon.0) 714 : audit [INF] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' 2024-02-11T17:07:22.197 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:07:21 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T17:07:21.412043+0000 mon.smithi088 (mon.0) 715 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-02-11T17:07:22.197 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:07:21 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T17:07:21.412069+0000 mon.smithi088 (mon.0) 716 : cluster [INF] Cluster is now healthy 2024-02-11T17:07:22.211 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:07:21 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cephadm 2024-02-11T17:07:20.250661+0000 mgr.smithi088.srytvt (mgr.14180) 698 : cephadm [INF] Adjusting osd_memory_target on smithi088 to 2710M 2024-02-11T17:07:22.211 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:07:21 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cephadm 2024-02-11T17:07:20.259102+0000 mgr.smithi088.srytvt (mgr.14180) 699 : cephadm [INF] Checking dashboard <-> RGW credentials 2024-02-11T17:07:22.212 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:07:21 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T17:07:20.414594+0000 mgr.smithi088.srytvt (mgr.14180) 700 : cluster [DBG] pgmap v435: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 51 KiB/s rd, 0 B/s wr, 85 op/s 2024-02-11T17:07:22.212 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:07:21 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cephadm 2024-02-11T17:07:20.427138+0000 mgr.smithi088.srytvt (mgr.14180) 701 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi148.nlxlvg on smithi148 2024-02-11T17:07:22.212 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:07:21 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T17:07:21.322032+0000 mon.smithi088 (mon.0) 714 : audit [INF] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' 2024-02-11T17:07:22.212 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:07:21 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T17:07:21.412043+0000 mon.smithi088 (mon.0) 715 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-02-11T17:07:22.212 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:07:21 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T17:07:21.412069+0000 mon.smithi088 (mon.0) 716 : cluster [INF] Cluster is now healthy 2024-02-11T17:07:22.560 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-11T17:07:22.585 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:53:35.782365Z", "last_refresh": "2024-02-11T17:07:19.842356Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:53:31.954385Z", "last_refresh": "2024-02-11T17:07:17.178678Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:53:34.066531Z", "last_refresh": "2024-02-11T17:07:19.842483Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:02:12.627173Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.mqnmpl on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:04:46.086160Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.yobwoi on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-yobwoi\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-yobwoi\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.yobwoi\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.yobwoi\nDeploy daemon haproxy.nfs.foo.smithi148.yobwoi ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:02:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:03:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:04:08Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:07:15.425068Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi088.dbfvcx on smithi088: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi088-dbfvcx\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi088-dbfvcx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi088.dbfvcx\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi088.dbfvcx\nDeploy daemon haproxy.nfs.foo.smithi088.dbfvcx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:05:22Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:06:00Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:06: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=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:07:15.426219Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.jjghpu on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:07:15.427197Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.lkfzmc on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.88/16"}, "status": {"created": "2024-02-11T16:57:01.421766Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:53:31.041620Z", "last_refresh": "2024-02-11T17:07:17.178812Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:32.209992Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:54:32.207503Z", "last_refresh": "2024-02-11T17:07:17.178882Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:01.420843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T16:57:01.417643Z", "last_refresh": "2024-02-11T17:07:19.842992Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:53:34.907593Z", "last_refresh": "2024-02-11T17:07:17.178954Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:57.873613Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:54:57.867647Z", "last_refresh": "2024-02-11T17:07:17.179016Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:53:32.998901Z", "last_refresh": "2024-02-11T17:07:19.842604Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-11T16:56:57.378029Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-11T16:57:01.184426Z", "last_refresh": "2024-02-11T17:07:17.179303Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-11T17:07:22.887 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:07:23.889 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid eb5e91f4-c8fd-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:07:24.196 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:07:23 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T17:07:22.415108+0000 mgr.smithi088.srytvt (mgr.14180) 702 : cluster [DBG] pgmap v436: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 49 KiB/s rd, 0 B/s wr, 80 op/s 2024-02-11T17:07:24.196 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:07:23 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T17:07:22.556083+0000 mgr.smithi088.srytvt (mgr.14180) 703 : audit [DBG] from='client.15528 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:07:24.240 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:07:23 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T17:07:22.415108+0000 mgr.smithi088.srytvt (mgr.14180) 702 : cluster [DBG] pgmap v436: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 49 KiB/s rd, 0 B/s wr, 80 op/s 2024-02-11T17:07:24.241 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:07:23 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T17:07:22.556083+0000 mgr.smithi088.srytvt (mgr.14180) 703 : audit [DBG] from='client.15528 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:07:25.272 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-11T17:07:25.273 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:53:35.782365Z", "last_refresh": "2024-02-11T17:07:19.842356Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:53:31.954385Z", "last_refresh": "2024-02-11T17:07:17.178678Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:53:34.066531Z", "last_refresh": "2024-02-11T17:07:19.842483Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:02:12.627173Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.mqnmpl on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:04:46.086160Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.yobwoi on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-yobwoi\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-yobwoi\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.yobwoi\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.yobwoi\nDeploy daemon haproxy.nfs.foo.smithi148.yobwoi ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:02:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:03:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:04:08Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:07:15.425068Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi088.dbfvcx on smithi088: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi088-dbfvcx\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi088-dbfvcx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi088.dbfvcx\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi088.dbfvcx\nDeploy daemon haproxy.nfs.foo.smithi088.dbfvcx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:05:22Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:06:00Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:06: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=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:07:15.426219Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.jjghpu on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:07:15.427197Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.lkfzmc on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.88/16"}, "status": {"created": "2024-02-11T16:57:01.421766Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:53:31.041620Z", "last_refresh": "2024-02-11T17:07:17.178812Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:32.209992Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:54:32.207503Z", "last_refresh": "2024-02-11T17:07:17.178882Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:01.420843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T16:57:01.417643Z", "last_refresh": "2024-02-11T17:07:19.842992Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:53:34.907593Z", "last_refresh": "2024-02-11T17:07:17.178954Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:57.873613Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:54:57.867647Z", "last_refresh": "2024-02-11T17:07:17.179016Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:53:32.998901Z", "last_refresh": "2024-02-11T17:07:19.842604Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-11T16:56:57.378029Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-11T16:57:01.184426Z", "last_refresh": "2024-02-11T17:07:17.179303Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-11T17:07:25.657 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:07:26.035 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:07:25 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T17:07:24.415697+0000 mgr.smithi088.srytvt (mgr.14180) 704 : cluster [DBG] pgmap v437: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 30 KiB/s rd, 0 B/s wr, 49 op/s 2024-02-11T17:07:26.196 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:07:25 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T17:07:24.415697+0000 mgr.smithi088.srytvt (mgr.14180) 704 : cluster [DBG] pgmap v437: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 30 KiB/s rd, 0 B/s wr, 49 op/s 2024-02-11T17:07:26.658 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid eb5e91f4-c8fd-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:07:27.024 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:07:26 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T17:07:25.268461+0000 mgr.smithi088.srytvt (mgr.14180) 705 : audit [DBG] from='client.15532 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:07:27.196 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:07:26 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T17:07:25.268461+0000 mgr.smithi088.srytvt (mgr.14180) 705 : audit [DBG] from='client.15532 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:07:28.003 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-11T17:07:28.003 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:53:35.782365Z", "last_refresh": "2024-02-11T17:07:19.842356Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:53:31.954385Z", "last_refresh": "2024-02-11T17:07:17.178678Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:53:34.066531Z", "last_refresh": "2024-02-11T17:07:19.842483Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:02:12.627173Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.mqnmpl on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:04:46.086160Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.yobwoi on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-yobwoi\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-yobwoi\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.yobwoi\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.yobwoi\nDeploy daemon haproxy.nfs.foo.smithi148.yobwoi ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:02:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:03:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:04:08Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:07:15.425068Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi088.dbfvcx on smithi088: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi088-dbfvcx\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi088-dbfvcx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi088.dbfvcx\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi088.dbfvcx\nDeploy daemon haproxy.nfs.foo.smithi088.dbfvcx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:05:22Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:06:00Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:06: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=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:07:15.426219Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.jjghpu on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:07:15.427197Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.lkfzmc on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.88/16"}, "status": {"created": "2024-02-11T16:57:01.421766Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:53:31.041620Z", "last_refresh": "2024-02-11T17:07:17.178812Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:32.209992Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:54:32.207503Z", "last_refresh": "2024-02-11T17:07:17.178882Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:01.420843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T16:57:01.417643Z", "last_refresh": "2024-02-11T17:07:19.842992Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:53:34.907593Z", "last_refresh": "2024-02-11T17:07:17.178954Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:57.873613Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:54:57.867647Z", "last_refresh": "2024-02-11T17:07:17.179016Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:53:32.998901Z", "last_refresh": "2024-02-11T17:07:19.842604Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-11T16:56:57.378029Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-11T16:57:01.184426Z", "last_refresh": "2024-02-11T17:07:17.179303Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-11T17:07:28.026 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:07:27 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T17:07:26.416523+0000 mgr.smithi088.srytvt (mgr.14180) 706 : cluster [DBG] pgmap v438: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 11 KiB/s rd, 0 B/s wr, 17 op/s 2024-02-11T17:07:28.196 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:07:27 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T17:07:26.416523+0000 mgr.smithi088.srytvt (mgr.14180) 706 : cluster [DBG] pgmap v438: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 11 KiB/s rd, 0 B/s wr, 17 op/s 2024-02-11T17:07:28.381 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:07:29.196 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:07:28 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T17:07:27.998637+0000 mgr.smithi088.srytvt (mgr.14180) 707 : audit [DBG] from='client.15536 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:07:29.285 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:07:28 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T17:07:27.998637+0000 mgr.smithi088.srytvt (mgr.14180) 707 : audit [DBG] from='client.15536 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:07:29.382 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid eb5e91f4-c8fd-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:07:30.035 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:07:29 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T17:07:28.417168+0000 mgr.smithi088.srytvt (mgr.14180) 708 : cluster [DBG] pgmap v439: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.6 KiB/s rd, 1 op/s 2024-02-11T17:07:30.196 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:07:29 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T17:07:28.417168+0000 mgr.smithi088.srytvt (mgr.14180) 708 : cluster [DBG] pgmap v439: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.6 KiB/s rd, 1 op/s 2024-02-11T17:07:30.772 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-11T17:07:30.772 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:53:35.782365Z", "last_refresh": "2024-02-11T17:07:19.842356Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:53:31.954385Z", "last_refresh": "2024-02-11T17:07:17.178678Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:53:34.066531Z", "last_refresh": "2024-02-11T17:07:19.842483Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:02:12.627173Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.mqnmpl on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:04:46.086160Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.yobwoi on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-yobwoi\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-yobwoi\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.yobwoi\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.yobwoi\nDeploy daemon haproxy.nfs.foo.smithi148.yobwoi ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:02:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:03:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:04:08Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:07:15.425068Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi088.dbfvcx on smithi088: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi088-dbfvcx\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi088-dbfvcx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi088.dbfvcx\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi088.dbfvcx\nDeploy daemon haproxy.nfs.foo.smithi088.dbfvcx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:05:22Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:06:00Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:06: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=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:07:15.426219Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.jjghpu on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:07:15.427197Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.lkfzmc on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.88/16"}, "status": {"created": "2024-02-11T16:57:01.421766Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:53:31.041620Z", "last_refresh": "2024-02-11T17:07:17.178812Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:32.209992Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:54:32.207503Z", "last_refresh": "2024-02-11T17:07:17.178882Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:01.420843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T16:57:01.417643Z", "last_refresh": "2024-02-11T17:07:19.842992Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:53:34.907593Z", "last_refresh": "2024-02-11T17:07:17.178954Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:57.873613Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:54:57.867647Z", "last_refresh": "2024-02-11T17:07:17.179016Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:53:32.998901Z", "last_refresh": "2024-02-11T17:07:19.842604Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-11T16:56:57.378029Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-11T16:57:01.184426Z", "last_refresh": "2024-02-11T17:07:17.179303Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-11T17:07:31.163 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:07:32.164 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid eb5e91f4-c8fd-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:07:32.196 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:07:31 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T17:07:30.417797+0000 mgr.smithi088.srytvt (mgr.14180) 709 : cluster [DBG] pgmap v440: 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, 5 op/s 2024-02-11T17:07:32.196 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:07:31 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T17:07:30.767608+0000 mgr.smithi088.srytvt (mgr.14180) 710 : audit [DBG] from='client.15540 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:07:32.197 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:07:31 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T17:07:30.417797+0000 mgr.smithi088.srytvt (mgr.14180) 709 : cluster [DBG] pgmap v440: 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, 5 op/s 2024-02-11T17:07:32.197 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:07:31 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T17:07:30.767608+0000 mgr.smithi088.srytvt (mgr.14180) 710 : audit [DBG] from='client.15540 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:07:33.557 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-11T17:07:33.558 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:53:35.782365Z", "last_refresh": "2024-02-11T17:07:19.842356Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:53:31.954385Z", "last_refresh": "2024-02-11T17:07:17.178678Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:53:34.066531Z", "last_refresh": "2024-02-11T17:07:19.842483Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:02:12.627173Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.mqnmpl on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:04:46.086160Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.yobwoi on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-yobwoi\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-yobwoi\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.yobwoi\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.yobwoi\nDeploy daemon haproxy.nfs.foo.smithi148.yobwoi ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:02:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:03:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:04:08Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:07:15.425068Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi088.dbfvcx on smithi088: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi088-dbfvcx\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi088-dbfvcx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi088.dbfvcx\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi088.dbfvcx\nDeploy daemon haproxy.nfs.foo.smithi088.dbfvcx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:05:22Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:06:00Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:06: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=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:07:15.426219Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.jjghpu on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:07:15.427197Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.lkfzmc on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.88/16"}, "status": {"created": "2024-02-11T16:57:01.421766Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:53:31.041620Z", "last_refresh": "2024-02-11T17:07:17.178812Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:32.209992Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:54:32.207503Z", "last_refresh": "2024-02-11T17:07:17.178882Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:01.420843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T16:57:01.417643Z", "last_refresh": "2024-02-11T17:07:19.842992Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:53:34.907593Z", "last_refresh": "2024-02-11T17:07:17.178954Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:57.873613Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:54:57.867647Z", "last_refresh": "2024-02-11T17:07:17.179016Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:53:32.998901Z", "last_refresh": "2024-02-11T17:07:19.842604Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-11T16:56:57.378029Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-11T16:57:01.184426Z", "last_refresh": "2024-02-11T17:07:17.179303Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-11T17:07:34.081 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:07:34.196 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:07:33 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T17:07:32.418451+0000 mgr.smithi088.srytvt (mgr.14180) 711 : cluster [DBG] pgmap v441: 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, 6 op/s 2024-02-11T17:07:34.285 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:07:33 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T17:07:32.418451+0000 mgr.smithi088.srytvt (mgr.14180) 711 : cluster [DBG] pgmap v441: 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, 6 op/s 2024-02-11T17:07:35.082 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid eb5e91f4-c8fd-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:07:35.196 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:07:34 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T17:07:33.552886+0000 mgr.smithi088.srytvt (mgr.14180) 712 : audit [DBG] from='client.15544 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:07:35.285 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:07:34 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T17:07:33.552886+0000 mgr.smithi088.srytvt (mgr.14180) 712 : audit [DBG] from='client.15544 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:07:36.036 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:07:35 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T17:07:34.419079+0000 mgr.smithi088.srytvt (mgr.14180) 713 : cluster [DBG] pgmap v442: 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-11T17:07:36.196 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:07:35 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T17:07:34.419079+0000 mgr.smithi088.srytvt (mgr.14180) 713 : cluster [DBG] pgmap v442: 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-11T17:07:36.413 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-11T17:07:36.414 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:53:35.782365Z", "last_refresh": "2024-02-11T17:07:19.842356Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:53:31.954385Z", "last_refresh": "2024-02-11T17:07:17.178678Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:53:34.066531Z", "last_refresh": "2024-02-11T17:07:19.842483Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:02:12.627173Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.mqnmpl on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:04:46.086160Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.yobwoi on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-yobwoi\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-yobwoi\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.yobwoi\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.yobwoi\nDeploy daemon haproxy.nfs.foo.smithi148.yobwoi ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:02:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:03:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:04:08Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:07:15.425068Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi088.dbfvcx on smithi088: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi088-dbfvcx\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi088-dbfvcx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi088.dbfvcx\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi088.dbfvcx\nDeploy daemon haproxy.nfs.foo.smithi088.dbfvcx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:05:22Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:06:00Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:06: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=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:07:15.426219Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.jjghpu on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:07:15.427197Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.lkfzmc on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.88/16"}, "status": {"created": "2024-02-11T16:57:01.421766Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:53:31.041620Z", "last_refresh": "2024-02-11T17:07:17.178812Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:32.209992Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:54:32.207503Z", "last_refresh": "2024-02-11T17:07:17.178882Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:01.420843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T16:57:01.417643Z", "last_refresh": "2024-02-11T17:07:19.842992Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:53:34.907593Z", "last_refresh": "2024-02-11T17:07:17.178954Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:57.873613Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:54:57.867647Z", "last_refresh": "2024-02-11T17:07:17.179016Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:53:32.998901Z", "last_refresh": "2024-02-11T17:07:19.842604Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-11T16:56:57.378029Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-11T16:57:01.184426Z", "last_refresh": "2024-02-11T17:07:17.179303Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-11T17:07:36.778 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:07:37.696 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:07:37 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T17:07:36.319877+0000 mon.smithi088 (mon.0) 717 : audit [INF] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' 2024-02-11T17:07:37.696 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:07:37 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T17:07:36.409335+0000 mgr.smithi088.srytvt (mgr.14180) 714 : audit [DBG] from='client.15548 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:07:37.696 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:07:37 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T17:07:36.419632+0000 mgr.smithi088.srytvt (mgr.14180) 715 : cluster [DBG] pgmap v443: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 4.8 KiB/s rd, 0 B/s wr, 7 op/s 2024-02-11T17:07:37.779 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid eb5e91f4-c8fd-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:07:37.785 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:07:37 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T17:07:36.319877+0000 mon.smithi088 (mon.0) 717 : audit [INF] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' 2024-02-11T17:07:37.785 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:07:37 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T17:07:36.409335+0000 mgr.smithi088.srytvt (mgr.14180) 714 : audit [DBG] from='client.15548 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:07:37.785 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:07:37 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T17:07:36.419632+0000 mgr.smithi088.srytvt (mgr.14180) 715 : cluster [DBG] pgmap v443: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 4.8 KiB/s rd, 0 B/s wr, 7 op/s 2024-02-11T17:07:39.175 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-11T17:07:39.175 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:53:35.782365Z", "last_refresh": "2024-02-11T17:07:19.842356Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:53:31.954385Z", "last_refresh": "2024-02-11T17:07:17.178678Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:53:34.066531Z", "last_refresh": "2024-02-11T17:07:19.842483Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:02:12.627173Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.mqnmpl on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:04:46.086160Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.yobwoi on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-yobwoi\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-yobwoi\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.yobwoi\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.yobwoi\nDeploy daemon haproxy.nfs.foo.smithi148.yobwoi ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:02:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:03:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:04:08Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:07:15.425068Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi088.dbfvcx on smithi088: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi088-dbfvcx\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi088-dbfvcx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi088.dbfvcx\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi088.dbfvcx\nDeploy daemon haproxy.nfs.foo.smithi088.dbfvcx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:05:22Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:06:00Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:06: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=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:07:15.426219Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.jjghpu on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:07:15.427197Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.lkfzmc on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.88/16"}, "status": {"created": "2024-02-11T16:57:01.421766Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:53:31.041620Z", "last_refresh": "2024-02-11T17:07:17.178812Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:32.209992Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:54:32.207503Z", "last_refresh": "2024-02-11T17:07:17.178882Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:01.420843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T16:57:01.417643Z", "last_refresh": "2024-02-11T17:07:19.842992Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:53:34.907593Z", "last_refresh": "2024-02-11T17:07:17.178954Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:57.873613Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:54:57.867647Z", "last_refresh": "2024-02-11T17:07:17.179016Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:53:32.998901Z", "last_refresh": "2024-02-11T17:07:19.842604Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-11T16:56:57.378029Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-11T16:57:01.184426Z", "last_refresh": "2024-02-11T17:07:17.179303Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-11T17:07:39.545 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:07:39.785 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:07:39 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T17:07:38.420329+0000 mgr.smithi088.srytvt (mgr.14180) 716 : cluster [DBG] pgmap v444: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 4.1 KiB/s rd, 0 B/s wr, 6 op/s 2024-02-11T17:07:39.946 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:07:39 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T17:07:38.420329+0000 mgr.smithi088.srytvt (mgr.14180) 716 : cluster [DBG] pgmap v444: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 4.1 KiB/s rd, 0 B/s wr, 6 op/s 2024-02-11T17:07:40.546 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid eb5e91f4-c8fd-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:07:40.785 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:07:40 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T17:07:39.169969+0000 mgr.smithi088.srytvt (mgr.14180) 717 : audit [DBG] from='client.15552 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:07:40.946 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:07:40 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T17:07:39.169969+0000 mgr.smithi088.srytvt (mgr.14180) 717 : audit [DBG] from='client.15552 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:07:41.786 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:07:41 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T17:07:40.421318+0000 mgr.smithi088.srytvt (mgr.14180) 718 : cluster [DBG] pgmap v445: 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-11T17:07:41.889 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-11T17:07:41.889 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:53:35.782365Z", "last_refresh": "2024-02-11T17:07:19.842356Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:53:31.954385Z", "last_refresh": "2024-02-11T17:07:17.178678Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:53:34.066531Z", "last_refresh": "2024-02-11T17:07:19.842483Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:02:12.627173Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.mqnmpl on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:04:46.086160Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.yobwoi on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-yobwoi\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-yobwoi\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.yobwoi\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.yobwoi\nDeploy daemon haproxy.nfs.foo.smithi148.yobwoi ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:02:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:03:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:04:08Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:07:15.425068Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi088.dbfvcx on smithi088: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi088-dbfvcx\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi088-dbfvcx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi088.dbfvcx\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi088.dbfvcx\nDeploy daemon haproxy.nfs.foo.smithi088.dbfvcx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:05:22Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:06:00Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:06: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=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:07:15.426219Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.jjghpu on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:07:15.427197Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.lkfzmc on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.88/16"}, "status": {"created": "2024-02-11T16:57:01.421766Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:53:31.041620Z", "last_refresh": "2024-02-11T17:07:17.178812Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:32.209992Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:54:32.207503Z", "last_refresh": "2024-02-11T17:07:17.178882Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:01.420843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T16:57:01.417643Z", "last_refresh": "2024-02-11T17:07:19.842992Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:53:34.907593Z", "last_refresh": "2024-02-11T17:07:17.178954Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:57.873613Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:54:57.867647Z", "last_refresh": "2024-02-11T17:07:17.179016Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:53:32.998901Z", "last_refresh": "2024-02-11T17:07:19.842604Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-11T16:56:57.378029Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-11T16:57:01.184426Z", "last_refresh": "2024-02-11T17:07:17.179303Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-11T17:07:41.946 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:07:41 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T17:07:40.421318+0000 mgr.smithi088.srytvt (mgr.14180) 718 : cluster [DBG] pgmap v445: 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-11T17:07:42.262 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:07:42.535 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:07:42 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T17:07:41.884330+0000 mgr.smithi088.srytvt (mgr.14180) 719 : audit [DBG] from='client.15556 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:07:42.946 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:07:42 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T17:07:41.884330+0000 mgr.smithi088.srytvt (mgr.14180) 719 : audit [DBG] from='client.15556 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:07:43.263 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid eb5e91f4-c8fd-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:07:43.612 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:07:43 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T17:07:42.421896+0000 mgr.smithi088.srytvt (mgr.14180) 720 : cluster [DBG] pgmap v446: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.8 KiB/s rd, 0 B/s wr, 2 op/s 2024-02-11T17:07:43.946 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:07:43 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T17:07:42.421896+0000 mgr.smithi088.srytvt (mgr.14180) 720 : cluster [DBG] pgmap v446: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.8 KiB/s rd, 0 B/s wr, 2 op/s 2024-02-11T17:07:44.611 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-11T17:07:44.612 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:53:35.782365Z", "last_refresh": "2024-02-11T17:07:19.842356Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:53:31.954385Z", "last_refresh": "2024-02-11T17:07:17.178678Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:53:34.066531Z", "last_refresh": "2024-02-11T17:07:19.842483Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:02:12.627173Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.mqnmpl on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:04:46.086160Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.yobwoi on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-yobwoi\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-yobwoi\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.yobwoi\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.yobwoi\nDeploy daemon haproxy.nfs.foo.smithi148.yobwoi ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:02:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:03:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:04:08Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:07:15.425068Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi088.dbfvcx on smithi088: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi088-dbfvcx\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi088-dbfvcx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi088.dbfvcx\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi088.dbfvcx\nDeploy daemon haproxy.nfs.foo.smithi088.dbfvcx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:05:22Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:06:00Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:06: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=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:07:15.426219Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.jjghpu on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:07:15.427197Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.lkfzmc on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.88/16"}, "status": {"created": "2024-02-11T16:57:01.421766Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:53:31.041620Z", "last_refresh": "2024-02-11T17:07:17.178812Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:32.209992Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:54:32.207503Z", "last_refresh": "2024-02-11T17:07:17.178882Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:01.420843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T16:57:01.417643Z", "last_refresh": "2024-02-11T17:07:19.842992Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:53:34.907593Z", "last_refresh": "2024-02-11T17:07:17.178954Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:57.873613Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:54:57.867647Z", "last_refresh": "2024-02-11T17:07:17.179016Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:53:32.998901Z", "last_refresh": "2024-02-11T17:07:19.842604Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-11T16:56:57.378029Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-11T16:57:01.184426Z", "last_refresh": "2024-02-11T17:07:17.179303Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-11T17:07:45.054 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:07:45.696 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:07:45 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T17:07:44.422479+0000 mgr.smithi088.srytvt (mgr.14180) 721 : cluster [DBG] pgmap v447: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 853 B/s rd, 0 B/s wr, 1 op/s 2024-02-11T17:07:45.696 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:07:45 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T17:07:44.606834+0000 mgr.smithi088.srytvt (mgr.14180) 722 : audit [DBG] from='client.15560 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:07:45.786 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:07:45 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T17:07:44.422479+0000 mgr.smithi088.srytvt (mgr.14180) 721 : cluster [DBG] pgmap v447: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 853 B/s rd, 0 B/s wr, 1 op/s 2024-02-11T17:07:45.786 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:07:45 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T17:07:44.606834+0000 mgr.smithi088.srytvt (mgr.14180) 722 : audit [DBG] from='client.15560 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:07:46.055 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid eb5e91f4-c8fd-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:07:47.400 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-11T17:07:47.400 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:53:35.782365Z", "last_refresh": "2024-02-11T17:07:19.842356Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:53:31.954385Z", "last_refresh": "2024-02-11T17:07:17.178678Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:53:34.066531Z", "last_refresh": "2024-02-11T17:07:19.842483Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:02:12.627173Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.mqnmpl on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:04:46.086160Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.yobwoi on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-yobwoi\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-yobwoi\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.yobwoi\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.yobwoi\nDeploy daemon haproxy.nfs.foo.smithi148.yobwoi ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:02:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:03:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:04:08Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:07:15.425068Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi088.dbfvcx on smithi088: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi088-dbfvcx\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi088-dbfvcx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi088.dbfvcx\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi088.dbfvcx\nDeploy daemon haproxy.nfs.foo.smithi088.dbfvcx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:05:22Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:06:00Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:06: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=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:07:15.426219Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.jjghpu on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:07:15.427197Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.lkfzmc on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.88/16"}, "status": {"created": "2024-02-11T16:57:01.421766Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:53:31.041620Z", "last_refresh": "2024-02-11T17:07:17.178812Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:32.209992Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:54:32.207503Z", "last_refresh": "2024-02-11T17:07:17.178882Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:01.420843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T16:57:01.417643Z", "last_refresh": "2024-02-11T17:07:19.842992Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:53:34.907593Z", "last_refresh": "2024-02-11T17:07:17.178954Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:57.873613Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:54:57.867647Z", "last_refresh": "2024-02-11T17:07:17.179016Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:53:32.998901Z", "last_refresh": "2024-02-11T17:07:19.842604Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-11T16:56:57.378029Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-11T16:57:01.184426Z", "last_refresh": "2024-02-11T17:07:17.179303Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-11T17:07:47.741 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:07:47 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T17:07:46.423095+0000 mgr.smithi088.srytvt (mgr.14180) 723 : 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-11T17:07:47.784 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:07:47.946 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:07:47 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T17:07:46.423095+0000 mgr.smithi088.srytvt (mgr.14180) 723 : 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-11T17:07:48.785 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid eb5e91f4-c8fd-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:07:48.786 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:07:48 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T17:07:47.395633+0000 mgr.smithi088.srytvt (mgr.14180) 724 : audit [DBG] from='client.15564 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:07:48.946 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:07:48 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T17:07:47.395633+0000 mgr.smithi088.srytvt (mgr.14180) 724 : audit [DBG] from='client.15564 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:07:49.785 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:07:49 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T17:07:48.423767+0000 mgr.smithi088.srytvt (mgr.14180) 725 : cluster [DBG] pgmap v449: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:07:49.946 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:07:49 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T17:07:48.423767+0000 mgr.smithi088.srytvt (mgr.14180) 725 : cluster [DBG] pgmap v449: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:07:50.205 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-11T17:07:50.205 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:53:35.782365Z", "last_refresh": "2024-02-11T17:07:19.842356Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:53:31.954385Z", "last_refresh": "2024-02-11T17:07:17.178678Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:53:34.066531Z", "last_refresh": "2024-02-11T17:07:19.842483Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:02:12.627173Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.mqnmpl on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:04:46.086160Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.yobwoi on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-yobwoi\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-yobwoi\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.yobwoi\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.yobwoi\nDeploy daemon haproxy.nfs.foo.smithi148.yobwoi ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:02:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:03:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:04:08Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:07:15.425068Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi088.dbfvcx on smithi088: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi088-dbfvcx\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi088-dbfvcx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi088.dbfvcx\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi088.dbfvcx\nDeploy daemon haproxy.nfs.foo.smithi088.dbfvcx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:05:22Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:06:00Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:06: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=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:07:15.426219Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.jjghpu on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:07:15.427197Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.lkfzmc on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.88/16"}, "status": {"created": "2024-02-11T16:57:01.421766Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:53:31.041620Z", "last_refresh": "2024-02-11T17:07:17.178812Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:32.209992Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:54:32.207503Z", "last_refresh": "2024-02-11T17:07:17.178882Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:01.420843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T16:57:01.417643Z", "last_refresh": "2024-02-11T17:07:19.842992Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:53:34.907593Z", "last_refresh": "2024-02-11T17:07:17.178954Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:57.873613Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:54:57.867647Z", "last_refresh": "2024-02-11T17:07:17.179016Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:53:32.998901Z", "last_refresh": "2024-02-11T17:07:19.842604Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-11T16:56:57.378029Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-11T16:57:01.184426Z", "last_refresh": "2024-02-11T17:07:17.179303Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-11T17:07:50.594 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:07:51.595 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid eb5e91f4-c8fd-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:07:51.785 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:07:51 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T17:07:50.200787+0000 mgr.smithi088.srytvt (mgr.14180) 726 : audit [DBG] from='client.15568 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:07:51.785 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:07:51 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T17:07:50.424435+0000 mgr.smithi088.srytvt (mgr.14180) 727 : cluster [DBG] pgmap v450: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:07:51.946 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:07:51 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T17:07:50.200787+0000 mgr.smithi088.srytvt (mgr.14180) 726 : audit [DBG] from='client.15568 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:07:51.946 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:07:51 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T17:07:50.424435+0000 mgr.smithi088.srytvt (mgr.14180) 727 : cluster [DBG] pgmap v450: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:07:52.976 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-11T17:07:52.976 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:53:35.782365Z", "last_refresh": "2024-02-11T17:07:19.842356Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:53:31.954385Z", "last_refresh": "2024-02-11T17:07:17.178678Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:53:34.066531Z", "last_refresh": "2024-02-11T17:07:19.842483Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:02:12.627173Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.mqnmpl on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:04:46.086160Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.yobwoi on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-yobwoi\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-yobwoi\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.yobwoi\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.yobwoi\nDeploy daemon haproxy.nfs.foo.smithi148.yobwoi ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:02:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:03:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:04:08Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:07:15.425068Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi088.dbfvcx on smithi088: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi088-dbfvcx\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi088-dbfvcx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi088.dbfvcx\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi088.dbfvcx\nDeploy daemon haproxy.nfs.foo.smithi088.dbfvcx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:05:22Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:06:00Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:06: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=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:07:15.426219Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.jjghpu on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:07:15.427197Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.lkfzmc on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.88/16"}, "status": {"created": "2024-02-11T16:57:01.421766Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:53:31.041620Z", "last_refresh": "2024-02-11T17:07:17.178812Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:32.209992Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:54:32.207503Z", "last_refresh": "2024-02-11T17:07:17.178882Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:01.420843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T16:57:01.417643Z", "last_refresh": "2024-02-11T17:07:19.842992Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:53:34.907593Z", "last_refresh": "2024-02-11T17:07:17.178954Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:57.873613Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:54:57.867647Z", "last_refresh": "2024-02-11T17:07:17.179016Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:53:32.998901Z", "last_refresh": "2024-02-11T17:07:19.842604Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-11T16:56:57.378029Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-11T16:57:01.184426Z", "last_refresh": "2024-02-11T17:07:17.179303Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-11T17:07:53.374 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:07:53.785 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:07:53 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T17:07:52.424880+0000 mgr.smithi088.srytvt (mgr.14180) 728 : 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-11T17:07:53.785 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:07:53 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T17:07:52.971960+0000 mgr.smithi088.srytvt (mgr.14180) 729 : audit [DBG] from='client.15572 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:07:53.946 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:07:53 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T17:07:52.424880+0000 mgr.smithi088.srytvt (mgr.14180) 728 : 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-11T17:07:53.946 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:07:53 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T17:07:52.971960+0000 mgr.smithi088.srytvt (mgr.14180) 729 : audit [DBG] from='client.15572 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:07:54.376 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid eb5e91f4-c8fd-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:07:55.696 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:07:55 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T17:07:54.425678+0000 mgr.smithi088.srytvt (mgr.14180) 730 : 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-11T17:07:55.782 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-11T17:07:55.782 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:53:35.782365Z", "last_refresh": "2024-02-11T17:07:19.842356Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:53:31.954385Z", "last_refresh": "2024-02-11T17:07:17.178678Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:53:34.066531Z", "last_refresh": "2024-02-11T17:07:19.842483Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:02:12.627173Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.mqnmpl on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:04:46.086160Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.yobwoi on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-yobwoi\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-yobwoi\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.yobwoi\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.yobwoi\nDeploy daemon haproxy.nfs.foo.smithi148.yobwoi ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:02:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:03:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:04:08Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:07:15.425068Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi088.dbfvcx on smithi088: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi088-dbfvcx\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi088-dbfvcx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi088.dbfvcx\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi088.dbfvcx\nDeploy daemon haproxy.nfs.foo.smithi088.dbfvcx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:05:22Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:06:00Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:06: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=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:07:15.426219Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.jjghpu on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:07:15.427197Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.lkfzmc on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.88/16"}, "status": {"created": "2024-02-11T16:57:01.421766Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:53:31.041620Z", "last_refresh": "2024-02-11T17:07:17.178812Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:32.209992Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:54:32.207503Z", "last_refresh": "2024-02-11T17:07:17.178882Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:01.420843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T16:57:01.417643Z", "last_refresh": "2024-02-11T17:07:19.842992Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:53:34.907593Z", "last_refresh": "2024-02-11T17:07:17.178954Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:57.873613Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:54:57.867647Z", "last_refresh": "2024-02-11T17:07:17.179016Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:53:32.998901Z", "last_refresh": "2024-02-11T17:07:19.842604Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-11T16:56:57.378029Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-11T16:57:01.184426Z", "last_refresh": "2024-02-11T17:07:17.179303Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-11T17:07:55.785 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:07:55 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T17:07:54.425678+0000 mgr.smithi088.srytvt (mgr.14180) 730 : 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-11T17:07:56.193 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:07:56.785 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:07:56 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T17:07:55.777507+0000 mgr.smithi088.srytvt (mgr.14180) 731 : audit [DBG] from='client.15576 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:07:56.946 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:07:56 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T17:07:55.777507+0000 mgr.smithi088.srytvt (mgr.14180) 731 : audit [DBG] from='client.15576 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:07:57.194 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid eb5e91f4-c8fd-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:07:57.785 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:07:57 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T17:07:56.426384+0000 mgr.smithi088.srytvt (mgr.14180) 732 : 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-11T17:07:57.946 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:07:57 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T17:07:56.426384+0000 mgr.smithi088.srytvt (mgr.14180) 732 : 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-11T17:07:58.536 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-11T17:07:58.536 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:53:35.782365Z", "last_refresh": "2024-02-11T17:07:19.842356Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:53:31.954385Z", "last_refresh": "2024-02-11T17:07:17.178678Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:53:34.066531Z", "last_refresh": "2024-02-11T17:07:19.842483Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:02:12.627173Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.mqnmpl on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:04:46.086160Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.yobwoi on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-yobwoi\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-yobwoi\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.yobwoi\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.yobwoi\nDeploy daemon haproxy.nfs.foo.smithi148.yobwoi ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:02:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:03:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:04:08Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:07:15.425068Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi088.dbfvcx on smithi088: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi088-dbfvcx\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi088-dbfvcx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi088.dbfvcx\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi088.dbfvcx\nDeploy daemon haproxy.nfs.foo.smithi088.dbfvcx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:05:22Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:06:00Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:06: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=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:07:15.426219Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.jjghpu on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:07:15.427197Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.lkfzmc on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.88/16"}, "status": {"created": "2024-02-11T16:57:01.421766Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:53:31.041620Z", "last_refresh": "2024-02-11T17:07:17.178812Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:32.209992Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:54:32.207503Z", "last_refresh": "2024-02-11T17:07:17.178882Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:01.420843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T16:57:01.417643Z", "last_refresh": "2024-02-11T17:07:19.842992Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:53:34.907593Z", "last_refresh": "2024-02-11T17:07:17.178954Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:57.873613Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:54:57.867647Z", "last_refresh": "2024-02-11T17:07:17.179016Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:53:32.998901Z", "last_refresh": "2024-02-11T17:07:19.842604Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-11T16:56:57.378029Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-11T16:57:01.184426Z", "last_refresh": "2024-02-11T17:07:17.179303Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-11T17:07:58.900 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:07:59.785 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:07:59 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T17:07:58.427045+0000 mgr.smithi088.srytvt (mgr.14180) 733 : cluster [DBG] pgmap v454: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:07:59.785 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:07:59 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T17:07:58.530842+0000 mgr.smithi088.srytvt (mgr.14180) 734 : audit [DBG] from='client.15580 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:07:59.901 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid eb5e91f4-c8fd-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:07:59.946 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:07:59 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T17:07:58.427045+0000 mgr.smithi088.srytvt (mgr.14180) 733 : cluster [DBG] pgmap v454: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:07:59.946 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:07:59 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T17:07:58.530842+0000 mgr.smithi088.srytvt (mgr.14180) 734 : audit [DBG] from='client.15580 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:08:01.297 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-11T17:08:01.298 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:53:35.782365Z", "last_refresh": "2024-02-11T17:07:19.842356Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:53:31.954385Z", "last_refresh": "2024-02-11T17:07:17.178678Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:53:34.066531Z", "last_refresh": "2024-02-11T17:07:19.842483Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:02:12.627173Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.mqnmpl on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:04:46.086160Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.yobwoi on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-yobwoi\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-yobwoi\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.yobwoi\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.yobwoi\nDeploy daemon haproxy.nfs.foo.smithi148.yobwoi ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:02:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:03:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:04:08Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:07:15.425068Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi088.dbfvcx on smithi088: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi088-dbfvcx\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi088-dbfvcx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi088.dbfvcx\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi088.dbfvcx\nDeploy daemon haproxy.nfs.foo.smithi088.dbfvcx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:05:22Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:06:00Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:06: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=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:07:15.426219Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.jjghpu on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:07:15.427197Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.lkfzmc on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.88/16"}, "status": {"created": "2024-02-11T16:57:01.421766Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:53:31.041620Z", "last_refresh": "2024-02-11T17:07:17.178812Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:32.209992Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:54:32.207503Z", "last_refresh": "2024-02-11T17:07:17.178882Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:01.420843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T16:57:01.417643Z", "last_refresh": "2024-02-11T17:07:19.842992Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:53:34.907593Z", "last_refresh": "2024-02-11T17:07:17.178954Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:57.873613Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:54:57.867647Z", "last_refresh": "2024-02-11T17:07:17.179016Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:53:32.998901Z", "last_refresh": "2024-02-11T17:07:19.842604Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-11T16:56:57.378029Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-11T16:57:01.184426Z", "last_refresh": "2024-02-11T17:07:17.179303Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-11T17:08:01.629 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:08:01 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T17:08:00.427729+0000 mgr.smithi088.srytvt (mgr.14180) 735 : cluster [DBG] pgmap v455: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:08:01.724 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:08:01.946 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:08:01 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T17:08:00.427729+0000 mgr.smithi088.srytvt (mgr.14180) 735 : cluster [DBG] pgmap v455: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:08:02.725 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid eb5e91f4-c8fd-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:08:02.946 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:08:02 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T17:08:01.292768+0000 mgr.smithi088.srytvt (mgr.14180) 736 : audit [DBG] from='client.15584 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:08:03.035 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:08:02 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T17:08:01.292768+0000 mgr.smithi088.srytvt (mgr.14180) 736 : audit [DBG] from='client.15584 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:08:03.652 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:08:03 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T17:08:02.428432+0000 mgr.smithi088.srytvt (mgr.14180) 737 : 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-11T17:08:03.946 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:08:03 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T17:08:02.428432+0000 mgr.smithi088.srytvt (mgr.14180) 737 : 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-11T17:08:04.007 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-11T17:08:04.007 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:53:35.782365Z", "last_refresh": "2024-02-11T17:07:19.842356Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:53:31.954385Z", "last_refresh": "2024-02-11T17:07:17.178678Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:53:34.066531Z", "last_refresh": "2024-02-11T17:07:19.842483Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:02:12.627173Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.mqnmpl on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:04:46.086160Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.yobwoi on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-yobwoi\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-yobwoi\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.yobwoi\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.yobwoi\nDeploy daemon haproxy.nfs.foo.smithi148.yobwoi ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:02:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:03:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:04:08Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:07:15.425068Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi088.dbfvcx on smithi088: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi088-dbfvcx\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi088-dbfvcx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi088.dbfvcx\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi088.dbfvcx\nDeploy daemon haproxy.nfs.foo.smithi088.dbfvcx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:05:22Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:06:00Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:06: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=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:07:15.426219Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.jjghpu on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:07:15.427197Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.lkfzmc on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.88/16"}, "status": {"created": "2024-02-11T16:57:01.421766Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:53:31.041620Z", "last_refresh": "2024-02-11T17:07:17.178812Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:32.209992Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:54:32.207503Z", "last_refresh": "2024-02-11T17:07:17.178882Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:01.420843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T16:57:01.417643Z", "last_refresh": "2024-02-11T17:07:19.842992Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:53:34.907593Z", "last_refresh": "2024-02-11T17:07:17.178954Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:57.873613Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:54:57.867647Z", "last_refresh": "2024-02-11T17:07:17.179016Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:53:32.998901Z", "last_refresh": "2024-02-11T17:07:19.842604Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-11T16:56:57.378029Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-11T16:57:01.184426Z", "last_refresh": "2024-02-11T17:07:17.179303Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-11T17:08:04.389 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:08:04.785 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:08:04 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T17:08:04.002939+0000 mgr.smithi088.srytvt (mgr.14180) 738 : audit [DBG] from='client.15588 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:08:04.946 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:08:04 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T17:08:04.002939+0000 mgr.smithi088.srytvt (mgr.14180) 738 : audit [DBG] from='client.15588 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:08:05.390 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid eb5e91f4-c8fd-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:08:05.696 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:08:05 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T17:08:04.429017+0000 mgr.smithi088.srytvt (mgr.14180) 739 : 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-11T17:08:05.732 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:08:05 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T17:08:04.429017+0000 mgr.smithi088.srytvt (mgr.14180) 739 : 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-11T17:08:06.769 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-11T17:08:06.769 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:53:35.782365Z", "last_refresh": "2024-02-11T17:07:19.842356Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:53:31.954385Z", "last_refresh": "2024-02-11T17:07:17.178678Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:53:34.066531Z", "last_refresh": "2024-02-11T17:07:19.842483Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:02:12.627173Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.mqnmpl on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:04:46.086160Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.yobwoi on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-yobwoi\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-yobwoi\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.yobwoi\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.yobwoi\nDeploy daemon haproxy.nfs.foo.smithi148.yobwoi ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:02:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:03:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:04:08Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:07:15.425068Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi088.dbfvcx on smithi088: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi088-dbfvcx\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi088-dbfvcx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi088.dbfvcx\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi088.dbfvcx\nDeploy daemon haproxy.nfs.foo.smithi088.dbfvcx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:05:22Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:06:00Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:06: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=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:07:15.426219Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.jjghpu on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:07:15.427197Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.lkfzmc on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.88/16"}, "status": {"created": "2024-02-11T16:57:01.421766Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:53:31.041620Z", "last_refresh": "2024-02-11T17:07:17.178812Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:32.209992Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:54:32.207503Z", "last_refresh": "2024-02-11T17:07:17.178882Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:01.420843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T16:57:01.417643Z", "last_refresh": "2024-02-11T17:07:19.842992Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:53:34.907593Z", "last_refresh": "2024-02-11T17:07:17.178954Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:57.873613Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:54:57.867647Z", "last_refresh": "2024-02-11T17:07:17.179016Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:53:32.998901Z", "last_refresh": "2024-02-11T17:07:19.842604Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-11T16:56:57.378029Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-11T16:57:01.184426Z", "last_refresh": "2024-02-11T17:07:17.179303Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-11T17:08:07.196 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:08:07.946 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:08:07 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T17:08:06.429635+0000 mgr.smithi088.srytvt (mgr.14180) 740 : 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-11T17:08:07.946 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:08:07 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T17:08:06.765034+0000 mgr.smithi088.srytvt (mgr.14180) 741 : audit [DBG] from='client.15592 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:08:08.035 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:08:07 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T17:08:06.429635+0000 mgr.smithi088.srytvt (mgr.14180) 740 : 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-11T17:08:08.035 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:08:07 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T17:08:06.765034+0000 mgr.smithi088.srytvt (mgr.14180) 741 : audit [DBG] from='client.15592 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:08:08.198 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid eb5e91f4-c8fd-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:08:09.574 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-11T17:08:09.574 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:53:35.782365Z", "last_refresh": "2024-02-11T17:07:19.842356Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:53:31.954385Z", "last_refresh": "2024-02-11T17:07:17.178678Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:53:34.066531Z", "last_refresh": "2024-02-11T17:07:19.842483Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:02:12.627173Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.mqnmpl on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:04:46.086160Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.yobwoi on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-yobwoi\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-yobwoi\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.yobwoi\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.yobwoi\nDeploy daemon haproxy.nfs.foo.smithi148.yobwoi ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:02:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:03:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:04:08Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:07:15.425068Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi088.dbfvcx on smithi088: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi088-dbfvcx\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi088-dbfvcx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi088.dbfvcx\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi088.dbfvcx\nDeploy daemon haproxy.nfs.foo.smithi088.dbfvcx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:05:22Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:06:00Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:06: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=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:07:15.426219Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.jjghpu on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:07:15.427197Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.lkfzmc on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.88/16"}, "status": {"created": "2024-02-11T16:57:01.421766Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:53:31.041620Z", "last_refresh": "2024-02-11T17:07:17.178812Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:32.209992Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:54:32.207503Z", "last_refresh": "2024-02-11T17:07:17.178882Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:01.420843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T16:57:01.417643Z", "last_refresh": "2024-02-11T17:07:19.842992Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:53:34.907593Z", "last_refresh": "2024-02-11T17:07:17.178954Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:57.873613Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:54:57.867647Z", "last_refresh": "2024-02-11T17:07:17.179016Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:53:32.998901Z", "last_refresh": "2024-02-11T17:07:19.842604Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-11T16:56:57.378029Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-11T16:57:01.184426Z", "last_refresh": "2024-02-11T17:07:17.179303Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-11T17:08:09.904 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:08:09 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T17:08:08.430309+0000 mgr.smithi088.srytvt (mgr.14180) 742 : cluster [DBG] pgmap v459: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:08:09.937 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:08:09.946 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:08:09 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T17:08:08.430309+0000 mgr.smithi088.srytvt (mgr.14180) 742 : cluster [DBG] pgmap v459: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:08:10.939 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid eb5e91f4-c8fd-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:08:10.946 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:08:10 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T17:08:09.569678+0000 mgr.smithi088.srytvt (mgr.14180) 743 : audit [DBG] from='client.15596 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:08:10.971 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:08:10 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T17:08:09.569678+0000 mgr.smithi088.srytvt (mgr.14180) 743 : audit [DBG] from='client.15596 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:08:11.941 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:08:11 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T17:08:10.431247+0000 mgr.smithi088.srytvt (mgr.14180) 744 : cluster [DBG] pgmap v460: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:08:11.946 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:08:11 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T17:08:10.431247+0000 mgr.smithi088.srytvt (mgr.14180) 744 : cluster [DBG] pgmap v460: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:08:12.305 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-11T17:08:12.305 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:53:35.782365Z", "last_refresh": "2024-02-11T17:07:19.842356Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:53:31.954385Z", "last_refresh": "2024-02-11T17:07:17.178678Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:53:34.066531Z", "last_refresh": "2024-02-11T17:07:19.842483Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:02:12.627173Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.mqnmpl on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:04:46.086160Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.yobwoi on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-yobwoi\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-yobwoi\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.yobwoi\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.yobwoi\nDeploy daemon haproxy.nfs.foo.smithi148.yobwoi ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:02:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:03:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:04:08Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:07:15.425068Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi088.dbfvcx on smithi088: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi088-dbfvcx\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi088-dbfvcx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi088.dbfvcx\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi088.dbfvcx\nDeploy daemon haproxy.nfs.foo.smithi088.dbfvcx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:05:22Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:06:00Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:06: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=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:07:15.426219Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.jjghpu on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:07:15.427197Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.lkfzmc on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.88/16"}, "status": {"created": "2024-02-11T16:57:01.421766Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:53:31.041620Z", "last_refresh": "2024-02-11T17:07:17.178812Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:32.209992Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:54:32.207503Z", "last_refresh": "2024-02-11T17:07:17.178882Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:01.420843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T16:57:01.417643Z", "last_refresh": "2024-02-11T17:07:19.842992Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:53:34.907593Z", "last_refresh": "2024-02-11T17:07:17.178954Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:57.873613Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:54:57.867647Z", "last_refresh": "2024-02-11T17:07:17.179016Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:53:32.998901Z", "last_refresh": "2024-02-11T17:07:19.842604Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-11T16:56:57.378029Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-11T16:57:01.184426Z", "last_refresh": "2024-02-11T17:07:17.179303Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-11T17:08:12.703 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:08:13.705 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid eb5e91f4-c8fd-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:08:13.946 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:08:13 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T17:08:12.300581+0000 mgr.smithi088.srytvt (mgr.14180) 745 : audit [DBG] from='client.15600 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:08:13.947 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:08:13 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T17:08:12.431732+0000 mgr.smithi088.srytvt (mgr.14180) 746 : 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-11T17:08:14.035 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:08:13 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T17:08:12.300581+0000 mgr.smithi088.srytvt (mgr.14180) 745 : audit [DBG] from='client.15600 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:08:14.035 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:08:13 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T17:08:12.431732+0000 mgr.smithi088.srytvt (mgr.14180) 746 : 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-11T17:08:15.082 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-11T17:08:15.082 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:53:35.782365Z", "last_refresh": "2024-02-11T17:07:19.842356Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:53:31.954385Z", "last_refresh": "2024-02-11T17:07:17.178678Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:53:34.066531Z", "last_refresh": "2024-02-11T17:07:19.842483Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:02:12.627173Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.mqnmpl on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:04:46.086160Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.yobwoi on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-yobwoi\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-yobwoi\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.yobwoi\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.yobwoi\nDeploy daemon haproxy.nfs.foo.smithi148.yobwoi ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:02:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:03:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:04:08Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:07:15.425068Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi088.dbfvcx on smithi088: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi088-dbfvcx\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi088-dbfvcx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi088.dbfvcx\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi088.dbfvcx\nDeploy daemon haproxy.nfs.foo.smithi088.dbfvcx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:05:22Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:06:00Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:06: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=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:07:15.426219Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.jjghpu on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:07:15.427197Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.lkfzmc on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.88/16"}, "status": {"created": "2024-02-11T16:57:01.421766Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:53:31.041620Z", "last_refresh": "2024-02-11T17:07:17.178812Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:32.209992Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:54:32.207503Z", "last_refresh": "2024-02-11T17:07:17.178882Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:01.420843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T16:57:01.417643Z", "last_refresh": "2024-02-11T17:07:19.842992Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:53:34.907593Z", "last_refresh": "2024-02-11T17:07:17.178954Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:57.873613Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:54:57.867647Z", "last_refresh": "2024-02-11T17:07:17.179016Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:53:32.998901Z", "last_refresh": "2024-02-11T17:07:19.842604Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-11T16:56:57.378029Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-11T16:57:01.184426Z", "last_refresh": "2024-02-11T17:07:17.179303Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-11T17:08:15.471 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:08:15.696 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:08:15 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T17:08:14.432490+0000 mgr.smithi088.srytvt (mgr.14180) 747 : 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-11T17:08:15.785 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:08:15 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T17:08:14.432490+0000 mgr.smithi088.srytvt (mgr.14180) 747 : 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-11T17:08:16.472 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid eb5e91f4-c8fd-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:08:16.785 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:08:16 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T17:08:15.077234+0000 mgr.smithi088.srytvt (mgr.14180) 748 : audit [DBG] from='client.15604 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:08:16.946 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:08:16 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T17:08:15.077234+0000 mgr.smithi088.srytvt (mgr.14180) 748 : audit [DBG] from='client.15604 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:08:17.785 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:08:17 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T17:08:16.433287+0000 mgr.smithi088.srytvt (mgr.14180) 749 : 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-11T17:08:17.832 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-11T17:08:17.833 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:53:35.782365Z", "last_refresh": "2024-02-11T17:07:19.842356Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:53:31.954385Z", "last_refresh": "2024-02-11T17:07:17.178678Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:53:34.066531Z", "last_refresh": "2024-02-11T17:07:19.842483Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:02:12.627173Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.mqnmpl on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:04:46.086160Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.yobwoi on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-yobwoi\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-yobwoi\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.yobwoi\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.yobwoi\nDeploy daemon haproxy.nfs.foo.smithi148.yobwoi ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:02:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:03:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:04:08Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:07:15.425068Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi088.dbfvcx on smithi088: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi088-dbfvcx\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi088-dbfvcx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi088.dbfvcx\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi088.dbfvcx\nDeploy daemon haproxy.nfs.foo.smithi088.dbfvcx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:05:22Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:06:00Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:06: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=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:07:15.426219Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.jjghpu on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:07:15.427197Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.lkfzmc on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.88/16"}, "status": {"created": "2024-02-11T16:57:01.421766Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:53:31.041620Z", "last_refresh": "2024-02-11T17:07:17.178812Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:32.209992Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:54:32.207503Z", "last_refresh": "2024-02-11T17:07:17.178882Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:01.420843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T16:57:01.417643Z", "last_refresh": "2024-02-11T17:07:19.842992Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:53:34.907593Z", "last_refresh": "2024-02-11T17:07:17.178954Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:57.873613Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:54:57.867647Z", "last_refresh": "2024-02-11T17:07:17.179016Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:53:32.998901Z", "last_refresh": "2024-02-11T17:07:19.842604Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-11T16:56:57.378029Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-11T16:57:01.184426Z", "last_refresh": "2024-02-11T17:07:17.179303Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-11T17:08:17.946 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:08:17 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T17:08:16.433287+0000 mgr.smithi088.srytvt (mgr.14180) 749 : 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-11T17:08:18.203 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:08:18.946 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:08:18 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T17:08:17.828580+0000 mgr.smithi088.srytvt (mgr.14180) 750 : audit [DBG] from='client.15608 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:08:19.035 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:08:18 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T17:08:17.828580+0000 mgr.smithi088.srytvt (mgr.14180) 750 : audit [DBG] from='client.15608 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:08:19.204 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid eb5e91f4-c8fd-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:08:19.907 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:08:19 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T17:08:18.433982+0000 mgr.smithi088.srytvt (mgr.14180) 751 : cluster [DBG] pgmap v464: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:08:19.946 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:08:19 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T17:08:18.433982+0000 mgr.smithi088.srytvt (mgr.14180) 751 : cluster [DBG] pgmap v464: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:08:20.648 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-11T17:08:20.648 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:53:35.782365Z", "last_refresh": "2024-02-11T17:07:19.842356Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:53:31.954385Z", "last_refresh": "2024-02-11T17:07:17.178678Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:53:34.066531Z", "last_refresh": "2024-02-11T17:07:19.842483Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:02:12.627173Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.mqnmpl on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:04:46.086160Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.yobwoi on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-yobwoi\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-yobwoi\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.yobwoi\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.yobwoi\nDeploy daemon haproxy.nfs.foo.smithi148.yobwoi ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:02:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:03:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:04:08Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:07:15.425068Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi088.dbfvcx on smithi088: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi088-dbfvcx\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi088-dbfvcx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi088.dbfvcx\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi088.dbfvcx\nDeploy daemon haproxy.nfs.foo.smithi088.dbfvcx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:05:22Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:06:00Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:06: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=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:07:15.426219Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.jjghpu on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:07:15.427197Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.lkfzmc on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.88/16"}, "status": {"created": "2024-02-11T16:57:01.421766Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:53:31.041620Z", "last_refresh": "2024-02-11T17:07:17.178812Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:32.209992Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:54:32.207503Z", "last_refresh": "2024-02-11T17:07:17.178882Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:01.420843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T16:57:01.417643Z", "last_refresh": "2024-02-11T17:07:19.842992Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:53:34.907593Z", "last_refresh": "2024-02-11T17:07:17.178954Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:57.873613Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:54:57.867647Z", "last_refresh": "2024-02-11T17:07:17.179016Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:53:32.998901Z", "last_refresh": "2024-02-11T17:07:19.842604Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-11T16:56:57.378029Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-11T16:57:01.184426Z", "last_refresh": "2024-02-11T17:07:17.179303Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-11T17:08:21.029 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:08:21.946 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:08:21 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T17:08:20.434671+0000 mgr.smithi088.srytvt (mgr.14180) 752 : cluster [DBG] pgmap v465: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:08:21.946 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:08:21 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T17:08:20.643613+0000 mgr.smithi088.srytvt (mgr.14180) 753 : audit [DBG] from='client.15612 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:08:22.031 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid eb5e91f4-c8fd-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:08:22.035 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:08:21 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T17:08:20.434671+0000 mgr.smithi088.srytvt (mgr.14180) 752 : cluster [DBG] pgmap v465: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:08:22.035 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:08:21 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T17:08:20.643613+0000 mgr.smithi088.srytvt (mgr.14180) 753 : audit [DBG] from='client.15612 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:08:23.394 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-11T17:08:23.395 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:53:35.782365Z", "last_refresh": "2024-02-11T17:07:19.842356Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:53:31.954385Z", "last_refresh": "2024-02-11T17:07:17.178678Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:53:34.066531Z", "last_refresh": "2024-02-11T17:07:19.842483Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:02:12.627173Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.mqnmpl on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:04:46.086160Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.yobwoi on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-yobwoi\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-yobwoi\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.yobwoi\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.yobwoi\nDeploy daemon haproxy.nfs.foo.smithi148.yobwoi ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:02:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:03:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:04:08Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:07:15.425068Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi088.dbfvcx on smithi088: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi088-dbfvcx\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi088-dbfvcx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi088.dbfvcx\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi088.dbfvcx\nDeploy daemon haproxy.nfs.foo.smithi088.dbfvcx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:05:22Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:06:00Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:06: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=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:07:15.426219Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.jjghpu on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:07:15.427197Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.lkfzmc on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.88/16"}, "status": {"created": "2024-02-11T16:57:01.421766Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:53:31.041620Z", "last_refresh": "2024-02-11T17:07:17.178812Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:32.209992Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:54:32.207503Z", "last_refresh": "2024-02-11T17:07:17.178882Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:01.420843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T16:57:01.417643Z", "last_refresh": "2024-02-11T17:07:19.842992Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:53:34.907593Z", "last_refresh": "2024-02-11T17:07:17.178954Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:57.873613Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:54:57.867647Z", "last_refresh": "2024-02-11T17:07:17.179016Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:53:32.998901Z", "last_refresh": "2024-02-11T17:07:19.842604Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-11T16:56:57.378029Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-11T16:57:01.184426Z", "last_refresh": "2024-02-11T17:07:17.179303Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-11T17:08:23.716 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:08:23 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T17:08:22.435225+0000 mgr.smithi088.srytvt (mgr.14180) 754 : 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-11T17:08:23.776 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:08:23.946 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:08:23 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T17:08:22.435225+0000 mgr.smithi088.srytvt (mgr.14180) 754 : 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-11T17:08:24.776 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid eb5e91f4-c8fd-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:08:24.946 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:08:24 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T17:08:23.390229+0000 mgr.smithi088.srytvt (mgr.14180) 755 : audit [DBG] from='client.15616 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:08:25.035 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:08:24 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T17:08:23.390229+0000 mgr.smithi088.srytvt (mgr.14180) 755 : audit [DBG] from='client.15616 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:08:25.696 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:08:25 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T17:08:24.435903+0000 mgr.smithi088.srytvt (mgr.14180) 756 : 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-11T17:08:25.785 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:08:25 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T17:08:24.435903+0000 mgr.smithi088.srytvt (mgr.14180) 756 : 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-11T17:08:26.210 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-11T17:08:26.210 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:53:35.782365Z", "last_refresh": "2024-02-11T17:07:19.842356Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:53:31.954385Z", "last_refresh": "2024-02-11T17:07:17.178678Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:53:34.066531Z", "last_refresh": "2024-02-11T17:07:19.842483Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:02:12.627173Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.mqnmpl on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:04:46.086160Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.yobwoi on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-yobwoi\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-yobwoi\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.yobwoi\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.yobwoi\nDeploy daemon haproxy.nfs.foo.smithi148.yobwoi ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:02:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:03:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:04:08Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:07:15.425068Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi088.dbfvcx on smithi088: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi088-dbfvcx\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi088-dbfvcx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi088.dbfvcx\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi088.dbfvcx\nDeploy daemon haproxy.nfs.foo.smithi088.dbfvcx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:05:22Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:06:00Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:06: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=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:07:15.426219Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.jjghpu on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:07:15.427197Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.lkfzmc on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.88/16"}, "status": {"created": "2024-02-11T16:57:01.421766Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:53:31.041620Z", "last_refresh": "2024-02-11T17:07:17.178812Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:32.209992Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:54:32.207503Z", "last_refresh": "2024-02-11T17:07:17.178882Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:01.420843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T16:57:01.417643Z", "last_refresh": "2024-02-11T17:07:19.842992Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:53:34.907593Z", "last_refresh": "2024-02-11T17:07:17.178954Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:57.873613Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:54:57.867647Z", "last_refresh": "2024-02-11T17:07:17.179016Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:53:32.998901Z", "last_refresh": "2024-02-11T17:07:19.842604Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-11T16:56:57.378029Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-11T16:57:01.184426Z", "last_refresh": "2024-02-11T17:07:17.179303Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-11T17:08:26.635 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:08:27.636 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid eb5e91f4-c8fd-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:08:27.946 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:08:27 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T17:08:26.205571+0000 mgr.smithi088.srytvt (mgr.14180) 757 : audit [DBG] from='client.15620 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:08:27.946 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:08:27 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T17:08:26.436550+0000 mgr.smithi088.srytvt (mgr.14180) 758 : 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-11T17:08:27.977 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:08:27 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T17:08:26.205571+0000 mgr.smithi088.srytvt (mgr.14180) 757 : audit [DBG] from='client.15620 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:08:27.977 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:08:27 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T17:08:26.436550+0000 mgr.smithi088.srytvt (mgr.14180) 758 : 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-11T17:08:28.943 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-11T17:08:28.943 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:53:35.782365Z", "last_refresh": "2024-02-11T17:07:19.842356Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:53:31.954385Z", "last_refresh": "2024-02-11T17:07:17.178678Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:53:34.066531Z", "last_refresh": "2024-02-11T17:07:19.842483Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:02:12.627173Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.mqnmpl on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:04:46.086160Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.yobwoi on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-yobwoi\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-yobwoi\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.yobwoi\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.yobwoi\nDeploy daemon haproxy.nfs.foo.smithi148.yobwoi ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:02:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:03:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:04:08Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:07:15.425068Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi088.dbfvcx on smithi088: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi088-dbfvcx\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi088-dbfvcx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi088.dbfvcx\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi088.dbfvcx\nDeploy daemon haproxy.nfs.foo.smithi088.dbfvcx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:05:22Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:06:00Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:06: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=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:07:15.426219Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.jjghpu on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:07:15.427197Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.lkfzmc on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.88/16"}, "status": {"created": "2024-02-11T16:57:01.421766Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:53:31.041620Z", "last_refresh": "2024-02-11T17:07:17.178812Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:32.209992Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:54:32.207503Z", "last_refresh": "2024-02-11T17:07:17.178882Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:01.420843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T16:57:01.417643Z", "last_refresh": "2024-02-11T17:07:19.842992Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:53:34.907593Z", "last_refresh": "2024-02-11T17:07:17.178954Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:57.873613Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:54:57.867647Z", "last_refresh": "2024-02-11T17:07:17.179016Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:53:32.998901Z", "last_refresh": "2024-02-11T17:07:19.842604Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-11T16:56:57.378029Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-11T16:57:01.184426Z", "last_refresh": "2024-02-11T17:07:17.179303Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-11T17:08:29.326 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:08:29.905 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:08:29 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T17:08:28.437215+0000 mgr.smithi088.srytvt (mgr.14180) 759 : cluster [DBG] pgmap v469: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:08:29.905 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:08:29 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T17:08:28.938658+0000 mgr.smithi088.srytvt (mgr.14180) 760 : audit [DBG] from='client.15624 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:08:29.946 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:08:29 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T17:08:28.437215+0000 mgr.smithi088.srytvt (mgr.14180) 759 : cluster [DBG] pgmap v469: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:08:29.946 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:08:29 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T17:08:28.938658+0000 mgr.smithi088.srytvt (mgr.14180) 760 : audit [DBG] from='client.15624 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:08:30.327 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid eb5e91f4-c8fd-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:08:31.776 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-11T17:08:31.777 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:53:35.782365Z", "last_refresh": "2024-02-11T17:07:19.842356Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:53:31.954385Z", "last_refresh": "2024-02-11T17:07:17.178678Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:53:34.066531Z", "last_refresh": "2024-02-11T17:07:19.842483Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:02:12.627173Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.mqnmpl on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:04:46.086160Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.yobwoi on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-yobwoi\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-yobwoi\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.yobwoi\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.yobwoi\nDeploy daemon haproxy.nfs.foo.smithi148.yobwoi ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:02:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:03:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:04:08Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:07:15.425068Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi088.dbfvcx on smithi088: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi088-dbfvcx\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi088-dbfvcx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi088.dbfvcx\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi088.dbfvcx\nDeploy daemon haproxy.nfs.foo.smithi088.dbfvcx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:05:22Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:06:00Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:06: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=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:07:15.426219Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.jjghpu on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:07:15.427197Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.lkfzmc on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.88/16"}, "status": {"created": "2024-02-11T16:57:01.421766Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:53:31.041620Z", "last_refresh": "2024-02-11T17:07:17.178812Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:32.209992Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:54:32.207503Z", "last_refresh": "2024-02-11T17:07:17.178882Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:01.420843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T16:57:01.417643Z", "last_refresh": "2024-02-11T17:07:19.842992Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:53:34.907593Z", "last_refresh": "2024-02-11T17:07:17.178954Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:57.873613Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:54:57.867647Z", "last_refresh": "2024-02-11T17:07:17.179016Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:53:32.998901Z", "last_refresh": "2024-02-11T17:07:19.842604Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-11T16:56:57.378029Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-11T16:57:01.184426Z", "last_refresh": "2024-02-11T17:07:17.179303Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-11T17:08:31.785 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:08:31 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T17:08:30.437963+0000 mgr.smithi088.srytvt (mgr.14180) 761 : cluster [DBG] pgmap v470: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:08:31.946 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:08:31 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T17:08:30.437963+0000 mgr.smithi088.srytvt (mgr.14180) 761 : cluster [DBG] pgmap v470: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:08:32.158 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:08:32.946 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:08:32 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T17:08:31.771889+0000 mgr.smithi088.srytvt (mgr.14180) 762 : audit [DBG] from='client.15628 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:08:33.035 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:08:32 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T17:08:31.771889+0000 mgr.smithi088.srytvt (mgr.14180) 762 : audit [DBG] from='client.15628 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:08:33.159 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid eb5e91f4-c8fd-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:08:33.785 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:08:33 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T17:08:32.438629+0000 mgr.smithi088.srytvt (mgr.14180) 763 : 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-11T17:08:33.946 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:08:33 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T17:08:32.438629+0000 mgr.smithi088.srytvt (mgr.14180) 763 : 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-11T17:08:34.463 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-11T17:08:34.463 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:53:35.782365Z", "last_refresh": "2024-02-11T17:07:19.842356Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:53:31.954385Z", "last_refresh": "2024-02-11T17:07:17.178678Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:53:34.066531Z", "last_refresh": "2024-02-11T17:07:19.842483Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:02:12.627173Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.mqnmpl on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:04:46.086160Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.yobwoi on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-yobwoi\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-yobwoi\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.yobwoi\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.yobwoi\nDeploy daemon haproxy.nfs.foo.smithi148.yobwoi ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:02:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:03:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:04:08Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:07:15.425068Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi088.dbfvcx on smithi088: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi088-dbfvcx\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi088-dbfvcx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi088.dbfvcx\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi088.dbfvcx\nDeploy daemon haproxy.nfs.foo.smithi088.dbfvcx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:05:22Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:06:00Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:06: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=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:07:15.426219Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.jjghpu on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:07:15.427197Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.lkfzmc on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.88/16"}, "status": {"created": "2024-02-11T16:57:01.421766Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:53:31.041620Z", "last_refresh": "2024-02-11T17:07:17.178812Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:32.209992Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:54:32.207503Z", "last_refresh": "2024-02-11T17:07:17.178882Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:01.420843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T16:57:01.417643Z", "last_refresh": "2024-02-11T17:07:19.842992Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:53:34.907593Z", "last_refresh": "2024-02-11T17:07:17.178954Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:57.873613Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:54:57.867647Z", "last_refresh": "2024-02-11T17:07:17.179016Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:53:32.998901Z", "last_refresh": "2024-02-11T17:07:19.842604Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-11T16:56:57.378029Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-11T16:57:01.184426Z", "last_refresh": "2024-02-11T17:07:17.179303Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-11T17:08:34.832 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:08:35.696 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:08:35 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T17:08:34.439197+0000 mgr.smithi088.srytvt (mgr.14180) 764 : 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-11T17:08:35.696 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:08:35 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T17:08:34.459199+0000 mgr.smithi088.srytvt (mgr.14180) 765 : audit [DBG] from='client.15632 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:08:35.833 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid eb5e91f4-c8fd-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:08:36.035 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:08:35 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T17:08:34.439197+0000 mgr.smithi088.srytvt (mgr.14180) 764 : 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-11T17:08:36.035 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:08:35 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T17:08:34.459199+0000 mgr.smithi088.srytvt (mgr.14180) 765 : audit [DBG] from='client.15632 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:08:37.177 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-11T17:08:37.177 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:53:35.782365Z", "last_refresh": "2024-02-11T17:07:19.842356Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:53:31.954385Z", "last_refresh": "2024-02-11T17:07:17.178678Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:53:34.066531Z", "last_refresh": "2024-02-11T17:07:19.842483Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:02:12.627173Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.mqnmpl on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:04:46.086160Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.yobwoi on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-yobwoi\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-yobwoi\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.yobwoi\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.yobwoi\nDeploy daemon haproxy.nfs.foo.smithi148.yobwoi ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:02:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:03:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:04:08Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:07:15.425068Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi088.dbfvcx on smithi088: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi088-dbfvcx\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi088-dbfvcx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi088.dbfvcx\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi088.dbfvcx\nDeploy daemon haproxy.nfs.foo.smithi088.dbfvcx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:05:22Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:06:00Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:06: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=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:07:15.426219Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.jjghpu on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:07:15.427197Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.lkfzmc on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.88/16"}, "status": {"created": "2024-02-11T16:57:01.421766Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:53:31.041620Z", "last_refresh": "2024-02-11T17:07:17.178812Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:32.209992Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:54:32.207503Z", "last_refresh": "2024-02-11T17:07:17.178882Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:01.420843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T16:57:01.417643Z", "last_refresh": "2024-02-11T17:07:19.842992Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:53:34.907593Z", "last_refresh": "2024-02-11T17:07:17.178954Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:57.873613Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:54:57.867647Z", "last_refresh": "2024-02-11T17:07:17.179016Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:53:32.998901Z", "last_refresh": "2024-02-11T17:07:19.842604Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-11T16:56:57.378029Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-11T16:57:01.184426Z", "last_refresh": "2024-02-11T17:07:17.179303Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-11T17:08:37.590 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:08:37.785 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:08:37 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T17:08:36.439725+0000 mgr.smithi088.srytvt (mgr.14180) 766 : 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-11T17:08:37.946 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:08:37 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T17:08:36.439725+0000 mgr.smithi088.srytvt (mgr.14180) 766 : 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-11T17:08:38.591 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid eb5e91f4-c8fd-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:08:38.928 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:08:38 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T17:08:37.172376+0000 mgr.smithi088.srytvt (mgr.14180) 767 : audit [DBG] from='client.15636 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:08:38.946 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:08:38 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T17:08:37.172376+0000 mgr.smithi088.srytvt (mgr.14180) 767 : audit [DBG] from='client.15636 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:08:39.905 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:08:39 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T17:08:38.440530+0000 mgr.smithi088.srytvt (mgr.14180) 768 : cluster [DBG] pgmap v474: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:08:39.946 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:08:39 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T17:08:38.440530+0000 mgr.smithi088.srytvt (mgr.14180) 768 : cluster [DBG] pgmap v474: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:08:39.970 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-11T17:08:39.970 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:53:35.782365Z", "last_refresh": "2024-02-11T17:07:19.842356Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:53:31.954385Z", "last_refresh": "2024-02-11T17:07:17.178678Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:53:34.066531Z", "last_refresh": "2024-02-11T17:07:19.842483Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:02:12.627173Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.mqnmpl on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:04:46.086160Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.yobwoi on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-yobwoi\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-yobwoi\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.yobwoi\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.yobwoi\nDeploy daemon haproxy.nfs.foo.smithi148.yobwoi ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:02:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:03:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:04:08Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:07:15.425068Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi088.dbfvcx on smithi088: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi088-dbfvcx\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi088-dbfvcx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi088.dbfvcx\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi088.dbfvcx\nDeploy daemon haproxy.nfs.foo.smithi088.dbfvcx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:05:22Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:06:00Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:06: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=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:07:15.426219Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.jjghpu on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:07:15.427197Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.lkfzmc on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.88/16"}, "status": {"created": "2024-02-11T16:57:01.421766Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:53:31.041620Z", "last_refresh": "2024-02-11T17:07:17.178812Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:32.209992Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:54:32.207503Z", "last_refresh": "2024-02-11T17:07:17.178882Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:01.420843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T16:57:01.417643Z", "last_refresh": "2024-02-11T17:07:19.842992Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:53:34.907593Z", "last_refresh": "2024-02-11T17:07:17.178954Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:57.873613Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:54:57.867647Z", "last_refresh": "2024-02-11T17:07:17.179016Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:53:32.998901Z", "last_refresh": "2024-02-11T17:07:19.842604Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-11T16:56:57.378029Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-11T16:57:01.184426Z", "last_refresh": "2024-02-11T17:07:17.179303Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-11T17:08:40.393 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:08:40.946 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:08:40 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T17:08:39.965582+0000 mgr.smithi088.srytvt (mgr.14180) 769 : audit [DBG] from='client.15640 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:08:41.036 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:08:40 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T17:08:39.965582+0000 mgr.smithi088.srytvt (mgr.14180) 769 : audit [DBG] from='client.15640 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:08:41.395 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid eb5e91f4-c8fd-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:08:41.760 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:08:41 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T17:08:40.441363+0000 mgr.smithi088.srytvt (mgr.14180) 770 : cluster [DBG] pgmap v475: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:08:41.946 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:08:41 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T17:08:40.441363+0000 mgr.smithi088.srytvt (mgr.14180) 770 : cluster [DBG] pgmap v475: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:08:42.733 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-11T17:08:42.734 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:53:35.782365Z", "last_refresh": "2024-02-11T17:07:19.842356Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:53:31.954385Z", "last_refresh": "2024-02-11T17:07:17.178678Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:53:34.066531Z", "last_refresh": "2024-02-11T17:07:19.842483Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:02:12.627173Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.mqnmpl on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:04:46.086160Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.yobwoi on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-yobwoi\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-yobwoi\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.yobwoi\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.yobwoi\nDeploy daemon haproxy.nfs.foo.smithi148.yobwoi ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:02:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:03:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:04:08Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:07:15.425068Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi088.dbfvcx on smithi088: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi088-dbfvcx\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi088-dbfvcx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi088.dbfvcx\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi088.dbfvcx\nDeploy daemon haproxy.nfs.foo.smithi088.dbfvcx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:05:22Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:06:00Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:06: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=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:07:15.426219Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.jjghpu on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:07:15.427197Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.lkfzmc on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.88/16"}, "status": {"created": "2024-02-11T16:57:01.421766Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:53:31.041620Z", "last_refresh": "2024-02-11T17:07:17.178812Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:32.209992Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:54:32.207503Z", "last_refresh": "2024-02-11T17:07:17.178882Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:01.420843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T16:57:01.417643Z", "last_refresh": "2024-02-11T17:07:19.842992Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:53:34.907593Z", "last_refresh": "2024-02-11T17:07:17.178954Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:57.873613Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:54:57.867647Z", "last_refresh": "2024-02-11T17:07:17.179016Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:53:32.998901Z", "last_refresh": "2024-02-11T17:07:19.842604Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-11T16:56:57.378029Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-11T16:57:01.184426Z", "last_refresh": "2024-02-11T17:07:17.179303Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-11T17:08:43.113 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:08:43.946 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:08:43 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T17:08:42.441825+0000 mgr.smithi088.srytvt (mgr.14180) 771 : 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-11T17:08:43.946 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:08:43 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T17:08:42.728749+0000 mgr.smithi088.srytvt (mgr.14180) 772 : audit [DBG] from='client.15644 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:08:44.035 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:08:43 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T17:08:42.441825+0000 mgr.smithi088.srytvt (mgr.14180) 771 : 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-11T17:08:44.035 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:08:43 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T17:08:42.728749+0000 mgr.smithi088.srytvt (mgr.14180) 772 : audit [DBG] from='client.15644 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:08:44.114 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid eb5e91f4-c8fd-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:08:45.516 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-11T17:08:45.517 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:53:35.782365Z", "last_refresh": "2024-02-11T17:07:19.842356Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:53:31.954385Z", "last_refresh": "2024-02-11T17:07:17.178678Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:53:34.066531Z", "last_refresh": "2024-02-11T17:07:19.842483Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:02:12.627173Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.mqnmpl on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:04:46.086160Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.yobwoi on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-yobwoi\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-yobwoi\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.yobwoi\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.yobwoi\nDeploy daemon haproxy.nfs.foo.smithi148.yobwoi ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:02:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:03:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:04:08Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:07:15.425068Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi088.dbfvcx on smithi088: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi088-dbfvcx\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi088-dbfvcx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi088.dbfvcx\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi088.dbfvcx\nDeploy daemon haproxy.nfs.foo.smithi088.dbfvcx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:05:22Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:06:00Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:06: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=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:07:15.426219Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.jjghpu on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:07:15.427197Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.lkfzmc on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.88/16"}, "status": {"created": "2024-02-11T16:57:01.421766Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:53:31.041620Z", "last_refresh": "2024-02-11T17:07:17.178812Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:32.209992Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:54:32.207503Z", "last_refresh": "2024-02-11T17:07:17.178882Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:01.420843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T16:57:01.417643Z", "last_refresh": "2024-02-11T17:07:19.842992Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:53:34.907593Z", "last_refresh": "2024-02-11T17:07:17.178954Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:57.873613Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:54:57.867647Z", "last_refresh": "2024-02-11T17:07:17.179016Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:53:32.998901Z", "last_refresh": "2024-02-11T17:07:19.842604Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-11T16:56:57.378029Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-11T16:57:01.184426Z", "last_refresh": "2024-02-11T17:07:17.179303Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-11T17:08:45.836 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:08:45 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T17:08:44.442359+0000 mgr.smithi088.srytvt (mgr.14180) 773 : 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-11T17:08:45.896 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:08:45.946 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:08:45 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T17:08:44.442359+0000 mgr.smithi088.srytvt (mgr.14180) 773 : 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-11T17:08:46.896 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid eb5e91f4-c8fd-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:08:46.929 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:08:46 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T17:08:45.511953+0000 mgr.smithi088.srytvt (mgr.14180) 774 : audit [DBG] from='client.15648 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:08:46.946 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:08:46 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T17:08:45.511953+0000 mgr.smithi088.srytvt (mgr.14180) 774 : audit [DBG] from='client.15648 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:08:47.900 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:08:47 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T17:08:46.443155+0000 mgr.smithi088.srytvt (mgr.14180) 775 : 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-11T17:08:47.946 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:08:47 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T17:08:46.443155+0000 mgr.smithi088.srytvt (mgr.14180) 775 : 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-11T17:08:48.244 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-11T17:08:48.244 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:53:35.782365Z", "last_refresh": "2024-02-11T17:07:19.842356Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:53:31.954385Z", "last_refresh": "2024-02-11T17:07:17.178678Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:53:34.066531Z", "last_refresh": "2024-02-11T17:07:19.842483Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:02:12.627173Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.mqnmpl on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:04:46.086160Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.yobwoi on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-yobwoi\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-yobwoi\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.yobwoi\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.yobwoi\nDeploy daemon haproxy.nfs.foo.smithi148.yobwoi ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:02:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:03:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:04:08Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:07:15.425068Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi088.dbfvcx on smithi088: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi088-dbfvcx\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi088-dbfvcx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi088.dbfvcx\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi088.dbfvcx\nDeploy daemon haproxy.nfs.foo.smithi088.dbfvcx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:05:22Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:06:00Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:06: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=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:07:15.426219Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.jjghpu on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:07:15.427197Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.lkfzmc on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.88/16"}, "status": {"created": "2024-02-11T16:57:01.421766Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:53:31.041620Z", "last_refresh": "2024-02-11T17:07:17.178812Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:32.209992Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:54:32.207503Z", "last_refresh": "2024-02-11T17:07:17.178882Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:01.420843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T16:57:01.417643Z", "last_refresh": "2024-02-11T17:07:19.842992Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:53:34.907593Z", "last_refresh": "2024-02-11T17:07:17.178954Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:57.873613Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:54:57.867647Z", "last_refresh": "2024-02-11T17:07:17.179016Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:53:32.998901Z", "last_refresh": "2024-02-11T17:07:19.842604Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-11T16:56:57.378029Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-11T16:57:01.184426Z", "last_refresh": "2024-02-11T17:07:17.179303Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-11T17:08:48.628 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:08:49.629 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid eb5e91f4-c8fd-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:08:49.905 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:08:49 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T17:08:48.239962+0000 mgr.smithi088.srytvt (mgr.14180) 776 : audit [DBG] from='client.15652 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:08:49.905 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:08:49 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T17:08:48.444012+0000 mgr.smithi088.srytvt (mgr.14180) 777 : cluster [DBG] pgmap v479: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:08:49.946 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:08:49 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T17:08:48.239962+0000 mgr.smithi088.srytvt (mgr.14180) 776 : audit [DBG] from='client.15652 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:08:49.946 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:08:49 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T17:08:48.444012+0000 mgr.smithi088.srytvt (mgr.14180) 777 : cluster [DBG] pgmap v479: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:08:51.103 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-11T17:08:51.103 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:53:35.782365Z", "last_refresh": "2024-02-11T17:07:19.842356Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:53:31.954385Z", "last_refresh": "2024-02-11T17:07:17.178678Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:53:34.066531Z", "last_refresh": "2024-02-11T17:07:19.842483Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:02:12.627173Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.mqnmpl on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:04:46.086160Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.yobwoi on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-yobwoi\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-yobwoi\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.yobwoi\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.yobwoi\nDeploy daemon haproxy.nfs.foo.smithi148.yobwoi ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:02:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:03:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:04:08Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:07:15.425068Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi088.dbfvcx on smithi088: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi088-dbfvcx\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi088-dbfvcx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi088.dbfvcx\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi088.dbfvcx\nDeploy daemon haproxy.nfs.foo.smithi088.dbfvcx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:05:22Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:06:00Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:06: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=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:07:15.426219Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.jjghpu on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:07:15.427197Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.lkfzmc on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.88/16"}, "status": {"created": "2024-02-11T16:57:01.421766Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:53:31.041620Z", "last_refresh": "2024-02-11T17:07:17.178812Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:32.209992Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:54:32.207503Z", "last_refresh": "2024-02-11T17:07:17.178882Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:01.420843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T16:57:01.417643Z", "last_refresh": "2024-02-11T17:07:19.842992Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:53:34.907593Z", "last_refresh": "2024-02-11T17:07:17.178954Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:57.873613Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:54:57.867647Z", "last_refresh": "2024-02-11T17:07:17.179016Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:53:32.998901Z", "last_refresh": "2024-02-11T17:07:19.842604Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-11T16:56:57.378029Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-11T16:57:01.184426Z", "last_refresh": "2024-02-11T17:07:17.179303Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-11T17:08:51.503 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:08:51.785 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:08:51 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T17:08:50.444884+0000 mgr.smithi088.srytvt (mgr.14180) 778 : cluster [DBG] pgmap v480: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:08:51.946 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:08:51 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T17:08:50.444884+0000 mgr.smithi088.srytvt (mgr.14180) 778 : cluster [DBG] pgmap v480: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:08:52.504 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid eb5e91f4-c8fd-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:08:52.839 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:08:52 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T17:08:51.098572+0000 mgr.smithi088.srytvt (mgr.14180) 779 : audit [DBG] from='client.15656 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:08:52.946 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:08:52 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T17:08:51.098572+0000 mgr.smithi088.srytvt (mgr.14180) 779 : audit [DBG] from='client.15656 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:08:53.786 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:08:53 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T17:08:52.445478+0000 mgr.smithi088.srytvt (mgr.14180) 780 : 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-11T17:08:53.847 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-11T17:08:53.847 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:53:35.782365Z", "last_refresh": "2024-02-11T17:07:19.842356Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:53:31.954385Z", "last_refresh": "2024-02-11T17:07:17.178678Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:53:34.066531Z", "last_refresh": "2024-02-11T17:07:19.842483Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:02:12.627173Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.mqnmpl on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:04:46.086160Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.yobwoi on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-yobwoi\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-yobwoi\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.yobwoi\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.yobwoi\nDeploy daemon haproxy.nfs.foo.smithi148.yobwoi ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:02:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:03:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:04:08Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:07:15.425068Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi088.dbfvcx on smithi088: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi088-dbfvcx\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi088-dbfvcx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi088.dbfvcx\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi088.dbfvcx\nDeploy daemon haproxy.nfs.foo.smithi088.dbfvcx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:05:22Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:06:00Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:06: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=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:07:15.426219Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.jjghpu on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:07:15.427197Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.lkfzmc on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.88/16"}, "status": {"created": "2024-02-11T16:57:01.421766Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:53:31.041620Z", "last_refresh": "2024-02-11T17:07:17.178812Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:32.209992Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:54:32.207503Z", "last_refresh": "2024-02-11T17:07:17.178882Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:01.420843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T16:57:01.417643Z", "last_refresh": "2024-02-11T17:07:19.842992Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:53:34.907593Z", "last_refresh": "2024-02-11T17:07:17.178954Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:57.873613Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:54:57.867647Z", "last_refresh": "2024-02-11T17:07:17.179016Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:53:32.998901Z", "last_refresh": "2024-02-11T17:07:19.842604Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-11T16:56:57.378029Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-11T16:57:01.184426Z", "last_refresh": "2024-02-11T17:07:17.179303Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-11T17:08:53.946 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:08:53 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T17:08:52.445478+0000 mgr.smithi088.srytvt (mgr.14180) 780 : 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-11T17:08:54.210 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:08:54.946 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:08:54 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T17:08:53.842825+0000 mgr.smithi088.srytvt (mgr.14180) 781 : audit [DBG] from='client.15660 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:08:55.035 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:08:54 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T17:08:53.842825+0000 mgr.smithi088.srytvt (mgr.14180) 781 : audit [DBG] from='client.15660 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:08:55.212 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid eb5e91f4-c8fd-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:08:55.898 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:08:55 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T17:08:54.446240+0000 mgr.smithi088.srytvt (mgr.14180) 782 : 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-11T17:08:55.946 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:08:55 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T17:08:54.446240+0000 mgr.smithi088.srytvt (mgr.14180) 782 : 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-11T17:08:56.614 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-11T17:08:56.614 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:53:35.782365Z", "last_refresh": "2024-02-11T17:07:19.842356Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:53:31.954385Z", "last_refresh": "2024-02-11T17:07:17.178678Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:53:34.066531Z", "last_refresh": "2024-02-11T17:07:19.842483Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:02:12.627173Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.mqnmpl on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:04:46.086160Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.yobwoi on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-yobwoi\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-yobwoi\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.yobwoi\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.yobwoi\nDeploy daemon haproxy.nfs.foo.smithi148.yobwoi ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:02:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:03:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:04:08Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:07:15.425068Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi088.dbfvcx on smithi088: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi088-dbfvcx\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi088-dbfvcx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi088.dbfvcx\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi088.dbfvcx\nDeploy daemon haproxy.nfs.foo.smithi088.dbfvcx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:05:22Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:06:00Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:06: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=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:07:15.426219Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.jjghpu on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:07:15.427197Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.lkfzmc on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.88/16"}, "status": {"created": "2024-02-11T16:57:01.421766Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:53:31.041620Z", "last_refresh": "2024-02-11T17:07:17.178812Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:32.209992Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:54:32.207503Z", "last_refresh": "2024-02-11T17:07:17.178882Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:01.420843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T16:57:01.417643Z", "last_refresh": "2024-02-11T17:07:19.842992Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:53:34.907593Z", "last_refresh": "2024-02-11T17:07:17.178954Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:57.873613Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:54:57.867647Z", "last_refresh": "2024-02-11T17:07:17.179016Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:53:32.998901Z", "last_refresh": "2024-02-11T17:07:19.842604Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-11T16:56:57.378029Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-11T16:57:01.184426Z", "last_refresh": "2024-02-11T17:07:17.179303Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-11T17:08:57.038 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:08:57.946 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:08:57 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T17:08:56.446847+0000 mgr.smithi088.srytvt (mgr.14180) 783 : 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-11T17:08:57.946 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:08:57 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T17:08:56.609834+0000 mgr.smithi088.srytvt (mgr.14180) 784 : audit [DBG] from='client.15664 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:08:58.035 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:08:57 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T17:08:56.446847+0000 mgr.smithi088.srytvt (mgr.14180) 783 : 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-11T17:08:58.035 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:08:57 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T17:08:56.609834+0000 mgr.smithi088.srytvt (mgr.14180) 784 : audit [DBG] from='client.15664 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:08:58.039 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid eb5e91f4-c8fd-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:08:59.399 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-11T17:08:59.399 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:53:35.782365Z", "last_refresh": "2024-02-11T17:07:19.842356Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:53:31.954385Z", "last_refresh": "2024-02-11T17:07:17.178678Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:53:34.066531Z", "last_refresh": "2024-02-11T17:07:19.842483Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:02:12.627173Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.mqnmpl on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:04:46.086160Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.yobwoi on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-yobwoi\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-yobwoi\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.yobwoi\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.yobwoi\nDeploy daemon haproxy.nfs.foo.smithi148.yobwoi ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:02:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:03:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:04:08Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:07:15.425068Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi088.dbfvcx on smithi088: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi088-dbfvcx\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi088-dbfvcx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi088.dbfvcx\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi088.dbfvcx\nDeploy daemon haproxy.nfs.foo.smithi088.dbfvcx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:05:22Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:06:00Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:06: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=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:07:15.426219Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.jjghpu on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:07:15.427197Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.lkfzmc on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.88/16"}, "status": {"created": "2024-02-11T16:57:01.421766Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:53:31.041620Z", "last_refresh": "2024-02-11T17:07:17.178812Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:32.209992Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:54:32.207503Z", "last_refresh": "2024-02-11T17:07:17.178882Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:01.420843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T16:57:01.417643Z", "last_refresh": "2024-02-11T17:07:19.842992Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:53:34.907593Z", "last_refresh": "2024-02-11T17:07:17.178954Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:57.873613Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:54:57.867647Z", "last_refresh": "2024-02-11T17:07:17.179016Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:53:32.998901Z", "last_refresh": "2024-02-11T17:07:19.842604Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-11T16:56:57.378029Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-11T16:57:01.184426Z", "last_refresh": "2024-02-11T17:07:17.179303Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-11T17:08:59.794 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:08:59.946 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:08:59 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T17:08:58.447618+0000 mgr.smithi088.srytvt (mgr.14180) 785 : cluster [DBG] pgmap v484: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:09:00.035 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:08:59 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T17:08:58.447618+0000 mgr.smithi088.srytvt (mgr.14180) 785 : cluster [DBG] pgmap v484: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:09:00.795 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid eb5e91f4-c8fd-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:09:00.946 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:09:00 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T17:08:59.394643+0000 mgr.smithi088.srytvt (mgr.14180) 786 : audit [DBG] from='client.15668 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:09:01.035 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:09:00 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T17:08:59.394643+0000 mgr.smithi088.srytvt (mgr.14180) 786 : audit [DBG] from='client.15668 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:09:01.946 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:09:01 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T17:09:00.448432+0000 mgr.smithi088.srytvt (mgr.14180) 787 : cluster [DBG] pgmap v485: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:09:02.035 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:09:01 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T17:09:00.448432+0000 mgr.smithi088.srytvt (mgr.14180) 787 : cluster [DBG] pgmap v485: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:09:02.189 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-11T17:09:02.189 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:53:35.782365Z", "last_refresh": "2024-02-11T17:07:19.842356Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:53:31.954385Z", "last_refresh": "2024-02-11T17:07:17.178678Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:53:34.066531Z", "last_refresh": "2024-02-11T17:07:19.842483Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:02:12.627173Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.mqnmpl on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:04:46.086160Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.yobwoi on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-yobwoi\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-yobwoi\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.yobwoi\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.yobwoi\nDeploy daemon haproxy.nfs.foo.smithi148.yobwoi ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:02:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:03:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:04:08Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:07:15.425068Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi088.dbfvcx on smithi088: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi088-dbfvcx\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi088-dbfvcx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi088.dbfvcx\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi088.dbfvcx\nDeploy daemon haproxy.nfs.foo.smithi088.dbfvcx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:05:22Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:06:00Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:06: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=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:07:15.426219Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.jjghpu on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:07:15.427197Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.lkfzmc on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.88/16"}, "status": {"created": "2024-02-11T16:57:01.421766Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:53:31.041620Z", "last_refresh": "2024-02-11T17:07:17.178812Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:32.209992Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:54:32.207503Z", "last_refresh": "2024-02-11T17:07:17.178882Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:01.420843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T16:57:01.417643Z", "last_refresh": "2024-02-11T17:07:19.842992Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:53:34.907593Z", "last_refresh": "2024-02-11T17:07:17.178954Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:57.873613Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:54:57.867647Z", "last_refresh": "2024-02-11T17:07:17.179016Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:53:32.998901Z", "last_refresh": "2024-02-11T17:07:19.842604Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-11T16:56:57.378029Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-11T16:57:01.184426Z", "last_refresh": "2024-02-11T17:07:17.179303Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-11T17:09:02.627 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:09:03.446 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:09:03 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T17:09:02.184763+0000 mgr.smithi088.srytvt (mgr.14180) 788 : audit [DBG] from='client.15672 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:09:03.446 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:09:03 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T17:09:02.448943+0000 mgr.smithi088.srytvt (mgr.14180) 789 : 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-11T17:09:03.535 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:09:03 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T17:09:02.184763+0000 mgr.smithi088.srytvt (mgr.14180) 788 : audit [DBG] from='client.15672 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:09:03.535 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:09:03 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T17:09:02.448943+0000 mgr.smithi088.srytvt (mgr.14180) 789 : 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-11T17:09:03.628 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid eb5e91f4-c8fd-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:09:05.069 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-11T17:09:05.069 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:53:35.782365Z", "last_refresh": "2024-02-11T17:07:19.842356Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:53:31.954385Z", "last_refresh": "2024-02-11T17:07:17.178678Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:53:34.066531Z", "last_refresh": "2024-02-11T17:07:19.842483Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:02:12.627173Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.mqnmpl on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:04:46.086160Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.yobwoi on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-yobwoi\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-yobwoi\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.yobwoi\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.yobwoi\nDeploy daemon haproxy.nfs.foo.smithi148.yobwoi ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:02:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:03:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:04:08Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:07:15.425068Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi088.dbfvcx on smithi088: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi088-dbfvcx\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi088-dbfvcx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi088.dbfvcx\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi088.dbfvcx\nDeploy daemon haproxy.nfs.foo.smithi088.dbfvcx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:05:22Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:06:00Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:06: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=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:07:15.426219Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.jjghpu on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:07:15.427197Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.lkfzmc on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.88/16"}, "status": {"created": "2024-02-11T16:57:01.421766Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:53:31.041620Z", "last_refresh": "2024-02-11T17:07:17.178812Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:32.209992Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:54:32.207503Z", "last_refresh": "2024-02-11T17:07:17.178882Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:01.420843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T16:57:01.417643Z", "last_refresh": "2024-02-11T17:07:19.842992Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:53:34.907593Z", "last_refresh": "2024-02-11T17:07:17.178954Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:57.873613Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:54:57.867647Z", "last_refresh": "2024-02-11T17:07:17.179016Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:53:32.998901Z", "last_refresh": "2024-02-11T17:07:19.842604Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-11T16:56:57.378029Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-11T16:57:01.184426Z", "last_refresh": "2024-02-11T17:07:17.179303Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-11T17:09:05.442 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:09:05.696 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:09:05 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T17:09:04.449676+0000 mgr.smithi088.srytvt (mgr.14180) 790 : 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-11T17:09:05.785 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:09:05 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T17:09:04.449676+0000 mgr.smithi088.srytvt (mgr.14180) 790 : 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-11T17:09:06.443 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid eb5e91f4-c8fd-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:09:06.785 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:09:06 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T17:09:05.064426+0000 mgr.smithi088.srytvt (mgr.14180) 791 : audit [DBG] from='client.15676 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:09:06.946 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:09:06 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T17:09:05.064426+0000 mgr.smithi088.srytvt (mgr.14180) 791 : audit [DBG] from='client.15676 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:09:07.786 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:09:07 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T17:09:06.450312+0000 mgr.smithi088.srytvt (mgr.14180) 792 : 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-11T17:09:07.834 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-11T17:09:07.834 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:53:35.782365Z", "last_refresh": "2024-02-11T17:07:19.842356Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:53:31.954385Z", "last_refresh": "2024-02-11T17:07:17.178678Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:53:34.066531Z", "last_refresh": "2024-02-11T17:07:19.842483Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:02:12.627173Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.mqnmpl on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:04:46.086160Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.yobwoi on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-yobwoi\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-yobwoi\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.yobwoi\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.yobwoi\nDeploy daemon haproxy.nfs.foo.smithi148.yobwoi ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:02:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:03:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:04:08Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:07:15.425068Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi088.dbfvcx on smithi088: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi088-dbfvcx\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi088-dbfvcx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi088.dbfvcx\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi088.dbfvcx\nDeploy daemon haproxy.nfs.foo.smithi088.dbfvcx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:05:22Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:06:00Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:06: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=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:07:15.426219Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.jjghpu on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:07:15.427197Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.lkfzmc on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.88/16"}, "status": {"created": "2024-02-11T16:57:01.421766Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:53:31.041620Z", "last_refresh": "2024-02-11T17:07:17.178812Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:32.209992Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:54:32.207503Z", "last_refresh": "2024-02-11T17:07:17.178882Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:01.420843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T16:57:01.417643Z", "last_refresh": "2024-02-11T17:07:19.842992Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:53:34.907593Z", "last_refresh": "2024-02-11T17:07:17.178954Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:57.873613Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:54:57.867647Z", "last_refresh": "2024-02-11T17:07:17.179016Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:53:32.998901Z", "last_refresh": "2024-02-11T17:07:19.842604Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-11T16:56:57.378029Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-11T16:57:01.184426Z", "last_refresh": "2024-02-11T17:07:17.179303Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-11T17:09:07.946 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:09:07 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T17:09:06.450312+0000 mgr.smithi088.srytvt (mgr.14180) 792 : 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-11T17:09:08.185 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:09:08.785 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:09:08 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T17:09:07.830242+0000 mgr.smithi088.srytvt (mgr.14180) 793 : audit [DBG] from='client.15680 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:09:08.946 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:09:08 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T17:09:07.830242+0000 mgr.smithi088.srytvt (mgr.14180) 793 : audit [DBG] from='client.15680 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:09:09.186 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid eb5e91f4-c8fd-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:09:09.785 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:09:09 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T17:09:08.450980+0000 mgr.smithi088.srytvt (mgr.14180) 794 : cluster [DBG] pgmap v489: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:09:09.946 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:09:09 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T17:09:08.450980+0000 mgr.smithi088.srytvt (mgr.14180) 794 : cluster [DBG] pgmap v489: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:09:10.577 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-11T17:09:10.577 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:53:35.782365Z", "last_refresh": "2024-02-11T17:07:19.842356Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:53:31.954385Z", "last_refresh": "2024-02-11T17:07:17.178678Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:53:34.066531Z", "last_refresh": "2024-02-11T17:07:19.842483Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:02:12.627173Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.mqnmpl on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:04:46.086160Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.yobwoi on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-yobwoi\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-yobwoi\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.yobwoi\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.yobwoi\nDeploy daemon haproxy.nfs.foo.smithi148.yobwoi ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:02:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:03:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:04:08Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:07:15.425068Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi088.dbfvcx on smithi088: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi088-dbfvcx\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi088-dbfvcx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi088.dbfvcx\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi088.dbfvcx\nDeploy daemon haproxy.nfs.foo.smithi088.dbfvcx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:05:22Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:06:00Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:06: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=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:07:15.426219Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.jjghpu on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:07:15.427197Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.lkfzmc on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.88/16"}, "status": {"created": "2024-02-11T16:57:01.421766Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:53:31.041620Z", "last_refresh": "2024-02-11T17:07:17.178812Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:32.209992Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:54:32.207503Z", "last_refresh": "2024-02-11T17:07:17.178882Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:01.420843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T16:57:01.417643Z", "last_refresh": "2024-02-11T17:07:19.842992Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:53:34.907593Z", "last_refresh": "2024-02-11T17:07:17.178954Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:57.873613Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:54:57.867647Z", "last_refresh": "2024-02-11T17:07:17.179016Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:53:32.998901Z", "last_refresh": "2024-02-11T17:07:19.842604Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-11T16:56:57.378029Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-11T16:57:01.184426Z", "last_refresh": "2024-02-11T17:07:17.179303Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-11T17:09:10.950 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:09:11.785 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:09:11 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T17:09:10.451793+0000 mgr.smithi088.srytvt (mgr.14180) 795 : cluster [DBG] pgmap v490: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:09:11.785 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:09:11 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T17:09:10.572336+0000 mgr.smithi088.srytvt (mgr.14180) 796 : audit [DBG] from='client.15684 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:09:11.946 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:09:11 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T17:09:10.451793+0000 mgr.smithi088.srytvt (mgr.14180) 795 : cluster [DBG] pgmap v490: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:09:11.946 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:09:11 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T17:09:10.572336+0000 mgr.smithi088.srytvt (mgr.14180) 796 : audit [DBG] from='client.15684 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:09:11.950 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid eb5e91f4-c8fd-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:09:13.364 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-11T17:09:13.365 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:53:35.782365Z", "last_refresh": "2024-02-11T17:07:19.842356Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:53:31.954385Z", "last_refresh": "2024-02-11T17:07:17.178678Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:53:34.066531Z", "last_refresh": "2024-02-11T17:07:19.842483Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:02:12.627173Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.mqnmpl on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:04:46.086160Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.yobwoi on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-yobwoi\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-yobwoi\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.yobwoi\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.yobwoi\nDeploy daemon haproxy.nfs.foo.smithi148.yobwoi ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:02:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:03:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:04:08Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:07:15.425068Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi088.dbfvcx on smithi088: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi088-dbfvcx\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi088-dbfvcx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi088.dbfvcx\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi088.dbfvcx\nDeploy daemon haproxy.nfs.foo.smithi088.dbfvcx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:05:22Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:06:00Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:06: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=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:07:15.426219Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.jjghpu on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:07:15.427197Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.lkfzmc on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.88/16"}, "status": {"created": "2024-02-11T16:57:01.421766Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:53:31.041620Z", "last_refresh": "2024-02-11T17:07:17.178812Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:32.209992Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:54:32.207503Z", "last_refresh": "2024-02-11T17:07:17.178882Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:01.420843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T16:57:01.417643Z", "last_refresh": "2024-02-11T17:07:19.842992Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:53:34.907593Z", "last_refresh": "2024-02-11T17:07:17.178954Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:57.873613Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:54:57.867647Z", "last_refresh": "2024-02-11T17:07:17.179016Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:53:32.998901Z", "last_refresh": "2024-02-11T17:07:19.842604Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-11T16:56:57.378029Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-11T16:57:01.184426Z", "last_refresh": "2024-02-11T17:07:17.179303Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-11T17:09:13.655 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:09:13 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T17:09:12.452523+0000 mgr.smithi088.srytvt (mgr.14180) 797 : 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-11T17:09:13.749 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:09:13.946 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:09:13 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T17:09:12.452523+0000 mgr.smithi088.srytvt (mgr.14180) 797 : 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-11T17:09:14.750 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid eb5e91f4-c8fd-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:09:14.783 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:09:14 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T17:09:13.360059+0000 mgr.smithi088.srytvt (mgr.14180) 798 : audit [DBG] from='client.15688 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:09:14.946 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:09:14 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T17:09:13.360059+0000 mgr.smithi088.srytvt (mgr.14180) 798 : audit [DBG] from='client.15688 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:09:15.696 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:09:15 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T17:09:14.453368+0000 mgr.smithi088.srytvt (mgr.14180) 799 : 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-11T17:09:15.785 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:09:15 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T17:09:14.453368+0000 mgr.smithi088.srytvt (mgr.14180) 799 : 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-11T17:09:16.184 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-11T17:09:16.184 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:53:35.782365Z", "last_refresh": "2024-02-11T17:07:19.842356Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:53:31.954385Z", "last_refresh": "2024-02-11T17:07:17.178678Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:53:34.066531Z", "last_refresh": "2024-02-11T17:07:19.842483Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:02:12.627173Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.mqnmpl on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:04:46.086160Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.yobwoi on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-yobwoi\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-yobwoi\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.yobwoi\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.yobwoi\nDeploy daemon haproxy.nfs.foo.smithi148.yobwoi ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:02:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:03:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:04:08Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:07:15.425068Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi088.dbfvcx on smithi088: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi088-dbfvcx\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi088-dbfvcx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi088.dbfvcx\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi088.dbfvcx\nDeploy daemon haproxy.nfs.foo.smithi088.dbfvcx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:05:22Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:06:00Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:06: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=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:07:15.426219Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.jjghpu on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:07:15.427197Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.lkfzmc on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.88/16"}, "status": {"created": "2024-02-11T16:57:01.421766Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:53:31.041620Z", "last_refresh": "2024-02-11T17:07:17.178812Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:32.209992Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:54:32.207503Z", "last_refresh": "2024-02-11T17:07:17.178882Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:01.420843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T16:57:01.417643Z", "last_refresh": "2024-02-11T17:07:19.842992Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:53:34.907593Z", "last_refresh": "2024-02-11T17:07:17.178954Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:57.873613Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:54:57.867647Z", "last_refresh": "2024-02-11T17:07:17.179016Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:53:32.998901Z", "last_refresh": "2024-02-11T17:07:19.842604Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-11T16:56:57.378029Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-11T16:57:01.184426Z", "last_refresh": "2024-02-11T17:07:17.179303Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-11T17:09:16.580 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:09:17.581 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid eb5e91f4-c8fd-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:09:17.926 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:09:17 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T17:09:16.179331+0000 mgr.smithi088.srytvt (mgr.14180) 800 : audit [DBG] from='client.15692 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:09:17.926 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:09:17 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T17:09:16.454049+0000 mgr.smithi088.srytvt (mgr.14180) 801 : 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-11T17:09:17.946 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:09:17 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T17:09:16.179331+0000 mgr.smithi088.srytvt (mgr.14180) 800 : audit [DBG] from='client.15692 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:09:17.946 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:09:17 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T17:09:16.454049+0000 mgr.smithi088.srytvt (mgr.14180) 801 : 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-11T17:09:18.933 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-11T17:09:18.933 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:53:35.782365Z", "last_refresh": "2024-02-11T17:07:19.842356Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:53:31.954385Z", "last_refresh": "2024-02-11T17:07:17.178678Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:53:34.066531Z", "last_refresh": "2024-02-11T17:07:19.842483Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:02:12.627173Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.mqnmpl on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:04:46.086160Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.yobwoi on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-yobwoi\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-yobwoi\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.yobwoi\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.yobwoi\nDeploy daemon haproxy.nfs.foo.smithi148.yobwoi ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:02:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:03:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:04:08Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:07:15.425068Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi088.dbfvcx on smithi088: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi088-dbfvcx\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi088-dbfvcx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi088.dbfvcx\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi088.dbfvcx\nDeploy daemon haproxy.nfs.foo.smithi088.dbfvcx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:05:22Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:06:00Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:06: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=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:07:15.426219Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.jjghpu on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:07:15.427197Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.lkfzmc on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.88/16"}, "status": {"created": "2024-02-11T16:57:01.421766Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:53:31.041620Z", "last_refresh": "2024-02-11T17:07:17.178812Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:32.209992Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:54:32.207503Z", "last_refresh": "2024-02-11T17:07:17.178882Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:01.420843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T16:57:01.417643Z", "last_refresh": "2024-02-11T17:07:19.842992Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:53:34.907593Z", "last_refresh": "2024-02-11T17:07:17.178954Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:57.873613Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:54:57.867647Z", "last_refresh": "2024-02-11T17:07:17.179016Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:53:32.998901Z", "last_refresh": "2024-02-11T17:07:19.842604Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-11T16:56:57.378029Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-11T16:57:01.184426Z", "last_refresh": "2024-02-11T17:07:17.179303Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-11T17:09:19.306 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:09:19.905 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:09:19 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T17:09:18.454652+0000 mgr.smithi088.srytvt (mgr.14180) 802 : cluster [DBG] pgmap v494: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:09:19.905 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:09:19 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T17:09:18.927301+0000 mgr.smithi088.srytvt (mgr.14180) 803 : audit [DBG] from='client.15696 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:09:19.946 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:09:19 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T17:09:18.454652+0000 mgr.smithi088.srytvt (mgr.14180) 802 : cluster [DBG] pgmap v494: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:09:19.946 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:09:19 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T17:09:18.927301+0000 mgr.smithi088.srytvt (mgr.14180) 803 : audit [DBG] from='client.15696 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:09:20.307 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid eb5e91f4-c8fd-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:09:21.716 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-11T17:09:21.717 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:53:35.782365Z", "last_refresh": "2024-02-11T17:07:19.842356Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:53:31.954385Z", "last_refresh": "2024-02-11T17:07:17.178678Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:53:34.066531Z", "last_refresh": "2024-02-11T17:07:19.842483Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:02:12.627173Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.mqnmpl on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:04:46.086160Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.yobwoi on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-yobwoi\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-yobwoi\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.yobwoi\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.yobwoi\nDeploy daemon haproxy.nfs.foo.smithi148.yobwoi ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:02:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:03:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:04:08Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:07:15.425068Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi088.dbfvcx on smithi088: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi088-dbfvcx\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi088-dbfvcx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi088.dbfvcx\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi088.dbfvcx\nDeploy daemon haproxy.nfs.foo.smithi088.dbfvcx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:05:22Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:06:00Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:06: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=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:07:15.426219Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.jjghpu on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:07:15.427197Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.lkfzmc on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.88/16"}, "status": {"created": "2024-02-11T16:57:01.421766Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:53:31.041620Z", "last_refresh": "2024-02-11T17:07:17.178812Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:32.209992Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:54:32.207503Z", "last_refresh": "2024-02-11T17:07:17.178882Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:01.420843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T16:57:01.417643Z", "last_refresh": "2024-02-11T17:07:19.842992Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:53:34.907593Z", "last_refresh": "2024-02-11T17:07:17.178954Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:57.873613Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:54:57.867647Z", "last_refresh": "2024-02-11T17:07:17.179016Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:53:32.998901Z", "last_refresh": "2024-02-11T17:07:19.842604Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-11T16:56:57.378029Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-11T16:57:01.184426Z", "last_refresh": "2024-02-11T17:07:17.179303Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-11T17:09:21.736 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:09:21 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T17:09:20.455551+0000 mgr.smithi088.srytvt (mgr.14180) 804 : cluster [DBG] pgmap v495: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:09:21.946 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:09:21 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T17:09:20.455551+0000 mgr.smithi088.srytvt (mgr.14180) 804 : cluster [DBG] pgmap v495: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:09:22.088 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:09:22.946 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:09:22 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T17:09:21.711978+0000 mgr.smithi088.srytvt (mgr.14180) 805 : audit [DBG] from='client.15700 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:09:23.035 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:09:22 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T17:09:21.711978+0000 mgr.smithi088.srytvt (mgr.14180) 805 : audit [DBG] from='client.15700 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:09:23.089 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid eb5e91f4-c8fd-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:09:23.785 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:09:23 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T17:09:22.456067+0000 mgr.smithi088.srytvt (mgr.14180) 806 : 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-11T17:09:23.946 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:09:23 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T17:09:22.456067+0000 mgr.smithi088.srytvt (mgr.14180) 806 : 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-11T17:09:24.533 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-11T17:09:24.533 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:53:35.782365Z", "last_refresh": "2024-02-11T17:07:19.842356Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:53:31.954385Z", "last_refresh": "2024-02-11T17:07:17.178678Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:53:34.066531Z", "last_refresh": "2024-02-11T17:07:19.842483Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:02:12.627173Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.mqnmpl on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:04:46.086160Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.yobwoi on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-yobwoi\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-yobwoi\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.yobwoi\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.yobwoi\nDeploy daemon haproxy.nfs.foo.smithi148.yobwoi ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:02:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:03:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:04:08Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:07:15.425068Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi088.dbfvcx on smithi088: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi088-dbfvcx\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi088-dbfvcx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi088.dbfvcx\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi088.dbfvcx\nDeploy daemon haproxy.nfs.foo.smithi088.dbfvcx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:05:22Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:06:00Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:06: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=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:07:15.426219Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.jjghpu on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:07:15.427197Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.lkfzmc on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.88/16"}, "status": {"created": "2024-02-11T16:57:01.421766Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:53:31.041620Z", "last_refresh": "2024-02-11T17:07:17.178812Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:32.209992Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:54:32.207503Z", "last_refresh": "2024-02-11T17:07:17.178882Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:01.420843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T16:57:01.417643Z", "last_refresh": "2024-02-11T17:07:19.842992Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:53:34.907593Z", "last_refresh": "2024-02-11T17:07:17.178954Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:57.873613Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:54:57.867647Z", "last_refresh": "2024-02-11T17:07:17.179016Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:53:32.998901Z", "last_refresh": "2024-02-11T17:07:19.842604Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-11T16:56:57.378029Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-11T16:57:01.184426Z", "last_refresh": "2024-02-11T17:07:17.179303Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-11T17:09:24.905 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:09:25.696 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:09:25 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T17:09:24.456626+0000 mgr.smithi088.srytvt (mgr.14180) 807 : 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-11T17:09:25.696 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:09:25 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T17:09:24.528299+0000 mgr.smithi088.srytvt (mgr.14180) 808 : audit [DBG] from='client.15704 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:09:25.906 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid eb5e91f4-c8fd-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:09:25.938 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:09:25 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T17:09:24.456626+0000 mgr.smithi088.srytvt (mgr.14180) 807 : 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-11T17:09:25.938 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:09:25 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T17:09:24.528299+0000 mgr.smithi088.srytvt (mgr.14180) 808 : audit [DBG] from='client.15704 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:09:27.246 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-11T17:09:27.246 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:53:35.782365Z", "last_refresh": "2024-02-11T17:07:19.842356Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:53:31.954385Z", "last_refresh": "2024-02-11T17:07:17.178678Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:53:34.066531Z", "last_refresh": "2024-02-11T17:07:19.842483Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:02:12.627173Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.mqnmpl on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:04:46.086160Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.yobwoi on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-yobwoi\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-yobwoi\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.yobwoi\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.yobwoi\nDeploy daemon haproxy.nfs.foo.smithi148.yobwoi ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:02:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:03:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:04:08Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:07:15.425068Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi088.dbfvcx on smithi088: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi088-dbfvcx\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi088-dbfvcx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi088.dbfvcx\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi088.dbfvcx\nDeploy daemon haproxy.nfs.foo.smithi088.dbfvcx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:05:22Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:06:00Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:06: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=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:07:15.426219Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.jjghpu on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:07:15.427197Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.lkfzmc on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.88/16"}, "status": {"created": "2024-02-11T16:57:01.421766Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:53:31.041620Z", "last_refresh": "2024-02-11T17:07:17.178812Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:32.209992Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:54:32.207503Z", "last_refresh": "2024-02-11T17:07:17.178882Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:01.420843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T16:57:01.417643Z", "last_refresh": "2024-02-11T17:07:19.842992Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:53:34.907593Z", "last_refresh": "2024-02-11T17:07:17.178954Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:57.873613Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:54:57.867647Z", "last_refresh": "2024-02-11T17:07:17.179016Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:53:32.998901Z", "last_refresh": "2024-02-11T17:07:19.842604Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-11T16:56:57.378029Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-11T16:57:01.184426Z", "last_refresh": "2024-02-11T17:07:17.179303Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-11T17:09:27.622 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:09:27.946 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:09:27 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T17:09:26.457394+0000 mgr.smithi088.srytvt (mgr.14180) 809 : 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-11T17:09:28.035 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:09:27 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T17:09:26.457394+0000 mgr.smithi088.srytvt (mgr.14180) 809 : 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-11T17:09:28.623 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid eb5e91f4-c8fd-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:09:28.946 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:09:28 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T17:09:27.241644+0000 mgr.smithi088.srytvt (mgr.14180) 810 : audit [DBG] from='client.15708 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:09:28.972 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:09:28 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T17:09:27.241644+0000 mgr.smithi088.srytvt (mgr.14180) 810 : audit [DBG] from='client.15708 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:09:29.624 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:09:29 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T17:09:28.458282+0000 mgr.smithi088.srytvt (mgr.14180) 811 : cluster [DBG] pgmap v499: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:09:29.946 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:09:29 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T17:09:28.458282+0000 mgr.smithi088.srytvt (mgr.14180) 811 : cluster [DBG] pgmap v499: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:09:30.021 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-11T17:09:30.021 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:53:35.782365Z", "last_refresh": "2024-02-11T17:07:19.842356Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:53:31.954385Z", "last_refresh": "2024-02-11T17:07:17.178678Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:53:34.066531Z", "last_refresh": "2024-02-11T17:07:19.842483Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:02:12.627173Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.mqnmpl on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:04:46.086160Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.yobwoi on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-yobwoi\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-yobwoi\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.yobwoi\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.yobwoi\nDeploy daemon haproxy.nfs.foo.smithi148.yobwoi ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:02:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:03:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:04:08Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:07:15.425068Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi088.dbfvcx on smithi088: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi088-dbfvcx\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi088-dbfvcx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi088.dbfvcx\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi088.dbfvcx\nDeploy daemon haproxy.nfs.foo.smithi088.dbfvcx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:05:22Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:06:00Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:06: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=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:07:15.426219Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.jjghpu on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:07:15.427197Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.lkfzmc on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.88/16"}, "status": {"created": "2024-02-11T16:57:01.421766Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:53:31.041620Z", "last_refresh": "2024-02-11T17:07:17.178812Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:32.209992Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:54:32.207503Z", "last_refresh": "2024-02-11T17:07:17.178882Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:01.420843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T16:57:01.417643Z", "last_refresh": "2024-02-11T17:07:19.842992Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:53:34.907593Z", "last_refresh": "2024-02-11T17:07:17.178954Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:57.873613Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:54:57.867647Z", "last_refresh": "2024-02-11T17:07:17.179016Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:53:32.998901Z", "last_refresh": "2024-02-11T17:07:19.842604Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-11T16:56:57.378029Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-11T16:57:01.184426Z", "last_refresh": "2024-02-11T17:07:17.179303Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-11T17:09:30.404 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:09:30.946 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:09:30 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T17:09:30.016741+0000 mgr.smithi088.srytvt (mgr.14180) 812 : audit [DBG] from='client.15712 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:09:31.035 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:09:30 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T17:09:30.016741+0000 mgr.smithi088.srytvt (mgr.14180) 812 : audit [DBG] from='client.15712 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:09:31.406 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid eb5e91f4-c8fd-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:09:31.772 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:09:31 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T17:09:30.459110+0000 mgr.smithi088.srytvt (mgr.14180) 813 : cluster [DBG] pgmap v500: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:09:31.946 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:09:31 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T17:09:30.459110+0000 mgr.smithi088.srytvt (mgr.14180) 813 : cluster [DBG] pgmap v500: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:09:32.771 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-11T17:09:32.771 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:53:35.782365Z", "last_refresh": "2024-02-11T17:07:19.842356Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:53:31.954385Z", "last_refresh": "2024-02-11T17:07:17.178678Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:53:34.066531Z", "last_refresh": "2024-02-11T17:07:19.842483Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:02:12.627173Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.mqnmpl on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:04:46.086160Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.yobwoi on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-yobwoi\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-yobwoi\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.yobwoi\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.yobwoi\nDeploy daemon haproxy.nfs.foo.smithi148.yobwoi ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:02:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:03:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:04:08Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:07:15.425068Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi088.dbfvcx on smithi088: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi088-dbfvcx\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi088-dbfvcx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi088.dbfvcx\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi088.dbfvcx\nDeploy daemon haproxy.nfs.foo.smithi088.dbfvcx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:05:22Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:06:00Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:06: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=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:07:15.426219Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.jjghpu on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:07:15.427197Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.lkfzmc on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.88/16"}, "status": {"created": "2024-02-11T16:57:01.421766Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:53:31.041620Z", "last_refresh": "2024-02-11T17:07:17.178812Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:32.209992Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:54:32.207503Z", "last_refresh": "2024-02-11T17:07:17.178882Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:01.420843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T16:57:01.417643Z", "last_refresh": "2024-02-11T17:07:19.842992Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:53:34.907593Z", "last_refresh": "2024-02-11T17:07:17.178954Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:57.873613Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:54:57.867647Z", "last_refresh": "2024-02-11T17:07:17.179016Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:53:32.998901Z", "last_refresh": "2024-02-11T17:07:19.842604Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-11T16:56:57.378029Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-11T16:57:01.184426Z", "last_refresh": "2024-02-11T17:07:17.179303Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-11T17:09:33.143 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:09:33.946 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:09:33 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T17:09:32.459662+0000 mgr.smithi088.srytvt (mgr.14180) 814 : 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-11T17:09:33.946 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:09:33 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T17:09:32.766684+0000 mgr.smithi088.srytvt (mgr.14180) 815 : audit [DBG] from='client.15716 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:09:34.035 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:09:33 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T17:09:32.459662+0000 mgr.smithi088.srytvt (mgr.14180) 814 : 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-11T17:09:34.036 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:09:33 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T17:09:32.766684+0000 mgr.smithi088.srytvt (mgr.14180) 815 : audit [DBG] from='client.15716 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:09:34.145 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid eb5e91f4-c8fd-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:09:35.528 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-11T17:09:35.528 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:53:35.782365Z", "last_refresh": "2024-02-11T17:07:19.842356Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:53:31.954385Z", "last_refresh": "2024-02-11T17:07:17.178678Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:53:34.066531Z", "last_refresh": "2024-02-11T17:07:19.842483Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:02:12.627173Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.mqnmpl on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:04:46.086160Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.yobwoi on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-yobwoi\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-yobwoi\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.yobwoi\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.yobwoi\nDeploy daemon haproxy.nfs.foo.smithi148.yobwoi ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:02:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:03:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:04:08Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:07:15.425068Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi088.dbfvcx on smithi088: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi088-dbfvcx\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi088-dbfvcx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi088.dbfvcx\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi088.dbfvcx\nDeploy daemon haproxy.nfs.foo.smithi088.dbfvcx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:05:22Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:06:00Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:06: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=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:07:15.426219Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.jjghpu on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:07:15.427197Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.lkfzmc on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.88/16"}, "status": {"created": "2024-02-11T16:57:01.421766Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:53:31.041620Z", "last_refresh": "2024-02-11T17:07:17.178812Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:32.209992Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:54:32.207503Z", "last_refresh": "2024-02-11T17:07:17.178882Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:01.420843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T16:57:01.417643Z", "last_refresh": "2024-02-11T17:07:19.842992Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:53:34.907593Z", "last_refresh": "2024-02-11T17:07:17.178954Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:57.873613Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:54:57.867647Z", "last_refresh": "2024-02-11T17:07:17.179016Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:53:32.998901Z", "last_refresh": "2024-02-11T17:07:19.842604Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-11T16:56:57.378029Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-11T16:57:01.184426Z", "last_refresh": "2024-02-11T17:07:17.179303Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-11T17:09:35.696 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:09:35 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T17:09:34.460311+0000 mgr.smithi088.srytvt (mgr.14180) 816 : 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-11T17:09:35.858 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:09:35 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T17:09:34.460311+0000 mgr.smithi088.srytvt (mgr.14180) 816 : 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-11T17:09:35.918 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:09:36.919 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid eb5e91f4-c8fd-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:09:36.946 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:09:36 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T17:09:35.523346+0000 mgr.smithi088.srytvt (mgr.14180) 817 : audit [DBG] from='client.15720 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:09:36.951 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:09:36 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T17:09:35.523346+0000 mgr.smithi088.srytvt (mgr.14180) 817 : audit [DBG] from='client.15720 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:09:37.900 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:09:37 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T17:09:36.460951+0000 mgr.smithi088.srytvt (mgr.14180) 818 : 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-11T17:09:37.946 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:09:37 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T17:09:36.460951+0000 mgr.smithi088.srytvt (mgr.14180) 818 : 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-11T17:09:38.392 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-11T17:09:38.392 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:53:35.782365Z", "last_refresh": "2024-02-11T17:07:19.842356Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:53:31.954385Z", "last_refresh": "2024-02-11T17:07:17.178678Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:53:34.066531Z", "last_refresh": "2024-02-11T17:07:19.842483Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:02:12.627173Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.mqnmpl on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:04:46.086160Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.yobwoi on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-yobwoi\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-yobwoi\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.yobwoi\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.yobwoi\nDeploy daemon haproxy.nfs.foo.smithi148.yobwoi ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:02:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:03:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:04:08Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:07:15.425068Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi088.dbfvcx on smithi088: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi088-dbfvcx\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi088-dbfvcx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi088.dbfvcx\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi088.dbfvcx\nDeploy daemon haproxy.nfs.foo.smithi088.dbfvcx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:05:22Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:06:00Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:06: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=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:07:15.426219Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.jjghpu on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:07:15.427197Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.lkfzmc on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.88/16"}, "status": {"created": "2024-02-11T16:57:01.421766Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:53:31.041620Z", "last_refresh": "2024-02-11T17:07:17.178812Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:32.209992Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:54:32.207503Z", "last_refresh": "2024-02-11T17:07:17.178882Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:01.420843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T16:57:01.417643Z", "last_refresh": "2024-02-11T17:07:19.842992Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:53:34.907593Z", "last_refresh": "2024-02-11T17:07:17.178954Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:57.873613Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:54:57.867647Z", "last_refresh": "2024-02-11T17:07:17.179016Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:53:32.998901Z", "last_refresh": "2024-02-11T17:07:19.842604Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-11T16:56:57.378029Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-11T16:57:01.184426Z", "last_refresh": "2024-02-11T17:07:17.179303Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-11T17:09:38.713 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:09:39.714 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid eb5e91f4-c8fd-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:09:39.906 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:09:39 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T17:09:38.387981+0000 mgr.smithi088.srytvt (mgr.14180) 819 : audit [DBG] from='client.15724 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:09:39.906 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:09:39 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T17:09:38.461555+0000 mgr.smithi088.srytvt (mgr.14180) 820 : cluster [DBG] pgmap v504: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:09:39.946 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:09:39 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T17:09:38.387981+0000 mgr.smithi088.srytvt (mgr.14180) 819 : audit [DBG] from='client.15724 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:09:39.946 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:09:39 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T17:09:38.461555+0000 mgr.smithi088.srytvt (mgr.14180) 820 : cluster [DBG] pgmap v504: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:09:41.126 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-11T17:09:41.127 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:53:35.782365Z", "last_refresh": "2024-02-11T17:07:19.842356Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:53:31.954385Z", "last_refresh": "2024-02-11T17:07:17.178678Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:53:34.066531Z", "last_refresh": "2024-02-11T17:07:19.842483Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:02:12.627173Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.mqnmpl on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:04:46.086160Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.yobwoi on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-yobwoi\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-yobwoi\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.yobwoi\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.yobwoi\nDeploy daemon haproxy.nfs.foo.smithi148.yobwoi ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:02:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:03:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:04:08Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:07:15.425068Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi088.dbfvcx on smithi088: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi088-dbfvcx\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi088-dbfvcx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi088.dbfvcx\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi088.dbfvcx\nDeploy daemon haproxy.nfs.foo.smithi088.dbfvcx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:05:22Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:06:00Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:06: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=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:07:15.426219Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.jjghpu on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:07:15.427197Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.lkfzmc on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.88/16"}, "status": {"created": "2024-02-11T16:57:01.421766Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:53:31.041620Z", "last_refresh": "2024-02-11T17:07:17.178812Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:32.209992Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:54:32.207503Z", "last_refresh": "2024-02-11T17:07:17.178882Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:01.420843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T16:57:01.417643Z", "last_refresh": "2024-02-11T17:07:19.842992Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:53:34.907593Z", "last_refresh": "2024-02-11T17:07:17.178954Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:57.873613Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:54:57.867647Z", "last_refresh": "2024-02-11T17:07:17.179016Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:53:32.998901Z", "last_refresh": "2024-02-11T17:07:19.842604Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-11T16:56:57.378029Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-11T16:57:01.184426Z", "last_refresh": "2024-02-11T17:07:17.179303Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-11T17:09:41.559 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:09:41.785 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:09:41 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T17:09:40.462162+0000 mgr.smithi088.srytvt (mgr.14180) 821 : cluster [DBG] pgmap v505: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:09:41.946 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:09:41 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T17:09:40.462162+0000 mgr.smithi088.srytvt (mgr.14180) 821 : cluster [DBG] pgmap v505: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:09:42.560 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid eb5e91f4-c8fd-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:09:42.902 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:09:42 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T17:09:41.121839+0000 mgr.smithi088.srytvt (mgr.14180) 822 : audit [DBG] from='client.15728 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:09:42.946 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:09:42 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T17:09:41.121839+0000 mgr.smithi088.srytvt (mgr.14180) 822 : audit [DBG] from='client.15728 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:09:43.910 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-11T17:09:43.910 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:53:35.782365Z", "last_refresh": "2024-02-11T17:07:19.842356Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:53:31.954385Z", "last_refresh": "2024-02-11T17:07:17.178678Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:53:34.066531Z", "last_refresh": "2024-02-11T17:07:19.842483Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:02:12.627173Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.mqnmpl on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:04:46.086160Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.yobwoi on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-yobwoi\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-yobwoi\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.yobwoi\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.yobwoi\nDeploy daemon haproxy.nfs.foo.smithi148.yobwoi ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:02:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:03:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:04:08Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:07:15.425068Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi088.dbfvcx on smithi088: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi088-dbfvcx\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi088-dbfvcx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi088.dbfvcx\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi088.dbfvcx\nDeploy daemon haproxy.nfs.foo.smithi088.dbfvcx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:05:22Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:06:00Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:06: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=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:07:15.426219Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.jjghpu on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:07:15.427197Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.lkfzmc on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.88/16"}, "status": {"created": "2024-02-11T16:57:01.421766Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:53:31.041620Z", "last_refresh": "2024-02-11T17:07:17.178812Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:32.209992Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:54:32.207503Z", "last_refresh": "2024-02-11T17:07:17.178882Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:01.420843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T16:57:01.417643Z", "last_refresh": "2024-02-11T17:07:19.842992Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:53:34.907593Z", "last_refresh": "2024-02-11T17:07:17.178954Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:57.873613Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:54:57.867647Z", "last_refresh": "2024-02-11T17:07:17.179016Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:53:32.998901Z", "last_refresh": "2024-02-11T17:07:19.842604Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-11T16:56:57.378029Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-11T16:57:01.184426Z", "last_refresh": "2024-02-11T17:07:17.179303Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-11T17:09:43.935 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:09:43 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T17:09:42.462731+0000 mgr.smithi088.srytvt (mgr.14180) 823 : 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-11T17:09:43.946 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:09:43 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T17:09:42.462731+0000 mgr.smithi088.srytvt (mgr.14180) 823 : 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-11T17:09:44.291 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:09:44.946 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:09:44 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T17:09:43.905079+0000 mgr.smithi088.srytvt (mgr.14180) 824 : audit [DBG] from='client.15732 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:09:45.035 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:09:44 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T17:09:43.905079+0000 mgr.smithi088.srytvt (mgr.14180) 824 : audit [DBG] from='client.15732 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:09:45.292 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid eb5e91f4-c8fd-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:09:45.696 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:09:45 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T17:09:44.463320+0000 mgr.smithi088.srytvt (mgr.14180) 825 : 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-11T17:09:45.920 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:09:45 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T17:09:44.463320+0000 mgr.smithi088.srytvt (mgr.14180) 825 : 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-11T17:09:46.635 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-11T17:09:46.635 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:53:35.782365Z", "last_refresh": "2024-02-11T17:07:19.842356Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:53:31.954385Z", "last_refresh": "2024-02-11T17:07:17.178678Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:53:34.066531Z", "last_refresh": "2024-02-11T17:07:19.842483Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:02:12.627173Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.mqnmpl on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:04:46.086160Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.yobwoi on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-yobwoi\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-yobwoi\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.yobwoi\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.yobwoi\nDeploy daemon haproxy.nfs.foo.smithi148.yobwoi ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:02:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:03:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:04:08Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:07:15.425068Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi088.dbfvcx on smithi088: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi088-dbfvcx\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi088-dbfvcx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi088.dbfvcx\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi088.dbfvcx\nDeploy daemon haproxy.nfs.foo.smithi088.dbfvcx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:05:22Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:06:00Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:06: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=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:07:15.426219Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.jjghpu on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:07:15.427197Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.lkfzmc on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.88/16"}, "status": {"created": "2024-02-11T16:57:01.421766Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:53:31.041620Z", "last_refresh": "2024-02-11T17:07:17.178812Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:32.209992Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:54:32.207503Z", "last_refresh": "2024-02-11T17:07:17.178882Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:01.420843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T16:57:01.417643Z", "last_refresh": "2024-02-11T17:07:19.842992Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:53:34.907593Z", "last_refresh": "2024-02-11T17:07:17.178954Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:57.873613Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:54:57.867647Z", "last_refresh": "2024-02-11T17:07:17.179016Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:53:32.998901Z", "last_refresh": "2024-02-11T17:07:19.842604Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-11T16:56:57.378029Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-11T16:57:01.184426Z", "last_refresh": "2024-02-11T17:07:17.179303Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-11T17:09:47.193 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:09:47.946 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:09:47 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T17:09:46.464070+0000 mgr.smithi088.srytvt (mgr.14180) 826 : 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-11T17:09:47.946 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:09:47 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T17:09:46.630476+0000 mgr.smithi088.srytvt (mgr.14180) 827 : audit [DBG] from='client.15736 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:09:48.035 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:09:47 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T17:09:46.464070+0000 mgr.smithi088.srytvt (mgr.14180) 826 : 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-11T17:09:48.035 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:09:47 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T17:09:46.630476+0000 mgr.smithi088.srytvt (mgr.14180) 827 : audit [DBG] from='client.15736 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:09:48.194 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid eb5e91f4-c8fd-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:09:49.545 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-11T17:09:49.545 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:53:35.782365Z", "last_refresh": "2024-02-11T17:07:19.842356Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:53:31.954385Z", "last_refresh": "2024-02-11T17:07:17.178678Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:53:34.066531Z", "last_refresh": "2024-02-11T17:07:19.842483Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:02:12.627173Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.mqnmpl on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:04:46.086160Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.yobwoi on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-yobwoi\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-yobwoi\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.yobwoi\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.yobwoi\nDeploy daemon haproxy.nfs.foo.smithi148.yobwoi ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:02:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:03:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:04:08Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:07:15.425068Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi088.dbfvcx on smithi088: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi088-dbfvcx\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi088-dbfvcx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi088.dbfvcx\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi088.dbfvcx\nDeploy daemon haproxy.nfs.foo.smithi088.dbfvcx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:05:22Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:06:00Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:06: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=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:07:15.426219Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.jjghpu on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:07:15.427197Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.lkfzmc on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.88/16"}, "status": {"created": "2024-02-11T16:57:01.421766Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:53:31.041620Z", "last_refresh": "2024-02-11T17:07:17.178812Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:32.209992Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:54:32.207503Z", "last_refresh": "2024-02-11T17:07:17.178882Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:01.420843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T16:57:01.417643Z", "last_refresh": "2024-02-11T17:07:19.842992Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:53:34.907593Z", "last_refresh": "2024-02-11T17:07:17.178954Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:57.873613Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:54:57.867647Z", "last_refresh": "2024-02-11T17:07:17.179016Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:53:32.998901Z", "last_refresh": "2024-02-11T17:07:19.842604Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-11T16:56:57.378029Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-11T16:57:01.184426Z", "last_refresh": "2024-02-11T17:07:17.179303Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-11T17:09:49.863 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:09:49 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T17:09:48.464673+0000 mgr.smithi088.srytvt (mgr.14180) 828 : cluster [DBG] pgmap v509: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:09:49.919 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:09:49.946 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:09:49 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T17:09:48.464673+0000 mgr.smithi088.srytvt (mgr.14180) 828 : cluster [DBG] pgmap v509: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:09:50.920 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid eb5e91f4-c8fd-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:09:50.946 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:09:50 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T17:09:49.540767+0000 mgr.smithi088.srytvt (mgr.14180) 829 : audit [DBG] from='client.15740 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:09:50.947 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:09:50 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cephadm 2024-02-11T17:09:49.870816+0000 mgr.smithi088.srytvt (mgr.14180) 830 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-nlxlvg 2024-02-11T17:09:50.947 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:09:50 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: /bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-nlxlvg 2024-02-11T17:09:50.947 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:09:50 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.nlxlvg 2024-02-11T17:09:50.947 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:09:50 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: /bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.nlxlvg 2024-02-11T17:09:50.947 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:09:50 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: Deploy daemon haproxy.nfs.foo.smithi148.nlxlvg ... 2024-02-11T17:09:50.947 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:09:50 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: Non-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:09:50.947 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:09:50 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-11T17:09:50.947 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:09:50 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: stat: stderr time="2024-02-11T17:07:57Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-11T17:09:50.947 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:09:50 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: stat: stderr time="2024-02-11T17:08:34Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-11T17:09:50.947 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:09:50 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: stat: stderr time="2024-02-11T17:09:12Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-11T17:09:50.947 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:09:50 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: 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-11T17:09:50.947 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:09:50 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:09:50.947 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:09:50 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: Traceback (most recent call last): 2024-02-11T17:09:50.947 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:09:50 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-11T17:09:50.948 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:09:50 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: yield (conn, connr) 2024-02-11T17:09:50.948 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:09:50 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-11T17:09:50.948 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:09:50 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: code, '\n'.join(err))) 2024-02-11T17:09:50.948 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:09:50 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: 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-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-nlxlvg 2024-02-11T17:09:50.948 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:09:50 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: /bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-nlxlvg 2024-02-11T17:09:50.948 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:09:50 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.nlxlvg 2024-02-11T17:09:50.948 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:09:50 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: /bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.nlxlvg 2024-02-11T17:09:50.948 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:09:50 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: Deploy daemon haproxy.nfs.foo.smithi148.nlxlvg ... 2024-02-11T17:09:50.948 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:09:50 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: Non-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:09:50.948 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:09:50 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-11T17:09:50.948 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:09:50 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: stat: stderr time="2024-02-11T17:07:57Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-11T17:09:50.948 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:09:50 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: stat: stderr time="2024-02-11T17:08:34Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-11T17:09:50.948 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:09:50 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: stat: stderr time="2024-02-11T17:09:12Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-11T17:09:50.948 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:09:50 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: 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-11T17:09:50.948 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:09:50 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:09:50.949 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:09:50 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cephadm 2024-02-11T17:09:49.871010+0000 mgr.smithi088.srytvt (mgr.14180) 831 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi148.nlxlvg 2024-02-11T17:09:50.949 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:09:50 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T17:09:49.871283+0000 mon.smithi088 (mon.0) 718 : audit [INF] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi148.nlxlvg"}]: dispatch 2024-02-11T17:09:50.949 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:09:50 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cephadm 2024-02-11T17:09:49.871780+0000 mgr.smithi088.srytvt (mgr.14180) 832 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi148.nlxlvg on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-nlxlvg 2024-02-11T17:09:50.949 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:09:50 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: /bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-nlxlvg 2024-02-11T17:09:50.949 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:09:50 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.nlxlvg 2024-02-11T17:09:50.949 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:09:50 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: /bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.nlxlvg 2024-02-11T17:09:50.949 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:09:50 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: Deploy daemon haproxy.nfs.foo.smithi148.nlxlvg ... 2024-02-11T17:09:50.949 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:09:50 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: Non-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:09:50.949 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:09:50 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-11T17:09:50.949 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:09:50 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: stat: stderr time="2024-02-11T17:07:57Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-11T17:09:50.949 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:09:50 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: stat: stderr time="2024-02-11T17:08:34Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-11T17:09:50.949 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:09:50 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: stat: stderr time="2024-02-11T17:09:12Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-11T17:09:50.949 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:09:50 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: 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-11T17:09:50.950 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:09:50 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:09:50.950 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:09:50 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cephadm 2024-02-11T17:09:49.873129+0000 mgr.smithi088.srytvt (mgr.14180) 833 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi088.ighhoz on smithi088 2024-02-11T17:09:50.950 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:09:50 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T17:09:49.540767+0000 mgr.smithi088.srytvt (mgr.14180) 829 : audit [DBG] from='client.15740 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:09:50.951 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:09:50 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cephadm 2024-02-11T17:09:49.870816+0000 mgr.smithi088.srytvt (mgr.14180) 830 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-nlxlvg 2024-02-11T17:09:50.951 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:09:50 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: /bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-nlxlvg 2024-02-11T17:09:50.951 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:09:50 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.nlxlvg 2024-02-11T17:09:50.951 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:09:50 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: /bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.nlxlvg 2024-02-11T17:09:50.951 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:09:50 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: Deploy daemon haproxy.nfs.foo.smithi148.nlxlvg ... 2024-02-11T17:09:50.951 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:09:50 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: Non-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:09:50.951 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:09:50 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-11T17:09:50.951 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:09:50 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: stat: stderr time="2024-02-11T17:07:57Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-11T17:09:50.951 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:09:50 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: stat: stderr time="2024-02-11T17:08:34Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-11T17:09:50.951 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:09:50 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: stat: stderr time="2024-02-11T17:09:12Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-11T17:09:50.951 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:09:50 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: 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-11T17:09:50.951 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:09:50 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:09:50.951 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:09:50 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: Traceback (most recent call last): 2024-02-11T17:09:50.951 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:09:50 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-11T17:09:50.952 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:09:50 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: yield (conn, connr) 2024-02-11T17:09:50.952 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:09:50 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-11T17:09:50.952 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:09:50 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: code, '\n'.join(err))) 2024-02-11T17:09:50.952 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:09:50 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: 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-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-nlxlvg 2024-02-11T17:09:50.952 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:09:50 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: /bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-nlxlvg 2024-02-11T17:09:50.952 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:09:50 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.nlxlvg 2024-02-11T17:09:50.952 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:09:50 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: /bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.nlxlvg 2024-02-11T17:09:50.952 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:09:50 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: Deploy daemon haproxy.nfs.foo.smithi148.nlxlvg ... 2024-02-11T17:09:50.952 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:09:50 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: Non-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:09:50.952 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:09:50 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-11T17:09:50.952 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:09:50 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: stat: stderr time="2024-02-11T17:07:57Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-11T17:09:50.952 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:09:50 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: stat: stderr time="2024-02-11T17:08:34Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-11T17:09:50.953 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:09:50 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: stat: stderr time="2024-02-11T17:09:12Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-11T17:09:50.953 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:09:50 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: 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-11T17:09:50.953 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:09:50 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:09:50.953 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:09:50 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cephadm 2024-02-11T17:09:49.871010+0000 mgr.smithi088.srytvt (mgr.14180) 831 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi148.nlxlvg 2024-02-11T17:09:50.953 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:09:50 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T17:09:49.871283+0000 mon.smithi088 (mon.0) 718 : audit [INF] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi148.nlxlvg"}]: dispatch 2024-02-11T17:09:50.953 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:09:50 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cephadm 2024-02-11T17:09:49.871780+0000 mgr.smithi088.srytvt (mgr.14180) 832 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi148.nlxlvg on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-nlxlvg 2024-02-11T17:09:50.953 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:09:50 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: /bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-nlxlvg 2024-02-11T17:09:50.953 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:09:50 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.nlxlvg 2024-02-11T17:09:50.953 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:09:50 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: /bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.nlxlvg 2024-02-11T17:09:50.953 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:09:50 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: Deploy daemon haproxy.nfs.foo.smithi148.nlxlvg ... 2024-02-11T17:09:50.953 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:09:50 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: Non-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:09:50.953 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:09:50 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-11T17:09:50.953 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:09:50 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: stat: stderr time="2024-02-11T17:07:57Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-11T17:09:50.953 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:09:50 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: stat: stderr time="2024-02-11T17:08:34Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-11T17:09:50.953 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:09:50 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: stat: stderr time="2024-02-11T17:09:12Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-11T17:09:50.954 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:09:50 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: 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-11T17:09:50.954 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:09:50 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:09:50.954 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:09:50 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cephadm 2024-02-11T17:09:49.873129+0000 mgr.smithi088.srytvt (mgr.14180) 833 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi088.ighhoz on smithi088 2024-02-11T17:09:51.919 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:09:51 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T17:09:50.465427+0000 mgr.smithi088.srytvt (mgr.14180) 834 : cluster [DBG] pgmap v510: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:09:51.946 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:09:51 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T17:09:50.465427+0000 mgr.smithi088.srytvt (mgr.14180) 834 : cluster [DBG] pgmap v510: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:09:52.265 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-11T17:09:52.266 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:53:35.782365Z", "last_refresh": "2024-02-11T17:07:19.842356Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:53:31.954385Z", "last_refresh": "2024-02-11T17:07:17.178678Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:53:34.066531Z", "last_refresh": "2024-02-11T17:07:19.842483Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:04:46.086160Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.yobwoi on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-yobwoi\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-yobwoi\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.yobwoi\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.yobwoi\nDeploy daemon haproxy.nfs.foo.smithi148.yobwoi ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:02:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:03:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:04:08Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:07:15.425068Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi088.dbfvcx on smithi088: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi088-dbfvcx\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi088-dbfvcx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi088.dbfvcx\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi088.dbfvcx\nDeploy daemon haproxy.nfs.foo.smithi088.dbfvcx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:05:22Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:06:00Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:06: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=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:07:15.426219Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.jjghpu on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:07:15.427197Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.lkfzmc on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:09:49.871700Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.nlxlvg on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-nlxlvg\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-nlxlvg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.nlxlvg\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.nlxlvg\nDeploy daemon haproxy.nfs.foo.smithi148.nlxlvg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:07:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:08:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:09:12Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.88/16"}, "status": {"created": "2024-02-11T16:57:01.421766Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:53:31.041620Z", "last_refresh": "2024-02-11T17:07:17.178812Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:32.209992Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:54:32.207503Z", "last_refresh": "2024-02-11T17:07:17.178882Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:01.420843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T16:57:01.417643Z", "last_refresh": "2024-02-11T17:07:19.842992Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:53:34.907593Z", "last_refresh": "2024-02-11T17:07:17.178954Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:57.873613Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:54:57.867647Z", "last_refresh": "2024-02-11T17:07:17.179016Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:53:32.998901Z", "last_refresh": "2024-02-11T17:07:19.842604Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-11T16:56:57.378029Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-11T16:57:01.184426Z", "last_refresh": "2024-02-11T17:07:17.179303Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-11T17:09:52.655 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:09:53.656 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid eb5e91f4-c8fd-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:09:53.946 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:09:53 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T17:09:52.261385+0000 mgr.smithi088.srytvt (mgr.14180) 835 : audit [DBG] from='client.15744 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:09:53.946 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:09:53 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T17:09:52.465936+0000 mgr.smithi088.srytvt (mgr.14180) 836 : 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-11T17:09:53.992 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:09:53 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T17:09:52.261385+0000 mgr.smithi088.srytvt (mgr.14180) 835 : audit [DBG] from='client.15744 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:09:53.992 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:09:53 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T17:09:52.465936+0000 mgr.smithi088.srytvt (mgr.14180) 836 : 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-11T17:09:55.032 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-11T17:09:55.032 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:53:35.782365Z", "last_refresh": "2024-02-11T17:07:19.842356Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:53:31.954385Z", "last_refresh": "2024-02-11T17:07:17.178678Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:53:34.066531Z", "last_refresh": "2024-02-11T17:07:19.842483Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:04:46.086160Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.yobwoi on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-yobwoi\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-yobwoi\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.yobwoi\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.yobwoi\nDeploy daemon haproxy.nfs.foo.smithi148.yobwoi ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:02:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:03:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:04:08Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:07:15.425068Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi088.dbfvcx on smithi088: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi088-dbfvcx\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi088-dbfvcx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi088.dbfvcx\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi088.dbfvcx\nDeploy daemon haproxy.nfs.foo.smithi088.dbfvcx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:05:22Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:06:00Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:06: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=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:07:15.426219Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.jjghpu on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:07:15.427197Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.lkfzmc on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:09:49.871700Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.nlxlvg on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-nlxlvg\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-nlxlvg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.nlxlvg\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.nlxlvg\nDeploy daemon haproxy.nfs.foo.smithi148.nlxlvg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:07:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:08:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:09:12Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.88/16"}, "status": {"created": "2024-02-11T16:57:01.421766Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:53:31.041620Z", "last_refresh": "2024-02-11T17:07:17.178812Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:32.209992Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:54:32.207503Z", "last_refresh": "2024-02-11T17:07:17.178882Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:01.420843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T16:57:01.417643Z", "last_refresh": "2024-02-11T17:07:19.842992Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:53:34.907593Z", "last_refresh": "2024-02-11T17:07:17.178954Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:57.873613Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:54:57.867647Z", "last_refresh": "2024-02-11T17:07:17.179016Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:53:32.998901Z", "last_refresh": "2024-02-11T17:07:19.842604Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-11T16:56:57.378029Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-11T16:57:01.184426Z", "last_refresh": "2024-02-11T17:07:17.179303Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-11T17:09:55.421 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:09:55.696 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:09:55 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T17:09:54.466551+0000 mgr.smithi088.srytvt (mgr.14180) 837 : 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-11T17:09:55.696 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:09:55 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T17:09:55.027787+0000 mgr.smithi088.srytvt (mgr.14180) 838 : audit [DBG] from='client.15748 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:09:56.035 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:09:55 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T17:09:54.466551+0000 mgr.smithi088.srytvt (mgr.14180) 837 : 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-11T17:09:56.035 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:09:55 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T17:09:55.027787+0000 mgr.smithi088.srytvt (mgr.14180) 838 : audit [DBG] from='client.15748 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:09:56.422 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid eb5e91f4-c8fd-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:09:57.785 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:09:57 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T17:09:56.467274+0000 mgr.smithi088.srytvt (mgr.14180) 839 : 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-11T17:09:57.828 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-11T17:09:57.828 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:53:35.782365Z", "last_refresh": "2024-02-11T17:07:19.842356Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:53:31.954385Z", "last_refresh": "2024-02-11T17:07:17.178678Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:53:34.066531Z", "last_refresh": "2024-02-11T17:07:19.842483Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:04:46.086160Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.yobwoi on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-yobwoi\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-yobwoi\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.yobwoi\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.yobwoi\nDeploy daemon haproxy.nfs.foo.smithi148.yobwoi ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:02:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:03:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:04:08Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:07:15.425068Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi088.dbfvcx on smithi088: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi088-dbfvcx\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi088-dbfvcx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi088.dbfvcx\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi088.dbfvcx\nDeploy daemon haproxy.nfs.foo.smithi088.dbfvcx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:05:22Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:06:00Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:06: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=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:07:15.426219Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.jjghpu on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:07:15.427197Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.lkfzmc on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:09:49.871700Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.nlxlvg on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-nlxlvg\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-nlxlvg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.nlxlvg\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.nlxlvg\nDeploy daemon haproxy.nfs.foo.smithi148.nlxlvg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:07:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:08:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:09:12Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.88/16"}, "status": {"created": "2024-02-11T16:57:01.421766Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:53:31.041620Z", "last_refresh": "2024-02-11T17:07:17.178812Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:32.209992Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:54:32.207503Z", "last_refresh": "2024-02-11T17:07:17.178882Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:01.420843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T16:57:01.417643Z", "last_refresh": "2024-02-11T17:07:19.842992Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:53:34.907593Z", "last_refresh": "2024-02-11T17:07:17.178954Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:57.873613Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:54:57.867647Z", "last_refresh": "2024-02-11T17:07:17.179016Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:53:32.998901Z", "last_refresh": "2024-02-11T17:07:19.842604Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-11T16:56:57.378029Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-11T16:57:01.184426Z", "last_refresh": "2024-02-11T17:07:17.179303Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-11T17:09:57.946 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:09:57 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T17:09:56.467274+0000 mgr.smithi088.srytvt (mgr.14180) 839 : 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-11T17:09:58.204 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:09:58.946 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:09:58 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T17:09:57.823954+0000 mgr.smithi088.srytvt (mgr.14180) 840 : audit [DBG] from='client.15752 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:09:59.035 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:09:58 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T17:09:57.823954+0000 mgr.smithi088.srytvt (mgr.14180) 840 : audit [DBG] from='client.15752 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:09:59.205 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid eb5e91f4-c8fd-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:09:59.906 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:09:59 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T17:09:58.468198+0000 mgr.smithi088.srytvt (mgr.14180) 841 : cluster [DBG] pgmap v514: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:09:59.946 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:09:59 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T17:09:58.468198+0000 mgr.smithi088.srytvt (mgr.14180) 841 : cluster [DBG] pgmap v514: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:10:00.632 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-11T17:10:00.632 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:53:35.782365Z", "last_refresh": "2024-02-11T17:07:19.842356Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:53:31.954385Z", "last_refresh": "2024-02-11T17:07:17.178678Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:53:34.066531Z", "last_refresh": "2024-02-11T17:07:19.842483Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:04:46.086160Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.yobwoi on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-yobwoi\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-yobwoi\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.yobwoi\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.yobwoi\nDeploy daemon haproxy.nfs.foo.smithi148.yobwoi ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:02:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:03:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:04:08Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:07:15.425068Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi088.dbfvcx on smithi088: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi088-dbfvcx\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi088-dbfvcx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi088.dbfvcx\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi088.dbfvcx\nDeploy daemon haproxy.nfs.foo.smithi088.dbfvcx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:05:22Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:06:00Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:06: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=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:07:15.426219Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.jjghpu on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:07:15.427197Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.lkfzmc on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:09:49.871700Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.nlxlvg on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-nlxlvg\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-nlxlvg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.nlxlvg\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.nlxlvg\nDeploy daemon haproxy.nfs.foo.smithi148.nlxlvg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:07:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:08:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:09:12Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.88/16"}, "status": {"created": "2024-02-11T16:57:01.421766Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:53:31.041620Z", "last_refresh": "2024-02-11T17:07:17.178812Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:32.209992Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:54:32.207503Z", "last_refresh": "2024-02-11T17:07:17.178882Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:01.420843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T16:57:01.417643Z", "last_refresh": "2024-02-11T17:07:19.842992Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:53:34.907593Z", "last_refresh": "2024-02-11T17:07:17.178954Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:57.873613Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:54:57.867647Z", "last_refresh": "2024-02-11T17:07:17.179016Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:53:32.998901Z", "last_refresh": "2024-02-11T17:07:19.842604Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-11T16:56:57.378029Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-11T16:57:01.184426Z", "last_refresh": "2024-02-11T17:07:17.179303Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-11T17:10:00.946 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:10:00 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T17:10:00.000091+0000 mon.smithi088 (mon.0) 719 : cluster [INF] overall HEALTH_OK 2024-02-11T17:10:00.977 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:10:00 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T17:10:00.000091+0000 mon.smithi088 (mon.0) 719 : cluster [INF] overall HEALTH_OK 2024-02-11T17:10:01.046 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:10:01.946 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:10:01 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T17:10:00.469220+0000 mgr.smithi088.srytvt (mgr.14180) 842 : cluster [DBG] pgmap v515: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:10:01.946 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:10:01 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T17:10:00.627755+0000 mgr.smithi088.srytvt (mgr.14180) 843 : audit [DBG] from='client.15756 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:10:02.035 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:10:01 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T17:10:00.469220+0000 mgr.smithi088.srytvt (mgr.14180) 842 : cluster [DBG] pgmap v515: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:10:02.035 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:10:01 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T17:10:00.627755+0000 mgr.smithi088.srytvt (mgr.14180) 843 : audit [DBG] from='client.15756 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:10:02.047 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid eb5e91f4-c8fd-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:10:03.361 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-11T17:10:03.361 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:53:35.782365Z", "last_refresh": "2024-02-11T17:07:19.842356Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:53:31.954385Z", "last_refresh": "2024-02-11T17:07:17.178678Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:53:34.066531Z", "last_refresh": "2024-02-11T17:07:19.842483Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:04:46.086160Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.yobwoi on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-yobwoi\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-yobwoi\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.yobwoi\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.yobwoi\nDeploy daemon haproxy.nfs.foo.smithi148.yobwoi ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:02:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:03:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:04:08Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:07:15.425068Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi088.dbfvcx on smithi088: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi088-dbfvcx\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi088-dbfvcx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi088.dbfvcx\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi088.dbfvcx\nDeploy daemon haproxy.nfs.foo.smithi088.dbfvcx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:05:22Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:06:00Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:06: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=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:07:15.426219Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.jjghpu on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:07:15.427197Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.lkfzmc on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:09:49.871700Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.nlxlvg on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-nlxlvg\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-nlxlvg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.nlxlvg\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.nlxlvg\nDeploy daemon haproxy.nfs.foo.smithi148.nlxlvg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:07:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:08:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:09:12Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.88/16"}, "status": {"created": "2024-02-11T16:57:01.421766Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:53:31.041620Z", "last_refresh": "2024-02-11T17:07:17.178812Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:32.209992Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:54:32.207503Z", "last_refresh": "2024-02-11T17:07:17.178882Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:01.420843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T16:57:01.417643Z", "last_refresh": "2024-02-11T17:07:19.842992Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:53:34.907593Z", "last_refresh": "2024-02-11T17:07:17.178954Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:57.873613Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:54:57.867647Z", "last_refresh": "2024-02-11T17:07:17.179016Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:53:32.998901Z", "last_refresh": "2024-02-11T17:07:19.842604Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-11T16:56:57.378029Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-11T16:57:01.184426Z", "last_refresh": "2024-02-11T17:07:17.179303Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-11T17:10:03.728 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:10:03.946 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:10:03 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T17:10:02.469829+0000 mgr.smithi088.srytvt (mgr.14180) 844 : 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-11T17:10:04.035 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:10:03 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T17:10:02.469829+0000 mgr.smithi088.srytvt (mgr.14180) 844 : 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-11T17:10:04.729 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid eb5e91f4-c8fd-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:10:04.946 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:10:04 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T17:10:03.356149+0000 mgr.smithi088.srytvt (mgr.14180) 845 : audit [DBG] from='client.15760 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:10:05.035 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:10:04 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T17:10:03.356149+0000 mgr.smithi088.srytvt (mgr.14180) 845 : audit [DBG] from='client.15760 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:10:05.946 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:10:05 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T17:10:04.470575+0000 mgr.smithi088.srytvt (mgr.14180) 846 : 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-11T17:10:06.035 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:10:05 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T17:10:04.470575+0000 mgr.smithi088.srytvt (mgr.14180) 846 : 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-11T17:10:06.112 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-11T17:10:06.112 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:53:35.782365Z", "last_refresh": "2024-02-11T17:07:19.842356Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:53:31.954385Z", "last_refresh": "2024-02-11T17:07:17.178678Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:53:34.066531Z", "last_refresh": "2024-02-11T17:07:19.842483Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:04:46.086160Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.yobwoi on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-yobwoi\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-yobwoi\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.yobwoi\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.yobwoi\nDeploy daemon haproxy.nfs.foo.smithi148.yobwoi ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:02:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:03:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:04:08Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:07:15.425068Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi088.dbfvcx on smithi088: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi088-dbfvcx\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi088-dbfvcx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi088.dbfvcx\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi088.dbfvcx\nDeploy daemon haproxy.nfs.foo.smithi088.dbfvcx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:05:22Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:06:00Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:06: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=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:07:15.426219Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.jjghpu on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:07:15.427197Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.lkfzmc on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:09:49.871700Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.nlxlvg on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-nlxlvg\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-nlxlvg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.nlxlvg\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.nlxlvg\nDeploy daemon haproxy.nfs.foo.smithi148.nlxlvg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:07:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:08:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:09:12Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.88/16"}, "status": {"created": "2024-02-11T16:57:01.421766Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:53:31.041620Z", "last_refresh": "2024-02-11T17:07:17.178812Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:32.209992Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:54:32.207503Z", "last_refresh": "2024-02-11T17:07:17.178882Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:01.420843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T16:57:01.417643Z", "last_refresh": "2024-02-11T17:07:19.842992Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:53:34.907593Z", "last_refresh": "2024-02-11T17:07:17.178954Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:57.873613Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:54:57.867647Z", "last_refresh": "2024-02-11T17:07:17.179016Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:53:32.998901Z", "last_refresh": "2024-02-11T17:07:19.842604Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-11T16:56:57.378029Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-11T16:57:01.184426Z", "last_refresh": "2024-02-11T17:07:17.179303Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-11T17:10:06.530 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:10:07.532 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid eb5e91f4-c8fd-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:10:07.896 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:10:07 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T17:10:06.107411+0000 mgr.smithi088.srytvt (mgr.14180) 847 : audit [DBG] from='client.15764 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:10:07.897 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:10:07 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T17:10:06.471293+0000 mgr.smithi088.srytvt (mgr.14180) 848 : 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-11T17:10:07.946 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:10:07 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T17:10:06.107411+0000 mgr.smithi088.srytvt (mgr.14180) 847 : audit [DBG] from='client.15764 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:10:07.946 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:10:07 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T17:10:06.471293+0000 mgr.smithi088.srytvt (mgr.14180) 848 : 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-11T17:10:08.900 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-11T17:10:08.900 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:53:35.782365Z", "last_refresh": "2024-02-11T17:07:19.842356Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:53:31.954385Z", "last_refresh": "2024-02-11T17:07:17.178678Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:53:34.066531Z", "last_refresh": "2024-02-11T17:07:19.842483Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:04:46.086160Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.yobwoi on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-yobwoi\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-yobwoi\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.yobwoi\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.yobwoi\nDeploy daemon haproxy.nfs.foo.smithi148.yobwoi ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:02:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:03:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:04:08Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:07:15.425068Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi088.dbfvcx on smithi088: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi088-dbfvcx\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi088-dbfvcx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi088.dbfvcx\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi088.dbfvcx\nDeploy daemon haproxy.nfs.foo.smithi088.dbfvcx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:05:22Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:06:00Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:06: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=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:07:15.426219Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.jjghpu on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:07:15.427197Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.lkfzmc on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:09:49.871700Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.nlxlvg on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-nlxlvg\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-nlxlvg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.nlxlvg\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.nlxlvg\nDeploy daemon haproxy.nfs.foo.smithi148.nlxlvg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:07:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:08:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:09:12Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.88/16"}, "status": {"created": "2024-02-11T16:57:01.421766Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:53:31.041620Z", "last_refresh": "2024-02-11T17:07:17.178812Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:32.209992Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:54:32.207503Z", "last_refresh": "2024-02-11T17:07:17.178882Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:01.420843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T16:57:01.417643Z", "last_refresh": "2024-02-11T17:07:19.842992Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:53:34.907593Z", "last_refresh": "2024-02-11T17:07:17.178954Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:57.873613Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:54:57.867647Z", "last_refresh": "2024-02-11T17:07:17.179016Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:53:32.998901Z", "last_refresh": "2024-02-11T17:07:19.842604Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-11T16:56:57.378029Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-11T16:57:01.184426Z", "last_refresh": "2024-02-11T17:07:17.179303Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-11T17:10:09.289 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:10:09.946 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:10:09 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T17:10:08.471872+0000 mgr.smithi088.srytvt (mgr.14180) 849 : cluster [DBG] pgmap v519: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:10:09.946 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:10:09 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T17:10:08.894706+0000 mgr.smithi088.srytvt (mgr.14180) 850 : audit [DBG] from='client.15768 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:10:10.035 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:10:09 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T17:10:08.471872+0000 mgr.smithi088.srytvt (mgr.14180) 849 : cluster [DBG] pgmap v519: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:10:10.035 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:10:09 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T17:10:08.894706+0000 mgr.smithi088.srytvt (mgr.14180) 850 : audit [DBG] from='client.15768 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:10:10.289 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid eb5e91f4-c8fd-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:10:11.635 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-11T17:10:11.636 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:53:35.782365Z", "last_refresh": "2024-02-11T17:07:19.842356Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:53:31.954385Z", "last_refresh": "2024-02-11T17:07:17.178678Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:53:34.066531Z", "last_refresh": "2024-02-11T17:07:19.842483Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:04:46.086160Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.yobwoi on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-yobwoi\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-yobwoi\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.yobwoi\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.yobwoi\nDeploy daemon haproxy.nfs.foo.smithi148.yobwoi ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:02:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:03:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:04:08Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:07:15.425068Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi088.dbfvcx on smithi088: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi088-dbfvcx\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi088-dbfvcx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi088.dbfvcx\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi088.dbfvcx\nDeploy daemon haproxy.nfs.foo.smithi088.dbfvcx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:05:22Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:06:00Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:06: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=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:07:15.426219Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.jjghpu on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:07:15.427197Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.lkfzmc on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:09:49.871700Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.nlxlvg on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-nlxlvg\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-nlxlvg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.nlxlvg\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.nlxlvg\nDeploy daemon haproxy.nfs.foo.smithi148.nlxlvg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:07:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:08:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:09:12Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.88/16"}, "status": {"created": "2024-02-11T16:57:01.421766Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:53:31.041620Z", "last_refresh": "2024-02-11T17:07:17.178812Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:32.209992Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:54:32.207503Z", "last_refresh": "2024-02-11T17:07:17.178882Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:01.420843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T16:57:01.417643Z", "last_refresh": "2024-02-11T17:07:19.842992Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:53:34.907593Z", "last_refresh": "2024-02-11T17:07:17.178954Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:57.873613Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:54:57.867647Z", "last_refresh": "2024-02-11T17:07:17.179016Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:53:32.998901Z", "last_refresh": "2024-02-11T17:07:19.842604Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-11T16:56:57.378029Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-11T16:57:01.184426Z", "last_refresh": "2024-02-11T17:07:17.179303Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-11T17:10:11.925 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:10:11 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T17:10:10.472529+0000 mgr.smithi088.srytvt (mgr.14180) 851 : cluster [DBG] pgmap v520: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:10:11.946 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:10:11 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T17:10:10.472529+0000 mgr.smithi088.srytvt (mgr.14180) 851 : cluster [DBG] pgmap v520: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:10:12.002 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:10:12.946 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:10:12 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T17:10:11.630828+0000 mgr.smithi088.srytvt (mgr.14180) 852 : audit [DBG] from='client.15772 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:10:13.002 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid eb5e91f4-c8fd-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:10:13.035 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:10:12 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T17:10:11.630828+0000 mgr.smithi088.srytvt (mgr.14180) 852 : audit [DBG] from='client.15772 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:10:13.946 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:10:13 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T17:10:12.473042+0000 mgr.smithi088.srytvt (mgr.14180) 853 : 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-11T17:10:13.964 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:10:13 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T17:10:12.473042+0000 mgr.smithi088.srytvt (mgr.14180) 853 : 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-11T17:10:14.323 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-11T17:10:14.323 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:53:35.782365Z", "last_refresh": "2024-02-11T17:07:19.842356Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:53:31.954385Z", "last_refresh": "2024-02-11T17:07:17.178678Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:53:34.066531Z", "last_refresh": "2024-02-11T17:07:19.842483Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:04:46.086160Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.yobwoi on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-yobwoi\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-yobwoi\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.yobwoi\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.yobwoi\nDeploy daemon haproxy.nfs.foo.smithi148.yobwoi ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:02:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:03:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:04:08Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:07:15.425068Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi088.dbfvcx on smithi088: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi088-dbfvcx\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi088-dbfvcx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi088.dbfvcx\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi088.dbfvcx\nDeploy daemon haproxy.nfs.foo.smithi088.dbfvcx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:05:22Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:06:00Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:06: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=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:07:15.426219Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.jjghpu on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:07:15.427197Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.lkfzmc on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:09:49.871700Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.nlxlvg on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-nlxlvg\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-nlxlvg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.nlxlvg\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.nlxlvg\nDeploy daemon haproxy.nfs.foo.smithi148.nlxlvg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:07:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:08:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:09:12Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.88/16"}, "status": {"created": "2024-02-11T16:57:01.421766Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:53:31.041620Z", "last_refresh": "2024-02-11T17:07:17.178812Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:32.209992Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:54:32.207503Z", "last_refresh": "2024-02-11T17:07:17.178882Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:01.420843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T16:57:01.417643Z", "last_refresh": "2024-02-11T17:07:19.842992Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:53:34.907593Z", "last_refresh": "2024-02-11T17:07:17.178954Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:57.873613Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:54:57.867647Z", "last_refresh": "2024-02-11T17:07:17.179016Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:53:32.998901Z", "last_refresh": "2024-02-11T17:07:19.842604Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-11T16:56:57.378029Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-11T16:57:01.184426Z", "last_refresh": "2024-02-11T17:07:17.179303Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-11T17:10:14.701 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:10:15.702 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid eb5e91f4-c8fd-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:10:15.946 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:10:15 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T17:10:14.316886+0000 mgr.smithi088.srytvt (mgr.14180) 854 : audit [DBG] from='client.15776 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:10:15.946 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:10:15 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T17:10:14.473604+0000 mgr.smithi088.srytvt (mgr.14180) 855 : 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-11T17:10:16.035 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:10:15 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T17:10:14.316886+0000 mgr.smithi088.srytvt (mgr.14180) 854 : audit [DBG] from='client.15776 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:10:16.035 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:10:15 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T17:10:14.473604+0000 mgr.smithi088.srytvt (mgr.14180) 855 : 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-11T17:10:17.025 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-11T17:10:17.025 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:53:35.782365Z", "last_refresh": "2024-02-11T17:07:19.842356Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:53:31.954385Z", "last_refresh": "2024-02-11T17:07:17.178678Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:53:34.066531Z", "last_refresh": "2024-02-11T17:07:19.842483Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:04:46.086160Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.yobwoi on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-yobwoi\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-yobwoi\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.yobwoi\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.yobwoi\nDeploy daemon haproxy.nfs.foo.smithi148.yobwoi ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:02:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:03:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:04:08Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:07:15.425068Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi088.dbfvcx on smithi088: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi088-dbfvcx\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi088-dbfvcx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi088.dbfvcx\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi088.dbfvcx\nDeploy daemon haproxy.nfs.foo.smithi088.dbfvcx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:05:22Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:06:00Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:06: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=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:07:15.426219Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.jjghpu on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:07:15.427197Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.lkfzmc on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:09:49.871700Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.nlxlvg on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-nlxlvg\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-nlxlvg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.nlxlvg\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.nlxlvg\nDeploy daemon haproxy.nfs.foo.smithi148.nlxlvg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:07:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:08:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:09:12Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.88/16"}, "status": {"created": "2024-02-11T16:57:01.421766Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:53:31.041620Z", "last_refresh": "2024-02-11T17:07:17.178812Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:32.209992Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:54:32.207503Z", "last_refresh": "2024-02-11T17:07:17.178882Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:01.420843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T16:57:01.417643Z", "last_refresh": "2024-02-11T17:07:19.842992Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:53:34.907593Z", "last_refresh": "2024-02-11T17:07:17.178954Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:57.873613Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:54:57.867647Z", "last_refresh": "2024-02-11T17:07:17.179016Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:53:32.998901Z", "last_refresh": "2024-02-11T17:07:19.842604Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-11T16:56:57.378029Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-11T16:57:01.184426Z", "last_refresh": "2024-02-11T17:07:17.179303Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-11T17:10:17.467 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:10:17.946 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:10:17 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T17:10:16.474241+0000 mgr.smithi088.srytvt (mgr.14180) 856 : 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-11T17:10:17.946 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:10:17 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T17:10:17.020267+0000 mgr.smithi088.srytvt (mgr.14180) 857 : audit [DBG] from='client.15780 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:10:18.035 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:10:17 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T17:10:16.474241+0000 mgr.smithi088.srytvt (mgr.14180) 856 : 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-11T17:10:18.035 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:10:17 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T17:10:17.020267+0000 mgr.smithi088.srytvt (mgr.14180) 857 : audit [DBG] from='client.15780 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:10:18.468 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid eb5e91f4-c8fd-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:10:19.786 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:10:19 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T17:10:18.475035+0000 mgr.smithi088.srytvt (mgr.14180) 858 : cluster [DBG] pgmap v524: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:10:19.812 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-11T17:10:19.812 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:53:35.782365Z", "last_refresh": "2024-02-11T17:07:19.842356Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:53:31.954385Z", "last_refresh": "2024-02-11T17:07:17.178678Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:53:34.066531Z", "last_refresh": "2024-02-11T17:07:19.842483Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:04:46.086160Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.yobwoi on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-yobwoi\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-yobwoi\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.yobwoi\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.yobwoi\nDeploy daemon haproxy.nfs.foo.smithi148.yobwoi ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:02:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:03:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:04:08Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:07:15.425068Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi088.dbfvcx on smithi088: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi088-dbfvcx\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi088-dbfvcx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi088.dbfvcx\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi088.dbfvcx\nDeploy daemon haproxy.nfs.foo.smithi088.dbfvcx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:05:22Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:06:00Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:06: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=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:07:15.426219Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.jjghpu on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:07:15.427197Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.lkfzmc on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:09:49.871700Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.nlxlvg on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-nlxlvg\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-nlxlvg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.nlxlvg\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.nlxlvg\nDeploy daemon haproxy.nfs.foo.smithi148.nlxlvg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:07:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:08:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:09:12Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.88/16"}, "status": {"created": "2024-02-11T16:57:01.421766Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:53:31.041620Z", "last_refresh": "2024-02-11T17:07:17.178812Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:32.209992Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:54:32.207503Z", "last_refresh": "2024-02-11T17:07:17.178882Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:01.420843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T16:57:01.417643Z", "last_refresh": "2024-02-11T17:07:19.842992Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:53:34.907593Z", "last_refresh": "2024-02-11T17:07:17.178954Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:57.873613Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:54:57.867647Z", "last_refresh": "2024-02-11T17:07:17.179016Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:53:32.998901Z", "last_refresh": "2024-02-11T17:07:19.842604Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-11T16:56:57.378029Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-11T16:57:01.184426Z", "last_refresh": "2024-02-11T17:07:17.179303Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-11T17:10:19.946 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:10:19 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T17:10:18.475035+0000 mgr.smithi088.srytvt (mgr.14180) 858 : cluster [DBG] pgmap v524: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:10:20.135 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:10:21.035 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:10:20 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T17:10:19.807408+0000 mgr.smithi088.srytvt (mgr.14180) 859 : audit [DBG] from='client.15784 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:10:21.136 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid eb5e91f4-c8fd-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:10:21.196 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:10:20 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T17:10:19.807408+0000 mgr.smithi088.srytvt (mgr.14180) 859 : audit [DBG] from='client.15784 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:10:21.785 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:10:21 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T17:10:20.475757+0000 mgr.smithi088.srytvt (mgr.14180) 860 : cluster [DBG] pgmap v525: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:10:22.196 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:10:21 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T17:10:20.475757+0000 mgr.smithi088.srytvt (mgr.14180) 860 : cluster [DBG] pgmap v525: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:10:22.587 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-11T17:10:22.587 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:53:35.782365Z", "last_refresh": "2024-02-11T17:07:19.842356Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:53:31.954385Z", "last_refresh": "2024-02-11T17:07:17.178678Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:53:34.066531Z", "last_refresh": "2024-02-11T17:07:19.842483Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:04:46.086160Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.yobwoi on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-yobwoi\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-yobwoi\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.yobwoi\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.yobwoi\nDeploy daemon haproxy.nfs.foo.smithi148.yobwoi ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:02:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:03:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:04:08Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:07:15.425068Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi088.dbfvcx on smithi088: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi088-dbfvcx\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi088-dbfvcx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi088.dbfvcx\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi088.dbfvcx\nDeploy daemon haproxy.nfs.foo.smithi088.dbfvcx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:05:22Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:06:00Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:06: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=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:07:15.426219Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.jjghpu on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:07:15.427197Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.lkfzmc on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:09:49.871700Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.nlxlvg on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-nlxlvg\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-nlxlvg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.nlxlvg\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.nlxlvg\nDeploy daemon haproxy.nfs.foo.smithi148.nlxlvg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:07:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:08:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:09:12Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.88/16"}, "status": {"created": "2024-02-11T16:57:01.421766Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:53:31.041620Z", "last_refresh": "2024-02-11T17:07:17.178812Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:32.209992Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:54:32.207503Z", "last_refresh": "2024-02-11T17:07:17.178882Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:01.420843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T16:57:01.417643Z", "last_refresh": "2024-02-11T17:07:19.842992Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:53:34.907593Z", "last_refresh": "2024-02-11T17:07:17.178954Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:57.873613Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:54:57.867647Z", "last_refresh": "2024-02-11T17:07:17.179016Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:53:32.998901Z", "last_refresh": "2024-02-11T17:07:19.842604Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-11T16:56:57.378029Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-11T16:57:01.184426Z", "last_refresh": "2024-02-11T17:07:17.179303Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-11T17:10:23.075 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:10:24.035 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:10:23 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T17:10:22.476280+0000 mgr.smithi088.srytvt (mgr.14180) 861 : 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-11T17:10:24.036 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:10:23 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T17:10:22.582400+0000 mgr.smithi088.srytvt (mgr.14180) 862 : audit [DBG] from='client.15788 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:10:24.076 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid eb5e91f4-c8fd-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:10:24.196 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:10:23 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T17:10:22.476280+0000 mgr.smithi088.srytvt (mgr.14180) 861 : 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-11T17:10:24.196 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:10:23 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T17:10:22.582400+0000 mgr.smithi088.srytvt (mgr.14180) 862 : audit [DBG] from='client.15788 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:10:25.468 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-11T17:10:25.468 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:53:35.782365Z", "last_refresh": "2024-02-11T17:07:19.842356Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:53:31.954385Z", "last_refresh": "2024-02-11T17:07:17.178678Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:53:34.066531Z", "last_refresh": "2024-02-11T17:07:19.842483Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:04:46.086160Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.yobwoi on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-yobwoi\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-yobwoi\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.yobwoi\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.yobwoi\nDeploy daemon haproxy.nfs.foo.smithi148.yobwoi ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:02:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:03:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:04:08Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:07:15.425068Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi088.dbfvcx on smithi088: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi088-dbfvcx\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi088-dbfvcx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi088.dbfvcx\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi088.dbfvcx\nDeploy daemon haproxy.nfs.foo.smithi088.dbfvcx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:05:22Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:06:00Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:06: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=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:07:15.426219Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.jjghpu on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:07:15.427197Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.lkfzmc on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:09:49.871700Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.nlxlvg on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-nlxlvg\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-nlxlvg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.nlxlvg\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.nlxlvg\nDeploy daemon haproxy.nfs.foo.smithi148.nlxlvg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:07:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:08:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:09:12Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.88/16"}, "status": {"created": "2024-02-11T16:57:01.421766Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:53:31.041620Z", "last_refresh": "2024-02-11T17:07:17.178812Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:32.209992Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:54:32.207503Z", "last_refresh": "2024-02-11T17:07:17.178882Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:01.420843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T16:57:01.417643Z", "last_refresh": "2024-02-11T17:07:19.842992Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:53:34.907593Z", "last_refresh": "2024-02-11T17:07:17.178954Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:57.873613Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:54:57.867647Z", "last_refresh": "2024-02-11T17:07:17.179016Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:53:32.998901Z", "last_refresh": "2024-02-11T17:07:19.842604Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-11T16:56:57.378029Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-11T16:57:01.184426Z", "last_refresh": "2024-02-11T17:07:17.179303Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-11T17:10:25.785 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:10:25 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T17:10:24.477060+0000 mgr.smithi088.srytvt (mgr.14180) 863 : 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-11T17:10:25.841 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:10:26.196 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:10:25 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T17:10:24.477060+0000 mgr.smithi088.srytvt (mgr.14180) 863 : 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-11T17:10:26.842 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid eb5e91f4-c8fd-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:10:27.035 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:10:26 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T17:10:25.463125+0000 mgr.smithi088.srytvt (mgr.14180) 864 : audit [DBG] from='client.15792 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:10:27.196 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:10:26 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T17:10:25.463125+0000 mgr.smithi088.srytvt (mgr.14180) 864 : audit [DBG] from='client.15792 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:10:27.785 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:10:27 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T17:10:26.477806+0000 mgr.smithi088.srytvt (mgr.14180) 865 : 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-11T17:10:28.196 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:10:27 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T17:10:26.477806+0000 mgr.smithi088.srytvt (mgr.14180) 865 : 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-11T17:10:28.265 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-11T17:10:28.266 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:53:35.782365Z", "last_refresh": "2024-02-11T17:07:19.842356Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:53:31.954385Z", "last_refresh": "2024-02-11T17:07:17.178678Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:53:34.066531Z", "last_refresh": "2024-02-11T17:07:19.842483Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:04:46.086160Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.yobwoi on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-yobwoi\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-yobwoi\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.yobwoi\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.yobwoi\nDeploy daemon haproxy.nfs.foo.smithi148.yobwoi ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:02:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:03:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:04:08Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:07:15.425068Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi088.dbfvcx on smithi088: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi088-dbfvcx\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi088-dbfvcx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi088.dbfvcx\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi088.dbfvcx\nDeploy daemon haproxy.nfs.foo.smithi088.dbfvcx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:05:22Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:06:00Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:06: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=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:07:15.426219Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.jjghpu on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:07:15.427197Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.lkfzmc on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:09:49.871700Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.nlxlvg on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-nlxlvg\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-nlxlvg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.nlxlvg\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.nlxlvg\nDeploy daemon haproxy.nfs.foo.smithi148.nlxlvg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:07:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:08:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:09:12Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.88/16"}, "status": {"created": "2024-02-11T16:57:01.421766Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:53:31.041620Z", "last_refresh": "2024-02-11T17:07:17.178812Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:32.209992Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:54:32.207503Z", "last_refresh": "2024-02-11T17:07:17.178882Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:01.420843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T16:57:01.417643Z", "last_refresh": "2024-02-11T17:07:19.842992Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:53:34.907593Z", "last_refresh": "2024-02-11T17:07:17.178954Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:57.873613Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:54:57.867647Z", "last_refresh": "2024-02-11T17:07:17.179016Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:53:32.998901Z", "last_refresh": "2024-02-11T17:07:19.842604Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-11T16:56:57.378029Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-11T16:57:01.184426Z", "last_refresh": "2024-02-11T17:07:17.179303Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-11T17:10:28.639 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:10:29.640 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid eb5e91f4-c8fd-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:10:29.976 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:10:29 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T17:10:28.261258+0000 mgr.smithi088.srytvt (mgr.14180) 866 : audit [DBG] from='client.15796 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:10:29.976 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:10:29 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T17:10:28.478564+0000 mgr.smithi088.srytvt (mgr.14180) 867 : cluster [DBG] pgmap v529: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:10:30.196 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:10:29 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T17:10:28.261258+0000 mgr.smithi088.srytvt (mgr.14180) 866 : audit [DBG] from='client.15796 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:10:30.196 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:10:29 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T17:10:28.478564+0000 mgr.smithi088.srytvt (mgr.14180) 867 : cluster [DBG] pgmap v529: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:10:31.055 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-11T17:10:31.055 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:53:35.782365Z", "last_refresh": "2024-02-11T17:07:19.842356Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:53:31.954385Z", "last_refresh": "2024-02-11T17:07:17.178678Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:53:34.066531Z", "last_refresh": "2024-02-11T17:07:19.842483Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:04:46.086160Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.yobwoi on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-yobwoi\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-yobwoi\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.yobwoi\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.yobwoi\nDeploy daemon haproxy.nfs.foo.smithi148.yobwoi ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:02:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:03:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:04:08Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:07:15.425068Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi088.dbfvcx on smithi088: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi088-dbfvcx\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi088-dbfvcx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi088.dbfvcx\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi088.dbfvcx\nDeploy daemon haproxy.nfs.foo.smithi088.dbfvcx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:05:22Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:06:00Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:06: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=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:07:15.426219Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.jjghpu on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:07:15.427197Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.lkfzmc on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:09:49.871700Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.nlxlvg on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-nlxlvg\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-nlxlvg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.nlxlvg\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.nlxlvg\nDeploy daemon haproxy.nfs.foo.smithi148.nlxlvg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:07:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:08:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:09:12Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.88/16"}, "status": {"created": "2024-02-11T16:57:01.421766Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:53:31.041620Z", "last_refresh": "2024-02-11T17:07:17.178812Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:32.209992Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:54:32.207503Z", "last_refresh": "2024-02-11T17:07:17.178882Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:01.420843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T16:57:01.417643Z", "last_refresh": "2024-02-11T17:07:19.842992Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:53:34.907593Z", "last_refresh": "2024-02-11T17:07:17.178954Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:57.873613Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:54:57.867647Z", "last_refresh": "2024-02-11T17:07:17.179016Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:53:32.998901Z", "last_refresh": "2024-02-11T17:07:19.842604Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-11T16:56:57.378029Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-11T16:57:01.184426Z", "last_refresh": "2024-02-11T17:07:17.179303Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-11T17:10:31.461 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:10:32.035 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:10:31 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T17:10:30.479393+0000 mgr.smithi088.srytvt (mgr.14180) 868 : cluster [DBG] pgmap v530: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:10:32.035 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:10:31 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T17:10:31.049965+0000 mgr.smithi088.srytvt (mgr.14180) 869 : audit [DBG] from='client.15800 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:10:32.196 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:10:31 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T17:10:30.479393+0000 mgr.smithi088.srytvt (mgr.14180) 868 : cluster [DBG] pgmap v530: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:10:32.196 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:10:31 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T17:10:31.049965+0000 mgr.smithi088.srytvt (mgr.14180) 869 : audit [DBG] from='client.15800 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:10:32.462 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid eb5e91f4-c8fd-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:10:33.783 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-11T17:10:33.783 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:53:35.782365Z", "last_refresh": "2024-02-11T17:07:19.842356Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:53:31.954385Z", "last_refresh": "2024-02-11T17:07:17.178678Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:53:34.066531Z", "last_refresh": "2024-02-11T17:07:19.842483Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:04:46.086160Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.yobwoi on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-yobwoi\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-yobwoi\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.yobwoi\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.yobwoi\nDeploy daemon haproxy.nfs.foo.smithi148.yobwoi ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:02:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:03:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:04:08Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:07:15.425068Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi088.dbfvcx on smithi088: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi088-dbfvcx\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi088-dbfvcx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi088.dbfvcx\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi088.dbfvcx\nDeploy daemon haproxy.nfs.foo.smithi088.dbfvcx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:05:22Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:06:00Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:06: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=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:07:15.426219Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.jjghpu on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:07:15.427197Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.lkfzmc on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:09:49.871700Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.nlxlvg on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-nlxlvg\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-nlxlvg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.nlxlvg\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.nlxlvg\nDeploy daemon haproxy.nfs.foo.smithi148.nlxlvg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:07:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:08:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:09:12Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.88/16"}, "status": {"created": "2024-02-11T16:57:01.421766Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:53:31.041620Z", "last_refresh": "2024-02-11T17:07:17.178812Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:32.209992Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:54:32.207503Z", "last_refresh": "2024-02-11T17:07:17.178882Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:01.420843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T16:57:01.417643Z", "last_refresh": "2024-02-11T17:07:19.842992Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:53:34.907593Z", "last_refresh": "2024-02-11T17:07:17.178954Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:57.873613Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:54:57.867647Z", "last_refresh": "2024-02-11T17:07:17.179016Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:53:32.998901Z", "last_refresh": "2024-02-11T17:07:19.842604Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-11T16:56:57.378029Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-11T16:57:01.184426Z", "last_refresh": "2024-02-11T17:07:17.179303Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-11T17:10:33.992 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:10:33 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T17:10:32.479968+0000 mgr.smithi088.srytvt (mgr.14180) 870 : 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-11T17:10:34.196 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:10:33 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T17:10:32.479968+0000 mgr.smithi088.srytvt (mgr.14180) 870 : 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-11T17:10:34.209 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:10:35.035 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:10:34 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T17:10:33.778741+0000 mgr.smithi088.srytvt (mgr.14180) 871 : audit [DBG] from='client.15804 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:10:35.196 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:10:34 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T17:10:33.778741+0000 mgr.smithi088.srytvt (mgr.14180) 871 : audit [DBG] from='client.15804 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:10:35.210 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid eb5e91f4-c8fd-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:10:35.858 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:10:35 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T17:10:34.480645+0000 mgr.smithi088.srytvt (mgr.14180) 872 : 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-11T17:10:36.196 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:10:35 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T17:10:34.480645+0000 mgr.smithi088.srytvt (mgr.14180) 872 : 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-11T17:10:36.588 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-11T17:10:36.588 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:53:35.782365Z", "last_refresh": "2024-02-11T17:07:19.842356Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:53:31.954385Z", "last_refresh": "2024-02-11T17:07:17.178678Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:53:34.066531Z", "last_refresh": "2024-02-11T17:07:19.842483Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:04:46.086160Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.yobwoi on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-yobwoi\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-yobwoi\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.yobwoi\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.yobwoi\nDeploy daemon haproxy.nfs.foo.smithi148.yobwoi ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:02:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:03:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:04:08Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:07:15.425068Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi088.dbfvcx on smithi088: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi088-dbfvcx\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi088-dbfvcx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi088.dbfvcx\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi088.dbfvcx\nDeploy daemon haproxy.nfs.foo.smithi088.dbfvcx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:05:22Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:06:00Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:06: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=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:07:15.426219Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.jjghpu on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:07:15.427197Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.lkfzmc on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:09:49.871700Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.nlxlvg on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-nlxlvg\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-nlxlvg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.nlxlvg\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.nlxlvg\nDeploy daemon haproxy.nfs.foo.smithi148.nlxlvg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:07:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:08:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:09:12Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.88/16"}, "status": {"created": "2024-02-11T16:57:01.421766Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:53:31.041620Z", "last_refresh": "2024-02-11T17:07:17.178812Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:32.209992Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:54:32.207503Z", "last_refresh": "2024-02-11T17:07:17.178882Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:01.420843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T16:57:01.417643Z", "last_refresh": "2024-02-11T17:07:19.842992Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:53:34.907593Z", "last_refresh": "2024-02-11T17:07:17.178954Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:57.873613Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:54:57.867647Z", "last_refresh": "2024-02-11T17:07:17.179016Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:53:32.998901Z", "last_refresh": "2024-02-11T17:07:19.842604Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-11T16:56:57.378029Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-11T16:57:01.184426Z", "last_refresh": "2024-02-11T17:07:17.179303Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-11T17:10:36.995 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:10:37.996 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid eb5e91f4-c8fd-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:10:38.028 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:10:37 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T17:10:36.481303+0000 mgr.smithi088.srytvt (mgr.14180) 873 : 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-11T17:10:38.028 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:10:37 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T17:10:36.583091+0000 mgr.smithi088.srytvt (mgr.14180) 874 : audit [DBG] from='client.15808 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:10:38.196 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:10:37 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T17:10:36.481303+0000 mgr.smithi088.srytvt (mgr.14180) 873 : 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-11T17:10:38.196 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:10:37 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T17:10:36.583091+0000 mgr.smithi088.srytvt (mgr.14180) 874 : audit [DBG] from='client.15808 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:10:39.339 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-11T17:10:39.340 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:53:35.782365Z", "last_refresh": "2024-02-11T17:07:19.842356Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:53:31.954385Z", "last_refresh": "2024-02-11T17:07:17.178678Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:53:34.066531Z", "last_refresh": "2024-02-11T17:07:19.842483Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:04:46.086160Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.yobwoi on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-yobwoi\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-yobwoi\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.yobwoi\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.yobwoi\nDeploy daemon haproxy.nfs.foo.smithi148.yobwoi ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:02:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:03:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:04:08Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:07:15.425068Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi088.dbfvcx on smithi088: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi088-dbfvcx\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi088-dbfvcx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi088.dbfvcx\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi088.dbfvcx\nDeploy daemon haproxy.nfs.foo.smithi088.dbfvcx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:05:22Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:06:00Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:06: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=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:07:15.426219Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.jjghpu on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:07:15.427197Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.lkfzmc on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:09:49.871700Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.nlxlvg on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-nlxlvg\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-nlxlvg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.nlxlvg\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.nlxlvg\nDeploy daemon haproxy.nfs.foo.smithi148.nlxlvg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:07:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:08:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:09:12Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.88/16"}, "status": {"created": "2024-02-11T16:57:01.421766Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:53:31.041620Z", "last_refresh": "2024-02-11T17:07:17.178812Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:32.209992Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:54:32.207503Z", "last_refresh": "2024-02-11T17:07:17.178882Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:01.420843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T16:57:01.417643Z", "last_refresh": "2024-02-11T17:07:19.842992Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:53:34.907593Z", "last_refresh": "2024-02-11T17:07:17.178954Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:57.873613Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:54:57.867647Z", "last_refresh": "2024-02-11T17:07:17.179016Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:53:32.998901Z", "last_refresh": "2024-02-11T17:07:19.842604Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-11T16:56:57.378029Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-11T16:57:01.184426Z", "last_refresh": "2024-02-11T17:07:17.179303Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-11T17:10:39.721 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:10:39.905 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:10:39 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T17:10:38.482050+0000 mgr.smithi088.srytvt (mgr.14180) 875 : 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-11T17:10:40.196 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:10:39 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T17:10:38.482050+0000 mgr.smithi088.srytvt (mgr.14180) 875 : 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-11T17:10:40.721 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid eb5e91f4-c8fd-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:10:41.035 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:10:40 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T17:10:39.334672+0000 mgr.smithi088.srytvt (mgr.14180) 876 : audit [DBG] from='client.15812 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:10:41.196 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:10:40 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T17:10:39.334672+0000 mgr.smithi088.srytvt (mgr.14180) 876 : audit [DBG] from='client.15812 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:10:42.035 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:10:41 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T17:10:40.482830+0000 mgr.smithi088.srytvt (mgr.14180) 877 : cluster [DBG] pgmap v535: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:10:42.096 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-11T17:10:42.096 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:53:35.782365Z", "last_refresh": "2024-02-11T17:07:19.842356Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:53:31.954385Z", "last_refresh": "2024-02-11T17:07:17.178678Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:53:34.066531Z", "last_refresh": "2024-02-11T17:07:19.842483Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:04:46.086160Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.yobwoi on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-yobwoi\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-yobwoi\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.yobwoi\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.yobwoi\nDeploy daemon haproxy.nfs.foo.smithi148.yobwoi ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:02:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:03:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:04:08Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:07:15.425068Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi088.dbfvcx on smithi088: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi088-dbfvcx\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi088-dbfvcx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi088.dbfvcx\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi088.dbfvcx\nDeploy daemon haproxy.nfs.foo.smithi088.dbfvcx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:05:22Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:06:00Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:06: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=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:07:15.426219Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.jjghpu on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:07:15.427197Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.lkfzmc on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:09:49.871700Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.nlxlvg on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-nlxlvg\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-nlxlvg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.nlxlvg\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.nlxlvg\nDeploy daemon haproxy.nfs.foo.smithi148.nlxlvg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:07:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:08:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:09:12Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.88/16"}, "status": {"created": "2024-02-11T16:57:01.421766Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:53:31.041620Z", "last_refresh": "2024-02-11T17:07:17.178812Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:32.209992Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:54:32.207503Z", "last_refresh": "2024-02-11T17:07:17.178882Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:01.420843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T16:57:01.417643Z", "last_refresh": "2024-02-11T17:07:19.842992Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:53:34.907593Z", "last_refresh": "2024-02-11T17:07:17.178954Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:57.873613Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:54:57.867647Z", "last_refresh": "2024-02-11T17:07:17.179016Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:53:32.998901Z", "last_refresh": "2024-02-11T17:07:19.842604Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-11T16:56:57.378029Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-11T16:57:01.184426Z", "last_refresh": "2024-02-11T17:07:17.179303Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-11T17:10:42.196 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:10:41 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T17:10:40.482830+0000 mgr.smithi088.srytvt (mgr.14180) 877 : cluster [DBG] pgmap v535: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:10:42.488 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:10:43.489 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid eb5e91f4-c8fd-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:10:43.785 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:10:43 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T17:10:42.091483+0000 mgr.smithi088.srytvt (mgr.14180) 878 : audit [DBG] from='client.15816 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:10:43.786 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:10:43 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T17:10:42.483408+0000 mgr.smithi088.srytvt (mgr.14180) 879 : 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-11T17:10:44.196 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:10:43 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T17:10:42.091483+0000 mgr.smithi088.srytvt (mgr.14180) 878 : audit [DBG] from='client.15816 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:10:44.196 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:10:43 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T17:10:42.483408+0000 mgr.smithi088.srytvt (mgr.14180) 879 : 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-11T17:10:44.803 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-11T17:10:44.804 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:53:35.782365Z", "last_refresh": "2024-02-11T17:07:19.842356Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:53:31.954385Z", "last_refresh": "2024-02-11T17:07:17.178678Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:53:34.066531Z", "last_refresh": "2024-02-11T17:07:19.842483Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:04:46.086160Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.yobwoi on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-yobwoi\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-yobwoi\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.yobwoi\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.yobwoi\nDeploy daemon haproxy.nfs.foo.smithi148.yobwoi ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:02:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:03:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:04:08Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:07:15.425068Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi088.dbfvcx on smithi088: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi088-dbfvcx\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi088-dbfvcx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi088.dbfvcx\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi088.dbfvcx\nDeploy daemon haproxy.nfs.foo.smithi088.dbfvcx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:05:22Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:06:00Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:06: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=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:07:15.426219Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.jjghpu on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:07:15.427197Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.lkfzmc on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:09:49.871700Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.nlxlvg on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-nlxlvg\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-nlxlvg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.nlxlvg\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.nlxlvg\nDeploy daemon haproxy.nfs.foo.smithi148.nlxlvg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:07:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:08:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:09:12Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.88/16"}, "status": {"created": "2024-02-11T16:57:01.421766Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:53:31.041620Z", "last_refresh": "2024-02-11T17:07:17.178812Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:32.209992Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:54:32.207503Z", "last_refresh": "2024-02-11T17:07:17.178882Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:01.420843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T16:57:01.417643Z", "last_refresh": "2024-02-11T17:07:19.842992Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:53:34.907593Z", "last_refresh": "2024-02-11T17:07:17.178954Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:57.873613Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:54:57.867647Z", "last_refresh": "2024-02-11T17:07:17.179016Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:53:32.998901Z", "last_refresh": "2024-02-11T17:07:19.842604Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-11T16:56:57.378029Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-11T16:57:01.184426Z", "last_refresh": "2024-02-11T17:07:17.179303Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-11T17:10:45.186 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:10:46.035 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:10:45 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T17:10:44.484005+0000 mgr.smithi088.srytvt (mgr.14180) 880 : 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-11T17:10:46.035 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:10:45 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T17:10:44.799307+0000 mgr.smithi088.srytvt (mgr.14180) 881 : audit [DBG] from='client.15820 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:10:46.188 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid eb5e91f4-c8fd-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:10:46.196 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:10:45 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T17:10:44.484005+0000 mgr.smithi088.srytvt (mgr.14180) 880 : 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-11T17:10:46.196 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:10:45 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T17:10:44.799307+0000 mgr.smithi088.srytvt (mgr.14180) 881 : audit [DBG] from='client.15820 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:10:47.579 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-11T17:10:47.579 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:53:35.782365Z", "last_refresh": "2024-02-11T17:07:19.842356Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:53:31.954385Z", "last_refresh": "2024-02-11T17:07:17.178678Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:53:34.066531Z", "last_refresh": "2024-02-11T17:07:19.842483Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:04:46.086160Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.yobwoi on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-yobwoi\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-yobwoi\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.yobwoi\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.yobwoi\nDeploy daemon haproxy.nfs.foo.smithi148.yobwoi ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:02:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:03:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:04:08Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:07:15.425068Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi088.dbfvcx on smithi088: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi088-dbfvcx\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi088-dbfvcx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi088.dbfvcx\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi088.dbfvcx\nDeploy daemon haproxy.nfs.foo.smithi088.dbfvcx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:05:22Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:06:00Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:06: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=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:07:15.426219Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.jjghpu on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:07:15.427197Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.lkfzmc on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:09:49.871700Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.nlxlvg on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-nlxlvg\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-nlxlvg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.nlxlvg\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.nlxlvg\nDeploy daemon haproxy.nfs.foo.smithi148.nlxlvg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:07:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:08:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:09:12Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.88/16"}, "status": {"created": "2024-02-11T16:57:01.421766Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:53:31.041620Z", "last_refresh": "2024-02-11T17:07:17.178812Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:32.209992Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:54:32.207503Z", "last_refresh": "2024-02-11T17:07:17.178882Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:01.420843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T16:57:01.417643Z", "last_refresh": "2024-02-11T17:07:19.842992Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:53:34.907593Z", "last_refresh": "2024-02-11T17:07:17.178954Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:57.873613Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:54:57.867647Z", "last_refresh": "2024-02-11T17:07:17.179016Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:53:32.998901Z", "last_refresh": "2024-02-11T17:07:19.842604Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-11T16:56:57.378029Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-11T16:57:01.184426Z", "last_refresh": "2024-02-11T17:07:17.179303Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-11T17:10:47.901 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:10:47 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T17:10:46.484602+0000 mgr.smithi088.srytvt (mgr.14180) 882 : 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-11T17:10:47.993 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:10:48.196 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:10:47 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T17:10:46.484602+0000 mgr.smithi088.srytvt (mgr.14180) 882 : 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-11T17:10:48.994 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid eb5e91f4-c8fd-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:10:49.025 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:10:48 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T17:10:47.575195+0000 mgr.smithi088.srytvt (mgr.14180) 883 : audit [DBG] from='client.15824 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:10:49.196 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:10:48 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T17:10:47.575195+0000 mgr.smithi088.srytvt (mgr.14180) 883 : audit [DBG] from='client.15824 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:10:49.906 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:10:49 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T17:10:48.485321+0000 mgr.smithi088.srytvt (mgr.14180) 884 : 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-11T17:10:50.196 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:10:49 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T17:10:48.485321+0000 mgr.smithi088.srytvt (mgr.14180) 884 : 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-11T17:10:50.294 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-11T17:10:50.294 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:53:35.782365Z", "last_refresh": "2024-02-11T17:07:19.842356Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:53:31.954385Z", "last_refresh": "2024-02-11T17:07:17.178678Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:53:34.066531Z", "last_refresh": "2024-02-11T17:07:19.842483Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:04:46.086160Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.yobwoi on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-yobwoi\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-yobwoi\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.yobwoi\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.yobwoi\nDeploy daemon haproxy.nfs.foo.smithi148.yobwoi ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:02:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:03:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:04:08Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:07:15.425068Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi088.dbfvcx on smithi088: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi088-dbfvcx\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi088-dbfvcx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi088.dbfvcx\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi088.dbfvcx\nDeploy daemon haproxy.nfs.foo.smithi088.dbfvcx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:05:22Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:06:00Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:06: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=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:07:15.426219Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.jjghpu on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:07:15.427197Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.lkfzmc on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:09:49.871700Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.nlxlvg on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-nlxlvg\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-nlxlvg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.nlxlvg\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.nlxlvg\nDeploy daemon haproxy.nfs.foo.smithi148.nlxlvg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:07:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:08:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:09:12Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.88/16"}, "status": {"created": "2024-02-11T16:57:01.421766Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:53:31.041620Z", "last_refresh": "2024-02-11T17:07:17.178812Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:32.209992Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:54:32.207503Z", "last_refresh": "2024-02-11T17:07:17.178882Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:01.420843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T16:57:01.417643Z", "last_refresh": "2024-02-11T17:07:19.842992Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:53:34.907593Z", "last_refresh": "2024-02-11T17:07:17.178954Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:57.873613Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:54:57.867647Z", "last_refresh": "2024-02-11T17:07:17.179016Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:53:32.998901Z", "last_refresh": "2024-02-11T17:07:19.842604Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-11T16:56:57.378029Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-11T16:57:01.184426Z", "last_refresh": "2024-02-11T17:07:17.179303Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-11T17:10:50.684 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:10:51.685 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid eb5e91f4-c8fd-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:10:52.003 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:10:51 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T17:10:50.289620+0000 mgr.smithi088.srytvt (mgr.14180) 885 : audit [DBG] from='client.15828 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:10:52.003 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:10:51 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T17:10:50.486022+0000 mgr.smithi088.srytvt (mgr.14180) 886 : cluster [DBG] pgmap v540: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:10:52.196 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:10:51 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T17:10:50.289620+0000 mgr.smithi088.srytvt (mgr.14180) 885 : audit [DBG] from='client.15828 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:10:52.196 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:10:51 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T17:10:50.486022+0000 mgr.smithi088.srytvt (mgr.14180) 886 : cluster [DBG] pgmap v540: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:10:53.029 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-11T17:10:53.029 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:53:35.782365Z", "last_refresh": "2024-02-11T17:07:19.842356Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:53:31.954385Z", "last_refresh": "2024-02-11T17:07:17.178678Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:53:34.066531Z", "last_refresh": "2024-02-11T17:07:19.842483Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:04:46.086160Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.yobwoi on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-yobwoi\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-yobwoi\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.yobwoi\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.yobwoi\nDeploy daemon haproxy.nfs.foo.smithi148.yobwoi ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:02:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:03:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:04:08Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:07:15.425068Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi088.dbfvcx on smithi088: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi088-dbfvcx\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi088-dbfvcx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi088.dbfvcx\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi088.dbfvcx\nDeploy daemon haproxy.nfs.foo.smithi088.dbfvcx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:05:22Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:06:00Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:06: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=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:07:15.426219Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.jjghpu on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:07:15.427197Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.lkfzmc on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:09:49.871700Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.nlxlvg on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-nlxlvg\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-nlxlvg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.nlxlvg\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.nlxlvg\nDeploy daemon haproxy.nfs.foo.smithi148.nlxlvg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:07:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:08:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:09:12Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.88/16"}, "status": {"created": "2024-02-11T16:57:01.421766Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:53:31.041620Z", "last_refresh": "2024-02-11T17:07:17.178812Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:32.209992Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:54:32.207503Z", "last_refresh": "2024-02-11T17:07:17.178882Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:01.420843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T16:57:01.417643Z", "last_refresh": "2024-02-11T17:07:19.842992Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:53:34.907593Z", "last_refresh": "2024-02-11T17:07:17.178954Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:57.873613Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:54:57.867647Z", "last_refresh": "2024-02-11T17:07:17.179016Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:53:32.998901Z", "last_refresh": "2024-02-11T17:07:19.842604Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-11T16:56:57.378029Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-11T16:57:01.184426Z", "last_refresh": "2024-02-11T17:07:17.179303Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-11T17:10:53.451 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:10:54.035 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:10:53 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T17:10:52.486612+0000 mgr.smithi088.srytvt (mgr.14180) 887 : cluster [DBG] pgmap v541: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:10:54.035 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:10:53 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T17:10:53.024625+0000 mgr.smithi088.srytvt (mgr.14180) 888 : audit [DBG] from='client.15832 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:10:54.196 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:10:53 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T17:10:52.486612+0000 mgr.smithi088.srytvt (mgr.14180) 887 : cluster [DBG] pgmap v541: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:10:54.196 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:10:53 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T17:10:53.024625+0000 mgr.smithi088.srytvt (mgr.14180) 888 : audit [DBG] from='client.15832 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:10:54.452 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid eb5e91f4-c8fd-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:10:55.778 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-11T17:10:55.778 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:53:35.782365Z", "last_refresh": "2024-02-11T17:07:19.842356Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:53:31.954385Z", "last_refresh": "2024-02-11T17:07:17.178678Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:53:34.066531Z", "last_refresh": "2024-02-11T17:07:19.842483Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:04:46.086160Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.yobwoi on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-yobwoi\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-yobwoi\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.yobwoi\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.yobwoi\nDeploy daemon haproxy.nfs.foo.smithi148.yobwoi ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:02:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:03:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:04:08Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:07:15.425068Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi088.dbfvcx on smithi088: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi088-dbfvcx\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi088-dbfvcx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi088.dbfvcx\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi088.dbfvcx\nDeploy daemon haproxy.nfs.foo.smithi088.dbfvcx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:05:22Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:06:00Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:06: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=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:07:15.426219Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.jjghpu on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:07:15.427197Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.lkfzmc on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:09:49.871700Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.nlxlvg on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-nlxlvg\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-nlxlvg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.nlxlvg\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.nlxlvg\nDeploy daemon haproxy.nfs.foo.smithi148.nlxlvg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:07:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:08:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:09:12Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.88/16"}, "status": {"created": "2024-02-11T16:57:01.421766Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:53:31.041620Z", "last_refresh": "2024-02-11T17:07:17.178812Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:32.209992Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:54:32.207503Z", "last_refresh": "2024-02-11T17:07:17.178882Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:01.420843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T16:57:01.417643Z", "last_refresh": "2024-02-11T17:07:19.842992Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:53:34.907593Z", "last_refresh": "2024-02-11T17:07:17.178954Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:57.873613Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:54:57.867647Z", "last_refresh": "2024-02-11T17:07:17.179016Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:53:32.998901Z", "last_refresh": "2024-02-11T17:07:19.842604Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-11T16:56:57.378029Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-11T16:57:01.184426Z", "last_refresh": "2024-02-11T17:07:17.179303Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-11T17:10:56.035 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:10:55 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T17:10:54.487438+0000 mgr.smithi088.srytvt (mgr.14180) 889 : 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-11T17:10:56.165 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:10:56.196 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:10:55 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T17:10:54.487438+0000 mgr.smithi088.srytvt (mgr.14180) 889 : 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-11T17:10:57.035 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:10:56 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T17:10:55.772646+0000 mgr.smithi088.srytvt (mgr.14180) 890 : audit [DBG] from='client.15836 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:10:57.166 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid eb5e91f4-c8fd-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:10:57.196 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:10:56 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T17:10:55.772646+0000 mgr.smithi088.srytvt (mgr.14180) 890 : audit [DBG] from='client.15836 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:10:58.035 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:10:57 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T17:10:56.488332+0000 mgr.smithi088.srytvt (mgr.14180) 891 : 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-11T17:10:58.196 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:10:57 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T17:10:56.488332+0000 mgr.smithi088.srytvt (mgr.14180) 891 : 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-11T17:10:58.579 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-11T17:10:58.579 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:53:35.782365Z", "last_refresh": "2024-02-11T17:07:19.842356Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:53:31.954385Z", "last_refresh": "2024-02-11T17:07:17.178678Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:53:34.066531Z", "last_refresh": "2024-02-11T17:07:19.842483Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:04:46.086160Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.yobwoi on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-yobwoi\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-yobwoi\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.yobwoi\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.yobwoi\nDeploy daemon haproxy.nfs.foo.smithi148.yobwoi ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:02:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:03:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:04:08Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:07:15.425068Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi088.dbfvcx on smithi088: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi088-dbfvcx\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi088-dbfvcx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi088.dbfvcx\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi088.dbfvcx\nDeploy daemon haproxy.nfs.foo.smithi088.dbfvcx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:05:22Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:06:00Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:06: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=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:07:15.426219Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.jjghpu on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:07:15.427197Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.lkfzmc on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:09:49.871700Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.nlxlvg on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-nlxlvg\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-nlxlvg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.nlxlvg\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.nlxlvg\nDeploy daemon haproxy.nfs.foo.smithi148.nlxlvg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:07:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:08:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:09:12Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.88/16"}, "status": {"created": "2024-02-11T16:57:01.421766Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:53:31.041620Z", "last_refresh": "2024-02-11T17:07:17.178812Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:32.209992Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:54:32.207503Z", "last_refresh": "2024-02-11T17:07:17.178882Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:01.420843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T16:57:01.417643Z", "last_refresh": "2024-02-11T17:07:19.842992Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:53:34.907593Z", "last_refresh": "2024-02-11T17:07:17.178954Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:57.873613Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:54:57.867647Z", "last_refresh": "2024-02-11T17:07:17.179016Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:53:32.998901Z", "last_refresh": "2024-02-11T17:07:19.842604Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-11T16:56:57.378029Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-11T16:57:01.184426Z", "last_refresh": "2024-02-11T17:07:17.179303Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-11T17:10:58.975 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:10:59.976 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid eb5e91f4-c8fd-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:11:00.196 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:10:59 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T17:10:58.489182+0000 mgr.smithi088.srytvt (mgr.14180) 892 : 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-11T17:11:00.196 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:10:59 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T17:10:58.574328+0000 mgr.smithi088.srytvt (mgr.14180) 893 : audit [DBG] from='client.15840 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:11:00.285 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:10:59 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T17:10:58.489182+0000 mgr.smithi088.srytvt (mgr.14180) 892 : 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-11T17:11:00.285 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:10:59 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T17:10:58.574328+0000 mgr.smithi088.srytvt (mgr.14180) 893 : audit [DBG] from='client.15840 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:11:01.300 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-11T17:11:01.300 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:53:35.782365Z", "last_refresh": "2024-02-11T17:07:19.842356Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:53:31.954385Z", "last_refresh": "2024-02-11T17:07:17.178678Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:53:34.066531Z", "last_refresh": "2024-02-11T17:07:19.842483Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:04:46.086160Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.yobwoi on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-yobwoi\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-yobwoi\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.yobwoi\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.yobwoi\nDeploy daemon haproxy.nfs.foo.smithi148.yobwoi ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:02:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:03:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:04:08Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:07:15.425068Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi088.dbfvcx on smithi088: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi088-dbfvcx\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi088-dbfvcx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi088.dbfvcx\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi088.dbfvcx\nDeploy daemon haproxy.nfs.foo.smithi088.dbfvcx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:05:22Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:06:00Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:06: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=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:07:15.426219Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.jjghpu on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:07:15.427197Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.lkfzmc on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:09:49.871700Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.nlxlvg on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-nlxlvg\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-nlxlvg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.nlxlvg\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.nlxlvg\nDeploy daemon haproxy.nfs.foo.smithi148.nlxlvg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:07:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:08:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:09:12Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.88/16"}, "status": {"created": "2024-02-11T16:57:01.421766Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:53:31.041620Z", "last_refresh": "2024-02-11T17:07:17.178812Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:32.209992Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:54:32.207503Z", "last_refresh": "2024-02-11T17:07:17.178882Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:01.420843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T16:57:01.417643Z", "last_refresh": "2024-02-11T17:07:19.842992Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:53:34.907593Z", "last_refresh": "2024-02-11T17:07:17.178954Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:57.873613Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:54:57.867647Z", "last_refresh": "2024-02-11T17:07:17.179016Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:53:32.998901Z", "last_refresh": "2024-02-11T17:07:19.842604Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-11T16:56:57.378029Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-11T16:57:01.184426Z", "last_refresh": "2024-02-11T17:07:17.179303Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-11T17:11:01.666 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:11:02.035 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:11:01 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T17:11:00.489858+0000 mgr.smithi088.srytvt (mgr.14180) 894 : cluster [DBG] pgmap v545: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:11:02.196 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:11:01 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T17:11:00.489858+0000 mgr.smithi088.srytvt (mgr.14180) 894 : cluster [DBG] pgmap v545: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:11:02.667 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid eb5e91f4-c8fd-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:11:03.026 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:11:02 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T17:11:01.295352+0000 mgr.smithi088.srytvt (mgr.14180) 895 : audit [DBG] from='client.15844 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:11:03.196 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:11:02 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T17:11:01.295352+0000 mgr.smithi088.srytvt (mgr.14180) 895 : audit [DBG] from='client.15844 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:11:04.035 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:11:03 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T17:11:02.490563+0000 mgr.smithi088.srytvt (mgr.14180) 896 : cluster [DBG] pgmap v546: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:11:04.065 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-11T17:11:04.065 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:53:35.782365Z", "last_refresh": "2024-02-11T17:07:19.842356Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:53:31.954385Z", "last_refresh": "2024-02-11T17:07:17.178678Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:53:34.066531Z", "last_refresh": "2024-02-11T17:07:19.842483Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:04:46.086160Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.yobwoi on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-yobwoi\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-yobwoi\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.yobwoi\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.yobwoi\nDeploy daemon haproxy.nfs.foo.smithi148.yobwoi ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:02:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:03:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:04:08Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:07:15.425068Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi088.dbfvcx on smithi088: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi088-dbfvcx\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi088-dbfvcx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi088.dbfvcx\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi088.dbfvcx\nDeploy daemon haproxy.nfs.foo.smithi088.dbfvcx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:05:22Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:06:00Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:06: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=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:07:15.426219Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.jjghpu on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:07:15.427197Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.lkfzmc on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:09:49.871700Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.nlxlvg on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-nlxlvg\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-nlxlvg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.nlxlvg\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.nlxlvg\nDeploy daemon haproxy.nfs.foo.smithi148.nlxlvg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:07:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:08:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:09:12Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.88/16"}, "status": {"created": "2024-02-11T16:57:01.421766Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:53:31.041620Z", "last_refresh": "2024-02-11T17:07:17.178812Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:32.209992Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:54:32.207503Z", "last_refresh": "2024-02-11T17:07:17.178882Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:01.420843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T16:57:01.417643Z", "last_refresh": "2024-02-11T17:07:19.842992Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:53:34.907593Z", "last_refresh": "2024-02-11T17:07:17.178954Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:57.873613Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:54:57.867647Z", "last_refresh": "2024-02-11T17:07:17.179016Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:53:32.998901Z", "last_refresh": "2024-02-11T17:07:19.842604Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-11T16:56:57.378029Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-11T16:57:01.184426Z", "last_refresh": "2024-02-11T17:07:17.179303Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-11T17:11:04.196 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:11:03 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T17:11:02.490563+0000 mgr.smithi088.srytvt (mgr.14180) 896 : cluster [DBG] pgmap v546: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:11:04.466 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:11:05.196 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:11:04 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T17:11:04.060960+0000 mgr.smithi088.srytvt (mgr.14180) 897 : audit [DBG] from='client.15848 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:11:05.285 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:11:04 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T17:11:04.060960+0000 mgr.smithi088.srytvt (mgr.14180) 897 : audit [DBG] from='client.15848 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:11:05.467 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid eb5e91f4-c8fd-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:11:06.152 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:11:05 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T17:11:04.491221+0000 mgr.smithi088.srytvt (mgr.14180) 898 : 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-11T17:11:06.196 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:11:05 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T17:11:04.491221+0000 mgr.smithi088.srytvt (mgr.14180) 898 : 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-11T17:11:06.800 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-11T17:11:06.800 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:53:35.782365Z", "last_refresh": "2024-02-11T17:07:19.842356Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:53:31.954385Z", "last_refresh": "2024-02-11T17:07:17.178678Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:53:34.066531Z", "last_refresh": "2024-02-11T17:07:19.842483Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:04:46.086160Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.yobwoi on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-yobwoi\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-yobwoi\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.yobwoi\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.yobwoi\nDeploy daemon haproxy.nfs.foo.smithi148.yobwoi ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:02:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:03:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:04:08Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:07:15.425068Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi088.dbfvcx on smithi088: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi088-dbfvcx\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi088-dbfvcx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi088.dbfvcx\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi088.dbfvcx\nDeploy daemon haproxy.nfs.foo.smithi088.dbfvcx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:05:22Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:06:00Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:06: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=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:07:15.426219Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.jjghpu on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:07:15.427197Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.lkfzmc on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:09:49.871700Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.nlxlvg on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-nlxlvg\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-nlxlvg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.nlxlvg\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.nlxlvg\nDeploy daemon haproxy.nfs.foo.smithi148.nlxlvg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:07:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:08:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:09:12Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.88/16"}, "status": {"created": "2024-02-11T16:57:01.421766Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:53:31.041620Z", "last_refresh": "2024-02-11T17:07:17.178812Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:32.209992Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:54:32.207503Z", "last_refresh": "2024-02-11T17:07:17.178882Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:01.420843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T16:57:01.417643Z", "last_refresh": "2024-02-11T17:07:19.842992Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:53:34.907593Z", "last_refresh": "2024-02-11T17:07:17.178954Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:57.873613Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:54:57.867647Z", "last_refresh": "2024-02-11T17:07:17.179016Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:53:32.998901Z", "last_refresh": "2024-02-11T17:07:19.842604Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-11T16:56:57.378029Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-11T16:57:01.184426Z", "last_refresh": "2024-02-11T17:07:17.179303Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-11T17:11:07.175 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:11:08.176 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid eb5e91f4-c8fd-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:11:08.196 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:11:07 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T17:11:06.491809+0000 mgr.smithi088.srytvt (mgr.14180) 899 : 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-11T17:11:08.196 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:11:07 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T17:11:06.795970+0000 mgr.smithi088.srytvt (mgr.14180) 900 : audit [DBG] from='client.15852 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:11:08.209 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:11:07 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T17:11:06.491809+0000 mgr.smithi088.srytvt (mgr.14180) 899 : 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-11T17:11:08.209 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:11:07 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T17:11:06.795970+0000 mgr.smithi088.srytvt (mgr.14180) 900 : audit [DBG] from='client.15852 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:11:09.545 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-11T17:11:09.545 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:53:35.782365Z", "last_refresh": "2024-02-11T17:07:19.842356Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:53:31.954385Z", "last_refresh": "2024-02-11T17:07:17.178678Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:53:34.066531Z", "last_refresh": "2024-02-11T17:07:19.842483Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:04:46.086160Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.yobwoi on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-yobwoi\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-yobwoi\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.yobwoi\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.yobwoi\nDeploy daemon haproxy.nfs.foo.smithi148.yobwoi ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:02:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:03:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:04:08Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:07:15.425068Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi088.dbfvcx on smithi088: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi088-dbfvcx\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi088-dbfvcx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi088.dbfvcx\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi088.dbfvcx\nDeploy daemon haproxy.nfs.foo.smithi088.dbfvcx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:05:22Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:06:00Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:06: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=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:07:15.426219Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.jjghpu on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:07:15.427197Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.lkfzmc on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:09:49.871700Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.nlxlvg on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-nlxlvg\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-nlxlvg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.nlxlvg\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.nlxlvg\nDeploy daemon haproxy.nfs.foo.smithi148.nlxlvg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:07:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:08:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:09:12Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.88/16"}, "status": {"created": "2024-02-11T16:57:01.421766Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:53:31.041620Z", "last_refresh": "2024-02-11T17:07:17.178812Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:32.209992Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:54:32.207503Z", "last_refresh": "2024-02-11T17:07:17.178882Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:01.420843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T16:57:01.417643Z", "last_refresh": "2024-02-11T17:07:19.842992Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:53:34.907593Z", "last_refresh": "2024-02-11T17:07:17.178954Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:57.873613Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:54:57.867647Z", "last_refresh": "2024-02-11T17:07:17.179016Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:53:32.998901Z", "last_refresh": "2024-02-11T17:07:19.842604Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-11T16:56:57.378029Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-11T16:57:01.184426Z", "last_refresh": "2024-02-11T17:07:17.179303Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-11T17:11:09.879 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:11:09 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T17:11:08.492384+0000 mgr.smithi088.srytvt (mgr.14180) 901 : 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-11T17:11:09.925 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:11:10.196 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:11:09 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T17:11:08.492384+0000 mgr.smithi088.srytvt (mgr.14180) 901 : 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-11T17:11:10.926 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid eb5e91f4-c8fd-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:11:11.196 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:11:10 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T17:11:09.539711+0000 mgr.smithi088.srytvt (mgr.14180) 902 : audit [DBG] from='client.15856 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:11:11.256 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:11:10 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T17:11:09.539711+0000 mgr.smithi088.srytvt (mgr.14180) 902 : audit [DBG] from='client.15856 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:11:12.196 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:11:11 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T17:11:10.493118+0000 mgr.smithi088.srytvt (mgr.14180) 903 : cluster [DBG] pgmap v550: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:11:12.255 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-11T17:11:12.255 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:53:35.782365Z", "last_refresh": "2024-02-11T17:07:19.842356Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:53:31.954385Z", "last_refresh": "2024-02-11T17:07:17.178678Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:53:34.066531Z", "last_refresh": "2024-02-11T17:07:19.842483Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:04:46.086160Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.yobwoi on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-yobwoi\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-yobwoi\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.yobwoi\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.yobwoi\nDeploy daemon haproxy.nfs.foo.smithi148.yobwoi ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:02:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:03:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:04:08Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:07:15.425068Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi088.dbfvcx on smithi088: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi088-dbfvcx\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi088-dbfvcx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi088.dbfvcx\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi088.dbfvcx\nDeploy daemon haproxy.nfs.foo.smithi088.dbfvcx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:05:22Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:06:00Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:06: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=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:07:15.426219Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.jjghpu on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:07:15.427197Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.lkfzmc on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:09:49.871700Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.nlxlvg on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-nlxlvg\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-nlxlvg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.nlxlvg\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.nlxlvg\nDeploy daemon haproxy.nfs.foo.smithi148.nlxlvg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:07:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:08:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:09:12Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.88/16"}, "status": {"created": "2024-02-11T16:57:01.421766Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:53:31.041620Z", "last_refresh": "2024-02-11T17:07:17.178812Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:32.209992Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:54:32.207503Z", "last_refresh": "2024-02-11T17:07:17.178882Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:01.420843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T16:57:01.417643Z", "last_refresh": "2024-02-11T17:07:19.842992Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:53:34.907593Z", "last_refresh": "2024-02-11T17:07:17.178954Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:57.873613Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:54:57.867647Z", "last_refresh": "2024-02-11T17:07:17.179016Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:53:32.998901Z", "last_refresh": "2024-02-11T17:07:19.842604Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-11T16:56:57.378029Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-11T16:57:01.184426Z", "last_refresh": "2024-02-11T17:07:17.179303Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-11T17:11:12.285 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:11:11 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T17:11:10.493118+0000 mgr.smithi088.srytvt (mgr.14180) 903 : cluster [DBG] pgmap v550: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:11:12.593 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:11:13.594 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid eb5e91f4-c8fd-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:11:13.957 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:11:13 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T17:11:12.250097+0000 mgr.smithi088.srytvt (mgr.14180) 904 : audit [DBG] from='client.15860 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:11:13.957 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:11:13 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T17:11:12.493822+0000 mgr.smithi088.srytvt (mgr.14180) 905 : cluster [DBG] pgmap v551: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:11:14.196 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:11:13 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T17:11:12.250097+0000 mgr.smithi088.srytvt (mgr.14180) 904 : audit [DBG] from='client.15860 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:11:14.196 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:11:13 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T17:11:12.493822+0000 mgr.smithi088.srytvt (mgr.14180) 905 : cluster [DBG] pgmap v551: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:11:15.015 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-11T17:11:15.016 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:53:35.782365Z", "last_refresh": "2024-02-11T17:07:19.842356Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:53:31.954385Z", "last_refresh": "2024-02-11T17:07:17.178678Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:53:34.066531Z", "last_refresh": "2024-02-11T17:07:19.842483Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:04:46.086160Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.yobwoi on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-yobwoi\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-yobwoi\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.yobwoi\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.yobwoi\nDeploy daemon haproxy.nfs.foo.smithi148.yobwoi ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:02:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:03:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:04:08Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:07:15.425068Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi088.dbfvcx on smithi088: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi088-dbfvcx\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi088-dbfvcx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi088.dbfvcx\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi088.dbfvcx\nDeploy daemon haproxy.nfs.foo.smithi088.dbfvcx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:05:22Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:06:00Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:06: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=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:07:15.426219Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.jjghpu on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:07:15.427197Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.lkfzmc on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:09:49.871700Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.nlxlvg on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-nlxlvg\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-nlxlvg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.nlxlvg\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.nlxlvg\nDeploy daemon haproxy.nfs.foo.smithi148.nlxlvg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:07:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:08:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:09:12Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.88/16"}, "status": {"created": "2024-02-11T16:57:01.421766Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:53:31.041620Z", "last_refresh": "2024-02-11T17:07:17.178812Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:32.209992Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:54:32.207503Z", "last_refresh": "2024-02-11T17:07:17.178882Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:01.420843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T16:57:01.417643Z", "last_refresh": "2024-02-11T17:07:19.842992Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:53:34.907593Z", "last_refresh": "2024-02-11T17:07:17.178954Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:57.873613Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:54:57.867647Z", "last_refresh": "2024-02-11T17:07:17.179016Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:53:32.998901Z", "last_refresh": "2024-02-11T17:07:19.842604Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-11T16:56:57.378029Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-11T16:57:01.184426Z", "last_refresh": "2024-02-11T17:07:17.179303Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-11T17:11:15.420 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:11:16.196 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:11:15 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T17:11:14.494551+0000 mgr.smithi088.srytvt (mgr.14180) 906 : 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-11T17:11:16.196 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:11:15 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T17:11:15.010707+0000 mgr.smithi088.srytvt (mgr.14180) 907 : audit [DBG] from='client.15864 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:11:16.286 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:11:15 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T17:11:14.494551+0000 mgr.smithi088.srytvt (mgr.14180) 906 : 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-11T17:11:16.286 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:11:15 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T17:11:15.010707+0000 mgr.smithi088.srytvt (mgr.14180) 907 : audit [DBG] from='client.15864 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:11:16.421 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid eb5e91f4-c8fd-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:11:17.758 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-11T17:11:17.758 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:53:35.782365Z", "last_refresh": "2024-02-11T17:07:19.842356Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:53:31.954385Z", "last_refresh": "2024-02-11T17:07:17.178678Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:53:34.066531Z", "last_refresh": "2024-02-11T17:07:19.842483Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:04:46.086160Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.yobwoi on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-yobwoi\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-yobwoi\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.yobwoi\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.yobwoi\nDeploy daemon haproxy.nfs.foo.smithi148.yobwoi ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:02:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:03:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:04:08Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:07:15.425068Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi088.dbfvcx on smithi088: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi088-dbfvcx\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi088-dbfvcx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi088.dbfvcx\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi088.dbfvcx\nDeploy daemon haproxy.nfs.foo.smithi088.dbfvcx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:05:22Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:06:00Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:06: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=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:07:15.426219Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.jjghpu on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:07:15.427197Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.lkfzmc on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:09:49.871700Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.nlxlvg on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-nlxlvg\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-nlxlvg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.nlxlvg\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.nlxlvg\nDeploy daemon haproxy.nfs.foo.smithi148.nlxlvg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:07:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:08:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:09:12Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.88/16"}, "status": {"created": "2024-02-11T16:57:01.421766Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:53:31.041620Z", "last_refresh": "2024-02-11T17:07:17.178812Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:32.209992Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:54:32.207503Z", "last_refresh": "2024-02-11T17:07:17.178882Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:01.420843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T16:57:01.417643Z", "last_refresh": "2024-02-11T17:07:19.842992Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:53:34.907593Z", "last_refresh": "2024-02-11T17:07:17.178954Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:57.873613Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:54:57.867647Z", "last_refresh": "2024-02-11T17:07:17.179016Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:53:32.998901Z", "last_refresh": "2024-02-11T17:07:19.842604Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-11T16:56:57.378029Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-11T16:57:01.184426Z", "last_refresh": "2024-02-11T17:07:17.179303Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-11T17:11:18.035 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:11:17 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T17:11:16.495261+0000 mgr.smithi088.srytvt (mgr.14180) 908 : 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-11T17:11:18.129 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:11:18.196 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:11:17 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T17:11:16.495261+0000 mgr.smithi088.srytvt (mgr.14180) 908 : 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-11T17:11:19.130 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid eb5e91f4-c8fd-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:11:19.163 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:11:18 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T17:11:17.753232+0000 mgr.smithi088.srytvt (mgr.14180) 909 : audit [DBG] from='client.15868 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:11:19.196 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:11:18 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T17:11:17.753232+0000 mgr.smithi088.srytvt (mgr.14180) 909 : audit [DBG] from='client.15868 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:11:20.133 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:11:19 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T17:11:18.495976+0000 mgr.smithi088.srytvt (mgr.14180) 910 : 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-11T17:11:20.196 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:11:19 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T17:11:18.495976+0000 mgr.smithi088.srytvt (mgr.14180) 910 : 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-11T17:11:20.489 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-11T17:11:20.490 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:53:35.782365Z", "last_refresh": "2024-02-11T17:07:19.842356Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:53:31.954385Z", "last_refresh": "2024-02-11T17:07:17.178678Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:53:34.066531Z", "last_refresh": "2024-02-11T17:07:19.842483Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:04:46.086160Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.yobwoi on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-yobwoi\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-yobwoi\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.yobwoi\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.yobwoi\nDeploy daemon haproxy.nfs.foo.smithi148.yobwoi ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:02:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:03:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:04:08Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:07:15.425068Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi088.dbfvcx on smithi088: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi088-dbfvcx\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi088-dbfvcx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi088.dbfvcx\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi088.dbfvcx\nDeploy daemon haproxy.nfs.foo.smithi088.dbfvcx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:05:22Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:06:00Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:06: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=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:07:15.426219Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.jjghpu on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:07:15.427197Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.lkfzmc on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:09:49.871700Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.nlxlvg on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-nlxlvg\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-nlxlvg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.nlxlvg\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.nlxlvg\nDeploy daemon haproxy.nfs.foo.smithi148.nlxlvg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:07:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:08:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:09:12Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.88/16"}, "status": {"created": "2024-02-11T16:57:01.421766Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:53:31.041620Z", "last_refresh": "2024-02-11T17:07:17.178812Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:32.209992Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:54:32.207503Z", "last_refresh": "2024-02-11T17:07:17.178882Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:01.420843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T16:57:01.417643Z", "last_refresh": "2024-02-11T17:07:19.842992Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:53:34.907593Z", "last_refresh": "2024-02-11T17:07:17.178954Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:57.873613Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:54:57.867647Z", "last_refresh": "2024-02-11T17:07:17.179016Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:53:32.998901Z", "last_refresh": "2024-02-11T17:07:19.842604Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-11T16:56:57.378029Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-11T16:57:01.184426Z", "last_refresh": "2024-02-11T17:07:17.179303Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-11T17:11:20.886 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:11:21.887 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid eb5e91f4-c8fd-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:11:22.196 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:11:21 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T17:11:20.485222+0000 mgr.smithi088.srytvt (mgr.14180) 911 : audit [DBG] from='client.15872 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:11:22.196 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:11:21 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T17:11:20.496777+0000 mgr.smithi088.srytvt (mgr.14180) 912 : cluster [DBG] pgmap v555: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:11:22.232 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:11:21 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T17:11:20.485222+0000 mgr.smithi088.srytvt (mgr.14180) 911 : audit [DBG] from='client.15872 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:11:22.232 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:11:21 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T17:11:20.496777+0000 mgr.smithi088.srytvt (mgr.14180) 912 : cluster [DBG] pgmap v555: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:11:23.221 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-11T17:11:23.221 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:53:35.782365Z", "last_refresh": "2024-02-11T17:07:19.842356Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:53:31.954385Z", "last_refresh": "2024-02-11T17:07:17.178678Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:53:34.066531Z", "last_refresh": "2024-02-11T17:07:19.842483Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:04:46.086160Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.yobwoi on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-yobwoi\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-yobwoi\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.yobwoi\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.yobwoi\nDeploy daemon haproxy.nfs.foo.smithi148.yobwoi ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:02:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:03:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:04:08Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:07:15.425068Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi088.dbfvcx on smithi088: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi088-dbfvcx\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi088-dbfvcx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi088.dbfvcx\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi088.dbfvcx\nDeploy daemon haproxy.nfs.foo.smithi088.dbfvcx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:05:22Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:06:00Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:06: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=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:07:15.426219Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.jjghpu on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:07:15.427197Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.lkfzmc on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:09:49.871700Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.nlxlvg on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-nlxlvg\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-nlxlvg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.nlxlvg\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.nlxlvg\nDeploy daemon haproxy.nfs.foo.smithi148.nlxlvg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:07:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:08:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:09:12Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.88/16"}, "status": {"created": "2024-02-11T16:57:01.421766Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:53:31.041620Z", "last_refresh": "2024-02-11T17:07:17.178812Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:32.209992Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:54:32.207503Z", "last_refresh": "2024-02-11T17:07:17.178882Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:01.420843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T16:57:01.417643Z", "last_refresh": "2024-02-11T17:07:19.842992Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:53:34.907593Z", "last_refresh": "2024-02-11T17:07:17.178954Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:57.873613Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:54:57.867647Z", "last_refresh": "2024-02-11T17:07:17.179016Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:53:32.998901Z", "last_refresh": "2024-02-11T17:07:19.842604Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-11T16:56:57.378029Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-11T16:57:01.184426Z", "last_refresh": "2024-02-11T17:07:17.179303Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-11T17:11:23.446 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:11:23 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T17:11:22.497310+0000 mgr.smithi088.srytvt (mgr.14180) 913 : cluster [DBG] pgmap v556: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:11:23.484 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:11:23 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T17:11:22.497310+0000 mgr.smithi088.srytvt (mgr.14180) 913 : cluster [DBG] pgmap v556: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:11:23.585 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:11:24.446 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:11:24 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T17:11:23.216383+0000 mgr.smithi088.srytvt (mgr.14180) 914 : audit [DBG] from='client.15876 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:11:24.535 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:11:24 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T17:11:23.216383+0000 mgr.smithi088.srytvt (mgr.14180) 914 : audit [DBG] from='client.15876 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:11:24.586 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid eb5e91f4-c8fd-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:11:25.446 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:11:25 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T17:11:24.498123+0000 mgr.smithi088.srytvt (mgr.14180) 915 : 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-11T17:11:25.535 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:11:25 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T17:11:24.498123+0000 mgr.smithi088.srytvt (mgr.14180) 915 : 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-11T17:11:25.894 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-11T17:11:25.894 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:53:35.782365Z", "last_refresh": "2024-02-11T17:07:19.842356Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:53:31.954385Z", "last_refresh": "2024-02-11T17:07:17.178678Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:53:34.066531Z", "last_refresh": "2024-02-11T17:07:19.842483Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:04:46.086160Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.yobwoi on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-yobwoi\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-yobwoi\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.yobwoi\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.yobwoi\nDeploy daemon haproxy.nfs.foo.smithi148.yobwoi ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:02:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:03:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:04:08Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:07:15.425068Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi088.dbfvcx on smithi088: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi088-dbfvcx\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi088-dbfvcx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi088.dbfvcx\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi088.dbfvcx\nDeploy daemon haproxy.nfs.foo.smithi088.dbfvcx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:05:22Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:06:00Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:06: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=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:07:15.426219Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.jjghpu on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:07:15.427197Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.lkfzmc on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:09:49.871700Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.nlxlvg on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-nlxlvg\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-nlxlvg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.nlxlvg\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.nlxlvg\nDeploy daemon haproxy.nfs.foo.smithi148.nlxlvg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:07:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:08:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:09:12Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.88/16"}, "status": {"created": "2024-02-11T16:57:01.421766Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:53:31.041620Z", "last_refresh": "2024-02-11T17:07:17.178812Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:32.209992Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:54:32.207503Z", "last_refresh": "2024-02-11T17:07:17.178882Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:01.420843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T16:57:01.417643Z", "last_refresh": "2024-02-11T17:07:19.842992Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:53:34.907593Z", "last_refresh": "2024-02-11T17:07:17.178954Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:57.873613Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:54:57.867647Z", "last_refresh": "2024-02-11T17:07:17.179016Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:53:32.998901Z", "last_refresh": "2024-02-11T17:07:19.842604Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-11T16:56:57.378029Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-11T16:57:01.184426Z", "last_refresh": "2024-02-11T17:07:17.179303Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-11T17:11:26.295 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:11:26.446 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:11:26 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T17:11:25.889597+0000 mgr.smithi088.srytvt (mgr.14180) 916 : audit [DBG] from='client.15880 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:11:26.535 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:11:26 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T17:11:25.889597+0000 mgr.smithi088.srytvt (mgr.14180) 916 : audit [DBG] from='client.15880 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:11:27.296 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid eb5e91f4-c8fd-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:11:27.535 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:11:27 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T17:11:26.498814+0000 mgr.smithi088.srytvt (mgr.14180) 917 : 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-11T17:11:27.696 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:11:27 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T17:11:26.498814+0000 mgr.smithi088.srytvt (mgr.14180) 917 : 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-11T17:11:28.638 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-11T17:11:28.638 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:53:35.782365Z", "last_refresh": "2024-02-11T17:07:19.842356Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:53:31.954385Z", "last_refresh": "2024-02-11T17:07:17.178678Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:53:34.066531Z", "last_refresh": "2024-02-11T17:07:19.842483Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:04:46.086160Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.yobwoi on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-yobwoi\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-yobwoi\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.yobwoi\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.yobwoi\nDeploy daemon haproxy.nfs.foo.smithi148.yobwoi ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:02:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:03:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:04:08Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:07:15.425068Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi088.dbfvcx on smithi088: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi088-dbfvcx\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi088-dbfvcx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi088.dbfvcx\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi088.dbfvcx\nDeploy daemon haproxy.nfs.foo.smithi088.dbfvcx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:05:22Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:06:00Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:06: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=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:07:15.426219Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.jjghpu on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:07:15.427197Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.lkfzmc on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:09:49.871700Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.nlxlvg on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-nlxlvg\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-nlxlvg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.nlxlvg\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.nlxlvg\nDeploy daemon haproxy.nfs.foo.smithi148.nlxlvg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:07:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:08:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:09:12Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.88/16"}, "status": {"created": "2024-02-11T16:57:01.421766Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:53:31.041620Z", "last_refresh": "2024-02-11T17:07:17.178812Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:32.209992Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:54:32.207503Z", "last_refresh": "2024-02-11T17:07:17.178882Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:01.420843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T16:57:01.417643Z", "last_refresh": "2024-02-11T17:07:19.842992Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:53:34.907593Z", "last_refresh": "2024-02-11T17:07:17.178954Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:57.873613Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:54:57.867647Z", "last_refresh": "2024-02-11T17:07:17.179016Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:53:32.998901Z", "last_refresh": "2024-02-11T17:07:19.842604Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-11T16:56:57.378029Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-11T16:57:01.184426Z", "last_refresh": "2024-02-11T17:07:17.179303Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-11T17:11:29.019 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:11:29.905 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:11:29 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T17:11:28.499568+0000 mgr.smithi088.srytvt (mgr.14180) 918 : 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-11T17:11:29.905 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:11:29 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T17:11:28.633408+0000 mgr.smithi088.srytvt (mgr.14180) 919 : audit [DBG] from='client.15884 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:11:29.946 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:11:29 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T17:11:28.499568+0000 mgr.smithi088.srytvt (mgr.14180) 918 : 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-11T17:11:29.946 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:11:29 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T17:11:28.633408+0000 mgr.smithi088.srytvt (mgr.14180) 919 : audit [DBG] from='client.15884 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:11:30.020 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid eb5e91f4-c8fd-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:11:31.388 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-11T17:11:31.388 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:53:35.782365Z", "last_refresh": "2024-02-11T17:07:19.842356Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:53:31.954385Z", "last_refresh": "2024-02-11T17:07:17.178678Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:53:34.066531Z", "last_refresh": "2024-02-11T17:07:19.842483Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:04:46.086160Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.yobwoi on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-yobwoi\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-yobwoi\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.yobwoi\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.yobwoi\nDeploy daemon haproxy.nfs.foo.smithi148.yobwoi ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:02:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:03:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:04:08Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:07:15.425068Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi088.dbfvcx on smithi088: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi088-dbfvcx\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi088-dbfvcx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi088.dbfvcx\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi088.dbfvcx\nDeploy daemon haproxy.nfs.foo.smithi088.dbfvcx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:05:22Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:06:00Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:06: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=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:07:15.426219Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.jjghpu on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:07:15.427197Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.lkfzmc on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:09:49.871700Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.nlxlvg on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-nlxlvg\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-nlxlvg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.nlxlvg\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.nlxlvg\nDeploy daemon haproxy.nfs.foo.smithi148.nlxlvg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:07:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:08:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:09:12Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.88/16"}, "status": {"created": "2024-02-11T16:57:01.421766Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:53:31.041620Z", "last_refresh": "2024-02-11T17:07:17.178812Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:32.209992Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:54:32.207503Z", "last_refresh": "2024-02-11T17:07:17.178882Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:01.420843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T16:57:01.417643Z", "last_refresh": "2024-02-11T17:07:19.842992Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:53:34.907593Z", "last_refresh": "2024-02-11T17:07:17.178954Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:57.873613Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:54:57.867647Z", "last_refresh": "2024-02-11T17:07:17.179016Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:53:32.998901Z", "last_refresh": "2024-02-11T17:07:19.842604Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-11T16:56:57.378029Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-11T16:57:01.184426Z", "last_refresh": "2024-02-11T17:07:17.179303Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-11T17:11:31.766 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:11:31 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T17:11:30.500365+0000 mgr.smithi088.srytvt (mgr.14180) 920 : cluster [DBG] pgmap v560: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:11:31.801 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:11:31.946 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:11:31 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T17:11:30.500365+0000 mgr.smithi088.srytvt (mgr.14180) 920 : cluster [DBG] pgmap v560: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:11:32.802 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid eb5e91f4-c8fd-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:11:32.834 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:11:32 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T17:11:31.383017+0000 mgr.smithi088.srytvt (mgr.14180) 921 : audit [DBG] from='client.15888 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:11:32.946 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:11:32 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T17:11:31.383017+0000 mgr.smithi088.srytvt (mgr.14180) 921 : audit [DBG] from='client.15888 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:11:33.779 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:11:33 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T17:11:32.501274+0000 mgr.smithi088.srytvt (mgr.14180) 922 : cluster [DBG] pgmap v561: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:11:33.946 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:11:33 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T17:11:32.501274+0000 mgr.smithi088.srytvt (mgr.14180) 922 : cluster [DBG] pgmap v561: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:11:34.143 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-11T17:11:34.143 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:53:35.782365Z", "last_refresh": "2024-02-11T17:07:19.842356Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:53:31.954385Z", "last_refresh": "2024-02-11T17:07:17.178678Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:53:34.066531Z", "last_refresh": "2024-02-11T17:07:19.842483Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:04:46.086160Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.yobwoi on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-yobwoi\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-yobwoi\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.yobwoi\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.yobwoi\nDeploy daemon haproxy.nfs.foo.smithi148.yobwoi ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:02:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:03:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:04:08Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:07:15.425068Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi088.dbfvcx on smithi088: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi088-dbfvcx\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi088-dbfvcx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi088.dbfvcx\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi088.dbfvcx\nDeploy daemon haproxy.nfs.foo.smithi088.dbfvcx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:05:22Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:06:00Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:06: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=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:07:15.426219Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.jjghpu on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:07:15.427197Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.lkfzmc on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:09:49.871700Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.nlxlvg on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-nlxlvg\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-nlxlvg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.nlxlvg\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.nlxlvg\nDeploy daemon haproxy.nfs.foo.smithi148.nlxlvg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:07:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:08:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:09:12Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.88/16"}, "status": {"created": "2024-02-11T16:57:01.421766Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:53:31.041620Z", "last_refresh": "2024-02-11T17:07:17.178812Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:32.209992Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:54:32.207503Z", "last_refresh": "2024-02-11T17:07:17.178882Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:01.420843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T16:57:01.417643Z", "last_refresh": "2024-02-11T17:07:19.842992Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:53:34.907593Z", "last_refresh": "2024-02-11T17:07:17.178954Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:57.873613Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:54:57.867647Z", "last_refresh": "2024-02-11T17:07:17.179016Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:53:32.998901Z", "last_refresh": "2024-02-11T17:07:19.842604Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-11T16:56:57.378029Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-11T16:57:01.184426Z", "last_refresh": "2024-02-11T17:07:17.179303Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-11T17:11:34.543 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:11:35.544 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid eb5e91f4-c8fd-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:11:35.696 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:11:35 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T17:11:34.138581+0000 mgr.smithi088.srytvt (mgr.14180) 923 : audit [DBG] from='client.15892 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:11:35.696 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:11:35 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T17:11:34.501976+0000 mgr.smithi088.srytvt (mgr.14180) 924 : 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-11T17:11:35.879 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:11:35 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T17:11:34.138581+0000 mgr.smithi088.srytvt (mgr.14180) 923 : audit [DBG] from='client.15892 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:11:35.879 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:11:35 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T17:11:34.501976+0000 mgr.smithi088.srytvt (mgr.14180) 924 : 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-11T17:11:36.879 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-11T17:11:36.879 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:53:35.782365Z", "last_refresh": "2024-02-11T17:07:19.842356Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:53:31.954385Z", "last_refresh": "2024-02-11T17:07:17.178678Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:53:34.066531Z", "last_refresh": "2024-02-11T17:07:19.842483Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:04:46.086160Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.yobwoi on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-yobwoi\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-yobwoi\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.yobwoi\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.yobwoi\nDeploy daemon haproxy.nfs.foo.smithi148.yobwoi ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:02:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:03:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:04:08Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:07:15.425068Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi088.dbfvcx on smithi088: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi088-dbfvcx\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi088-dbfvcx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi088.dbfvcx\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi088.dbfvcx\nDeploy daemon haproxy.nfs.foo.smithi088.dbfvcx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:05:22Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:06:00Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:06: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=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:07:15.426219Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.jjghpu on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:07:15.427197Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.lkfzmc on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:09:49.871700Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.nlxlvg on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-nlxlvg\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-nlxlvg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.nlxlvg\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.nlxlvg\nDeploy daemon haproxy.nfs.foo.smithi148.nlxlvg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:07:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:08:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:09:12Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.88/16"}, "status": {"created": "2024-02-11T16:57:01.421766Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:53:31.041620Z", "last_refresh": "2024-02-11T17:07:17.178812Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:32.209992Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:54:32.207503Z", "last_refresh": "2024-02-11T17:07:17.178882Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:01.420843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T16:57:01.417643Z", "last_refresh": "2024-02-11T17:07:19.842992Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:53:34.907593Z", "last_refresh": "2024-02-11T17:07:17.178954Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:57.873613Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:54:57.867647Z", "last_refresh": "2024-02-11T17:07:17.179016Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:53:32.998901Z", "last_refresh": "2024-02-11T17:07:19.842604Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-11T16:56:57.378029Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-11T16:57:01.184426Z", "last_refresh": "2024-02-11T17:07:17.179303Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-11T17:11:37.274 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:11:37.946 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:11:37 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T17:11:36.502552+0000 mgr.smithi088.srytvt (mgr.14180) 925 : 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-11T17:11:37.946 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:11:37 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T17:11:36.873719+0000 mgr.smithi088.srytvt (mgr.14180) 926 : audit [DBG] from='client.15896 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:11:38.035 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:11:37 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T17:11:36.502552+0000 mgr.smithi088.srytvt (mgr.14180) 925 : 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-11T17:11:38.035 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:11:37 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T17:11:36.873719+0000 mgr.smithi088.srytvt (mgr.14180) 926 : audit [DBG] from='client.15896 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:11:38.275 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid eb5e91f4-c8fd-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:11:39.672 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-11T17:11:39.673 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:53:35.782365Z", "last_refresh": "2024-02-11T17:07:19.842356Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:53:31.954385Z", "last_refresh": "2024-02-11T17:07:17.178678Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:53:34.066531Z", "last_refresh": "2024-02-11T17:07:19.842483Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:04:46.086160Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.yobwoi on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-yobwoi\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-yobwoi\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.yobwoi\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.yobwoi\nDeploy daemon haproxy.nfs.foo.smithi148.yobwoi ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:02:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:03:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:04:08Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:07:15.425068Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi088.dbfvcx on smithi088: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi088-dbfvcx\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi088-dbfvcx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi088.dbfvcx\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi088.dbfvcx\nDeploy daemon haproxy.nfs.foo.smithi088.dbfvcx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:05:22Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:06:00Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:06: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=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:07:15.426219Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.jjghpu on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:07:15.427197Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.lkfzmc on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:09:49.871700Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.nlxlvg on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-nlxlvg\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-nlxlvg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.nlxlvg\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.nlxlvg\nDeploy daemon haproxy.nfs.foo.smithi148.nlxlvg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:07:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:08:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:09:12Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.88/16"}, "status": {"created": "2024-02-11T16:57:01.421766Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:53:31.041620Z", "last_refresh": "2024-02-11T17:07:17.178812Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:32.209992Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:54:32.207503Z", "last_refresh": "2024-02-11T17:07:17.178882Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:01.420843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T16:57:01.417643Z", "last_refresh": "2024-02-11T17:07:19.842992Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:53:34.907593Z", "last_refresh": "2024-02-11T17:07:17.178954Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:57.873613Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:54:57.867647Z", "last_refresh": "2024-02-11T17:07:17.179016Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:53:32.998901Z", "last_refresh": "2024-02-11T17:07:19.842604Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-11T16:56:57.378029Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-11T16:57:01.184426Z", "last_refresh": "2024-02-11T17:07:17.179303Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-11T17:11:39.905 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:11:39 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T17:11:38.503364+0000 mgr.smithi088.srytvt (mgr.14180) 927 : 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-11T17:11:39.946 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:11:39 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T17:11:38.503364+0000 mgr.smithi088.srytvt (mgr.14180) 927 : 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-11T17:11:40.041 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:11:40.946 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:11:40 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T17:11:39.667280+0000 mgr.smithi088.srytvt (mgr.14180) 928 : audit [DBG] from='client.15900 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:11:41.036 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:11:40 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T17:11:39.667280+0000 mgr.smithi088.srytvt (mgr.14180) 928 : audit [DBG] from='client.15900 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:11:41.042 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid eb5e91f4-c8fd-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:11:41.685 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:11:41 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T17:11:40.504109+0000 mgr.smithi088.srytvt (mgr.14180) 929 : cluster [DBG] pgmap v565: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:11:41.946 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:11:41 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T17:11:40.504109+0000 mgr.smithi088.srytvt (mgr.14180) 929 : cluster [DBG] pgmap v565: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:11:42.380 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-11T17:11:42.380 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:53:35.782365Z", "last_refresh": "2024-02-11T17:07:19.842356Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:53:31.954385Z", "last_refresh": "2024-02-11T17:07:17.178678Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:53:34.066531Z", "last_refresh": "2024-02-11T17:07:19.842483Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:04:46.086160Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.yobwoi on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-yobwoi\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-yobwoi\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.yobwoi\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.yobwoi\nDeploy daemon haproxy.nfs.foo.smithi148.yobwoi ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:02:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:03:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:04:08Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:07:15.425068Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi088.dbfvcx on smithi088: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi088-dbfvcx\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi088-dbfvcx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi088.dbfvcx\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi088.dbfvcx\nDeploy daemon haproxy.nfs.foo.smithi088.dbfvcx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:05:22Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:06:00Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:06: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=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:07:15.426219Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.jjghpu on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:07:15.427197Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.lkfzmc on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:09:49.871700Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.nlxlvg on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-nlxlvg\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-nlxlvg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.nlxlvg\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.nlxlvg\nDeploy daemon haproxy.nfs.foo.smithi148.nlxlvg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:07:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:08:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:09:12Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.88/16"}, "status": {"created": "2024-02-11T16:57:01.421766Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:53:31.041620Z", "last_refresh": "2024-02-11T17:07:17.178812Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:32.209992Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:54:32.207503Z", "last_refresh": "2024-02-11T17:07:17.178882Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:01.420843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T16:57:01.417643Z", "last_refresh": "2024-02-11T17:07:19.842992Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:53:34.907593Z", "last_refresh": "2024-02-11T17:07:17.178954Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:57.873613Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:54:57.867647Z", "last_refresh": "2024-02-11T17:07:17.179016Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:53:32.998901Z", "last_refresh": "2024-02-11T17:07:19.842604Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-11T16:56:57.378029Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-11T16:57:01.184426Z", "last_refresh": "2024-02-11T17:07:17.179303Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-11T17:11:42.774 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:11:43.775 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid eb5e91f4-c8fd-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:11:43.946 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:11:43 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T17:11:42.375630+0000 mgr.smithi088.srytvt (mgr.14180) 930 : audit [DBG] from='client.15904 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:11:43.946 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:11:43 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T17:11:42.504762+0000 mgr.smithi088.srytvt (mgr.14180) 931 : cluster [DBG] pgmap v566: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:11:44.035 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:11:43 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T17:11:42.375630+0000 mgr.smithi088.srytvt (mgr.14180) 930 : audit [DBG] from='client.15904 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:11:44.035 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:11:43 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T17:11:42.504762+0000 mgr.smithi088.srytvt (mgr.14180) 931 : cluster [DBG] pgmap v566: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:11:45.116 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-11T17:11:45.116 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:53:35.782365Z", "last_refresh": "2024-02-11T17:07:19.842356Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:53:31.954385Z", "last_refresh": "2024-02-11T17:07:17.178678Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:53:34.066531Z", "last_refresh": "2024-02-11T17:07:19.842483Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:04:46.086160Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.yobwoi on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-yobwoi\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-yobwoi\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.yobwoi\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.yobwoi\nDeploy daemon haproxy.nfs.foo.smithi148.yobwoi ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:02:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:03:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:04:08Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:07:15.425068Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi088.dbfvcx on smithi088: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi088-dbfvcx\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi088-dbfvcx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi088.dbfvcx\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi088.dbfvcx\nDeploy daemon haproxy.nfs.foo.smithi088.dbfvcx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:05:22Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:06:00Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:06: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=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:07:15.426219Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.jjghpu on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:07:15.427197Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.lkfzmc on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:09:49.871700Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.nlxlvg on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-nlxlvg\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-nlxlvg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.nlxlvg\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.nlxlvg\nDeploy daemon haproxy.nfs.foo.smithi148.nlxlvg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:07:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:08:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:09:12Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.88/16"}, "status": {"created": "2024-02-11T16:57:01.421766Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:53:31.041620Z", "last_refresh": "2024-02-11T17:07:17.178812Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:32.209992Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:54:32.207503Z", "last_refresh": "2024-02-11T17:07:17.178882Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:01.420843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T16:57:01.417643Z", "last_refresh": "2024-02-11T17:07:19.842992Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:53:34.907593Z", "last_refresh": "2024-02-11T17:07:17.178954Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:57.873613Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:54:57.867647Z", "last_refresh": "2024-02-11T17:07:17.179016Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:53:32.998901Z", "last_refresh": "2024-02-11T17:07:19.842604Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-11T16:56:57.378029Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-11T16:57:01.184426Z", "last_refresh": "2024-02-11T17:07:17.179303Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-11T17:11:45.489 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:11:45.696 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:11:45 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T17:11:44.505535+0000 mgr.smithi088.srytvt (mgr.14180) 932 : 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-11T17:11:45.785 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:11:45 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T17:11:44.505535+0000 mgr.smithi088.srytvt (mgr.14180) 932 : 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-11T17:11:46.491 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid eb5e91f4-c8fd-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:11:46.785 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:11:46 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T17:11:45.111857+0000 mgr.smithi088.srytvt (mgr.14180) 933 : audit [DBG] from='client.15908 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:11:46.946 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:11:46 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T17:11:45.111857+0000 mgr.smithi088.srytvt (mgr.14180) 933 : audit [DBG] from='client.15908 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:11:47.785 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:11:47 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T17:11:46.506279+0000 mgr.smithi088.srytvt (mgr.14180) 934 : 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-11T17:11:47.833 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-11T17:11:47.833 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:53:35.782365Z", "last_refresh": "2024-02-11T17:07:19.842356Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:53:31.954385Z", "last_refresh": "2024-02-11T17:07:17.178678Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:53:34.066531Z", "last_refresh": "2024-02-11T17:07:19.842483Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:04:46.086160Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.yobwoi on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-yobwoi\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-yobwoi\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.yobwoi\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.yobwoi\nDeploy daemon haproxy.nfs.foo.smithi148.yobwoi ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:02:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:03:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:04:08Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:07:15.425068Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi088.dbfvcx on smithi088: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi088-dbfvcx\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi088-dbfvcx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi088.dbfvcx\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi088.dbfvcx\nDeploy daemon haproxy.nfs.foo.smithi088.dbfvcx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:05:22Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:06:00Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:06: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=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:07:15.426219Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.jjghpu on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:07:15.427197Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.lkfzmc on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:09:49.871700Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.nlxlvg on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-nlxlvg\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-nlxlvg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.nlxlvg\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.nlxlvg\nDeploy daemon haproxy.nfs.foo.smithi148.nlxlvg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:07:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:08:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:09:12Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.88/16"}, "status": {"created": "2024-02-11T16:57:01.421766Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:53:31.041620Z", "last_refresh": "2024-02-11T17:07:17.178812Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:32.209992Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:54:32.207503Z", "last_refresh": "2024-02-11T17:07:17.178882Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:01.420843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T16:57:01.417643Z", "last_refresh": "2024-02-11T17:07:19.842992Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:53:34.907593Z", "last_refresh": "2024-02-11T17:07:17.178954Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:57.873613Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:54:57.867647Z", "last_refresh": "2024-02-11T17:07:17.179016Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:53:32.998901Z", "last_refresh": "2024-02-11T17:07:19.842604Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-11T16:56:57.378029Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-11T16:57:01.184426Z", "last_refresh": "2024-02-11T17:07:17.179303Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-11T17:11:47.946 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:11:47 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T17:11:46.506279+0000 mgr.smithi088.srytvt (mgr.14180) 934 : 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-11T17:11:48.232 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:11:48.946 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:11:48 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T17:11:47.828883+0000 mgr.smithi088.srytvt (mgr.14180) 935 : audit [DBG] from='client.15912 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:11:49.035 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:11:48 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T17:11:47.828883+0000 mgr.smithi088.srytvt (mgr.14180) 935 : audit [DBG] from='client.15912 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:11:49.233 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid eb5e91f4-c8fd-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:11:49.883 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:11:49 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T17:11:48.506957+0000 mgr.smithi088.srytvt (mgr.14180) 936 : 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-11T17:11:49.946 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:11:49 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T17:11:48.506957+0000 mgr.smithi088.srytvt (mgr.14180) 936 : 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-11T17:11:50.650 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-11T17:11:50.651 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:53:35.782365Z", "last_refresh": "2024-02-11T17:07:19.842356Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:53:31.954385Z", "last_refresh": "2024-02-11T17:07:17.178678Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:53:34.066531Z", "last_refresh": "2024-02-11T17:07:19.842483Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:04:46.086160Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.yobwoi on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-yobwoi\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-yobwoi\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.yobwoi\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.yobwoi\nDeploy daemon haproxy.nfs.foo.smithi148.yobwoi ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:02:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:03:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:04:08Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:07:15.425068Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi088.dbfvcx on smithi088: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi088-dbfvcx\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi088-dbfvcx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi088.dbfvcx\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi088.dbfvcx\nDeploy daemon haproxy.nfs.foo.smithi088.dbfvcx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:05:22Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:06:00Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:06: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=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:07:15.426219Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.jjghpu on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:07:15.427197Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.lkfzmc on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:09:49.871700Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.nlxlvg on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-nlxlvg\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-nlxlvg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.nlxlvg\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.nlxlvg\nDeploy daemon haproxy.nfs.foo.smithi148.nlxlvg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:07:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:08:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:09:12Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.88/16"}, "status": {"created": "2024-02-11T16:57:01.421766Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:53:31.041620Z", "last_refresh": "2024-02-11T17:07:17.178812Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:32.209992Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:54:32.207503Z", "last_refresh": "2024-02-11T17:07:17.178882Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:01.420843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T16:57:01.417643Z", "last_refresh": "2024-02-11T17:07:19.842992Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:53:34.907593Z", "last_refresh": "2024-02-11T17:07:17.178954Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:57.873613Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:54:57.867647Z", "last_refresh": "2024-02-11T17:07:17.179016Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:53:32.998901Z", "last_refresh": "2024-02-11T17:07:19.842604Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-11T16:56:57.378029Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-11T16:57:01.184426Z", "last_refresh": "2024-02-11T17:07:17.179303Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-11T17:11:50.981 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:11:51.946 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:11:51 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T17:11:50.507661+0000 mgr.smithi088.srytvt (mgr.14180) 937 : cluster [DBG] pgmap v570: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:11:51.946 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:11:51 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T17:11:50.645511+0000 mgr.smithi088.srytvt (mgr.14180) 938 : audit [DBG] from='client.15916 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:11:51.982 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid eb5e91f4-c8fd-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:11:52.015 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:11:51 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T17:11:50.507661+0000 mgr.smithi088.srytvt (mgr.14180) 937 : cluster [DBG] pgmap v570: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:11:52.015 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:11:51 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T17:11:50.645511+0000 mgr.smithi088.srytvt (mgr.14180) 938 : audit [DBG] from='client.15916 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:11:53.307 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-11T17:11:53.307 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:53:35.782365Z", "last_refresh": "2024-02-11T17:07:19.842356Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:53:31.954385Z", "last_refresh": "2024-02-11T17:07:17.178678Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:53:34.066531Z", "last_refresh": "2024-02-11T17:07:19.842483Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:04:46.086160Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.yobwoi on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-yobwoi\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-yobwoi\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.yobwoi\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.yobwoi\nDeploy daemon haproxy.nfs.foo.smithi148.yobwoi ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:02:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:03:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:04:08Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:07:15.425068Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi088.dbfvcx on smithi088: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi088-dbfvcx\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi088-dbfvcx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi088.dbfvcx\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi088.dbfvcx\nDeploy daemon haproxy.nfs.foo.smithi088.dbfvcx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:05:22Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:06:00Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:06: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=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:07:15.426219Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.jjghpu on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:07:15.427197Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.lkfzmc on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:09:49.871700Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.nlxlvg on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-nlxlvg\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-nlxlvg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.nlxlvg\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.nlxlvg\nDeploy daemon haproxy.nfs.foo.smithi148.nlxlvg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:07:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:08:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:09:12Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.88/16"}, "status": {"created": "2024-02-11T16:57:01.421766Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:53:31.041620Z", "last_refresh": "2024-02-11T17:07:17.178812Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:32.209992Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:54:32.207503Z", "last_refresh": "2024-02-11T17:07:17.178882Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:01.420843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T16:57:01.417643Z", "last_refresh": "2024-02-11T17:07:19.842992Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:53:34.907593Z", "last_refresh": "2024-02-11T17:07:17.178954Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:57.873613Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:54:57.867647Z", "last_refresh": "2024-02-11T17:07:17.179016Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:53:32.998901Z", "last_refresh": "2024-02-11T17:07:19.842604Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-11T16:56:57.378029Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-11T16:57:01.184426Z", "last_refresh": "2024-02-11T17:07:17.179303Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-11T17:11:53.688 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:11:53.946 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:11:53 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T17:11:52.508165+0000 mgr.smithi088.srytvt (mgr.14180) 939 : cluster [DBG] pgmap v571: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:11:54.035 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:11:53 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T17:11:52.508165+0000 mgr.smithi088.srytvt (mgr.14180) 939 : cluster [DBG] pgmap v571: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:11:54.689 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid eb5e91f4-c8fd-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:11:54.946 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:11:54 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T17:11:53.301605+0000 mgr.smithi088.srytvt (mgr.14180) 940 : audit [DBG] from='client.15920 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:11:55.035 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:11:54 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T17:11:53.301605+0000 mgr.smithi088.srytvt (mgr.14180) 940 : audit [DBG] from='client.15920 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:11:55.683 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:11:55 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T17:11:54.508879+0000 mgr.smithi088.srytvt (mgr.14180) 941 : 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-11T17:11:55.696 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:11:55 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T17:11:54.508879+0000 mgr.smithi088.srytvt (mgr.14180) 941 : 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-11T17:11:56.031 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-11T17:11:56.031 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:53:35.782365Z", "last_refresh": "2024-02-11T17:07:19.842356Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:53:31.954385Z", "last_refresh": "2024-02-11T17:07:17.178678Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:53:34.066531Z", "last_refresh": "2024-02-11T17:07:19.842483Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:04:46.086160Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.yobwoi on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-yobwoi\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-yobwoi\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.yobwoi\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.yobwoi\nDeploy daemon haproxy.nfs.foo.smithi148.yobwoi ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:02:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:03:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:04:08Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:07:15.425068Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi088.dbfvcx on smithi088: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi088-dbfvcx\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi088-dbfvcx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi088.dbfvcx\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi088.dbfvcx\nDeploy daemon haproxy.nfs.foo.smithi088.dbfvcx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:05:22Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:06:00Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:06: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=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:07:15.426219Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.jjghpu on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:07:15.427197Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.lkfzmc on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:09:49.871700Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.nlxlvg on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-nlxlvg\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-nlxlvg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.nlxlvg\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.nlxlvg\nDeploy daemon haproxy.nfs.foo.smithi148.nlxlvg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:07:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:08:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:09:12Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.88/16"}, "status": {"created": "2024-02-11T16:57:01.421766Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:53:31.041620Z", "last_refresh": "2024-02-11T17:07:17.178812Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:32.209992Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:54:32.207503Z", "last_refresh": "2024-02-11T17:07:17.178882Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:01.420843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T16:57:01.417643Z", "last_refresh": "2024-02-11T17:07:19.842992Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:53:34.907593Z", "last_refresh": "2024-02-11T17:07:17.178954Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:57.873613Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:54:57.867647Z", "last_refresh": "2024-02-11T17:07:17.179016Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:53:32.998901Z", "last_refresh": "2024-02-11T17:07:19.842604Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-11T16:56:57.378029Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-11T16:57:01.184426Z", "last_refresh": "2024-02-11T17:07:17.179303Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-11T17:11:56.420 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:11:56.946 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:11:56 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T17:11:56.026226+0000 mgr.smithi088.srytvt (mgr.14180) 942 : audit [DBG] from='client.15924 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:11:57.035 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:11:56 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T17:11:56.026226+0000 mgr.smithi088.srytvt (mgr.14180) 942 : audit [DBG] from='client.15924 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:11:57.422 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid eb5e91f4-c8fd-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:11:57.764 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:11:57 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T17:11:56.509727+0000 mgr.smithi088.srytvt (mgr.14180) 943 : 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-11T17:11:57.946 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:11:57 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T17:11:56.509727+0000 mgr.smithi088.srytvt (mgr.14180) 943 : 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-11T17:11:58.788 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-11T17:11:58.789 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:53:35.782365Z", "last_refresh": "2024-02-11T17:07:19.842356Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:53:31.954385Z", "last_refresh": "2024-02-11T17:07:17.178678Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:53:34.066531Z", "last_refresh": "2024-02-11T17:07:19.842483Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:04:46.086160Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.yobwoi on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-yobwoi\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-yobwoi\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.yobwoi\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.yobwoi\nDeploy daemon haproxy.nfs.foo.smithi148.yobwoi ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:02:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:03:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:04:08Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:07:15.425068Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi088.dbfvcx on smithi088: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi088-dbfvcx\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi088-dbfvcx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi088.dbfvcx\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi088.dbfvcx\nDeploy daemon haproxy.nfs.foo.smithi088.dbfvcx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:05:22Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:06:00Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:06: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=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:07:15.426219Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.jjghpu on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:07:15.427197Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.lkfzmc on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:09:49.871700Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.nlxlvg on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-nlxlvg\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-nlxlvg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.nlxlvg\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.nlxlvg\nDeploy daemon haproxy.nfs.foo.smithi148.nlxlvg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:07:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:08:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:09:12Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.88/16"}, "status": {"created": "2024-02-11T16:57:01.421766Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:53:31.041620Z", "last_refresh": "2024-02-11T17:07:17.178812Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:32.209992Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:54:32.207503Z", "last_refresh": "2024-02-11T17:07:17.178882Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:01.420843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T16:57:01.417643Z", "last_refresh": "2024-02-11T17:07:19.842992Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:53:34.907593Z", "last_refresh": "2024-02-11T17:07:17.178954Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:57.873613Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:54:57.867647Z", "last_refresh": "2024-02-11T17:07:17.179016Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:53:32.998901Z", "last_refresh": "2024-02-11T17:07:19.842604Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-11T16:56:57.378029Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-11T16:57:01.184426Z", "last_refresh": "2024-02-11T17:07:17.179303Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-11T17:11:59.171 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:11:59.905 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:11:59 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T17:11:58.510341+0000 mgr.smithi088.srytvt (mgr.14180) 944 : 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-11T17:11:59.905 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:11:59 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T17:11:58.783863+0000 mgr.smithi088.srytvt (mgr.14180) 945 : audit [DBG] from='client.15928 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:11:59.946 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:11:59 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T17:11:58.510341+0000 mgr.smithi088.srytvt (mgr.14180) 944 : 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-11T17:11:59.946 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:11:59 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T17:11:58.783863+0000 mgr.smithi088.srytvt (mgr.14180) 945 : audit [DBG] from='client.15928 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:12:00.171 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid eb5e91f4-c8fd-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:12:01.629 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-11T17:12:01.629 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:53:35.782365Z", "last_refresh": "2024-02-11T17:07:19.842356Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:53:31.954385Z", "last_refresh": "2024-02-11T17:07:17.178678Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:53:34.066531Z", "last_refresh": "2024-02-11T17:07:19.842483Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:04:46.086160Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.yobwoi on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-yobwoi\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-yobwoi\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.yobwoi\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.yobwoi\nDeploy daemon haproxy.nfs.foo.smithi148.yobwoi ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:02:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:03:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:04:08Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:07:15.425068Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi088.dbfvcx on smithi088: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi088-dbfvcx\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi088-dbfvcx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi088.dbfvcx\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi088.dbfvcx\nDeploy daemon haproxy.nfs.foo.smithi088.dbfvcx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:05:22Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:06:00Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:06: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=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:07:15.426219Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.jjghpu on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:07:15.427197Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.lkfzmc on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:09:49.871700Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.nlxlvg on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-nlxlvg\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-nlxlvg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.nlxlvg\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.nlxlvg\nDeploy daemon haproxy.nfs.foo.smithi148.nlxlvg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:07:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:08:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:09:12Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.88/16"}, "status": {"created": "2024-02-11T16:57:01.421766Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:53:31.041620Z", "last_refresh": "2024-02-11T17:07:17.178812Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:32.209992Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:54:32.207503Z", "last_refresh": "2024-02-11T17:07:17.178882Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:01.420843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T16:57:01.417643Z", "last_refresh": "2024-02-11T17:07:19.842992Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:53:34.907593Z", "last_refresh": "2024-02-11T17:07:17.178954Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:57.873613Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:54:57.867647Z", "last_refresh": "2024-02-11T17:07:17.179016Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:53:32.998901Z", "last_refresh": "2024-02-11T17:07:19.842604Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-11T16:56:57.378029Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-11T16:57:01.184426Z", "last_refresh": "2024-02-11T17:07:17.179303Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-11T17:12:01.934 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:12:01 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T17:12:00.511131+0000 mgr.smithi088.srytvt (mgr.14180) 946 : cluster [DBG] pgmap v575: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:12:01.946 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:12:01 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T17:12:00.511131+0000 mgr.smithi088.srytvt (mgr.14180) 946 : cluster [DBG] pgmap v575: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:12:02.010 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:12:02.946 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:12:02 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T17:12:01.624016+0000 mgr.smithi088.srytvt (mgr.14180) 947 : audit [DBG] from='client.15932 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:12:03.011 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid eb5e91f4-c8fd-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:12:03.035 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:12:02 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T17:12:01.624016+0000 mgr.smithi088.srytvt (mgr.14180) 947 : audit [DBG] from='client.15932 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:12:03.946 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:12:03 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T17:12:02.511749+0000 mgr.smithi088.srytvt (mgr.14180) 948 : cluster [DBG] pgmap v576: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:12:04.022 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:12:03 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T17:12:02.511749+0000 mgr.smithi088.srytvt (mgr.14180) 948 : cluster [DBG] pgmap v576: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:12:04.378 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-11T17:12:04.378 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:53:35.782365Z", "last_refresh": "2024-02-11T17:07:19.842356Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:53:31.954385Z", "last_refresh": "2024-02-11T17:07:17.178678Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:53:34.066531Z", "last_refresh": "2024-02-11T17:07:19.842483Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:04:46.086160Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.yobwoi on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-yobwoi\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-yobwoi\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.yobwoi\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.yobwoi\nDeploy daemon haproxy.nfs.foo.smithi148.yobwoi ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:02:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:03:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:04:08Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:07:15.425068Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi088.dbfvcx on smithi088: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi088-dbfvcx\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi088-dbfvcx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi088.dbfvcx\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi088.dbfvcx\nDeploy daemon haproxy.nfs.foo.smithi088.dbfvcx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:05:22Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:06:00Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:06: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=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:07:15.426219Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.jjghpu on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:07:15.427197Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.lkfzmc on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:09:49.871700Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.nlxlvg on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-nlxlvg\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-nlxlvg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.nlxlvg\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.nlxlvg\nDeploy daemon haproxy.nfs.foo.smithi148.nlxlvg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:07:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:08:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:09:12Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.88/16"}, "status": {"created": "2024-02-11T16:57:01.421766Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:53:31.041620Z", "last_refresh": "2024-02-11T17:07:17.178812Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:32.209992Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:54:32.207503Z", "last_refresh": "2024-02-11T17:07:17.178882Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:01.420843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T16:57:01.417643Z", "last_refresh": "2024-02-11T17:07:19.842992Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:53:34.907593Z", "last_refresh": "2024-02-11T17:07:17.178954Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:57.873613Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:54:57.867647Z", "last_refresh": "2024-02-11T17:07:17.179016Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:53:32.998901Z", "last_refresh": "2024-02-11T17:07:19.842604Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-11T16:56:57.378029Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-11T16:57:01.184426Z", "last_refresh": "2024-02-11T17:07:17.179303Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-11T17:12:04.743 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:12:05.743 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid eb5e91f4-c8fd-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:12:05.946 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:12:05 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T17:12:04.374087+0000 mgr.smithi088.srytvt (mgr.14180) 949 : audit [DBG] from='client.15936 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:12:05.946 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:12:05 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T17:12:04.512459+0000 mgr.smithi088.srytvt (mgr.14180) 950 : 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-11T17:12:06.035 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:12:05 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T17:12:04.374087+0000 mgr.smithi088.srytvt (mgr.14180) 949 : audit [DBG] from='client.15936 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:12:06.035 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:12:05 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T17:12:04.512459+0000 mgr.smithi088.srytvt (mgr.14180) 950 : 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-11T17:12:07.171 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-11T17:12:07.171 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:53:35.782365Z", "last_refresh": "2024-02-11T17:07:19.842356Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:53:31.954385Z", "last_refresh": "2024-02-11T17:07:17.178678Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:53:34.066531Z", "last_refresh": "2024-02-11T17:07:19.842483Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:04:46.086160Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.yobwoi on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-yobwoi\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-yobwoi\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.yobwoi\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.yobwoi\nDeploy daemon haproxy.nfs.foo.smithi148.yobwoi ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:02:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:03:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:04:08Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:07:15.425068Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi088.dbfvcx on smithi088: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi088-dbfvcx\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi088-dbfvcx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi088.dbfvcx\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi088.dbfvcx\nDeploy daemon haproxy.nfs.foo.smithi088.dbfvcx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:05:22Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:06:00Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:06: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=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:07:15.426219Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.jjghpu on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:07:15.427197Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.lkfzmc on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:09:49.871700Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.nlxlvg on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-nlxlvg\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-nlxlvg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.nlxlvg\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.nlxlvg\nDeploy daemon haproxy.nfs.foo.smithi148.nlxlvg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:07:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:08:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:09:12Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.88/16"}, "status": {"created": "2024-02-11T16:57:01.421766Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:53:31.041620Z", "last_refresh": "2024-02-11T17:07:17.178812Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:32.209992Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:54:32.207503Z", "last_refresh": "2024-02-11T17:07:17.178882Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:01.420843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T16:57:01.417643Z", "last_refresh": "2024-02-11T17:07:19.842992Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:53:34.907593Z", "last_refresh": "2024-02-11T17:07:17.178954Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:57.873613Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:54:57.867647Z", "last_refresh": "2024-02-11T17:07:17.179016Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:53:32.998901Z", "last_refresh": "2024-02-11T17:07:19.842604Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-11T16:56:57.378029Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-11T16:57:01.184426Z", "last_refresh": "2024-02-11T17:07:17.179303Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-11T17:12:07.502 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:12:07.785 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:12:07 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T17:12:06.513080+0000 mgr.smithi088.srytvt (mgr.14180) 951 : 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-11T17:12:07.946 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:12:07 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T17:12:06.513080+0000 mgr.smithi088.srytvt (mgr.14180) 951 : 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-11T17:12:08.503 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid eb5e91f4-c8fd-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:12:08.785 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:12:08 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T17:12:07.166099+0000 mgr.smithi088.srytvt (mgr.14180) 952 : audit [DBG] from='client.15940 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:12:08.946 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:12:08 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T17:12:07.166099+0000 mgr.smithi088.srytvt (mgr.14180) 952 : audit [DBG] from='client.15940 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:12:09.905 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:12:09 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T17:12:08.513737+0000 mgr.smithi088.srytvt (mgr.14180) 953 : cluster [DBG] pgmap v579: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:12:09.918 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-11T17:12:09.918 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:53:35.782365Z", "last_refresh": "2024-02-11T17:07:19.842356Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:53:31.954385Z", "last_refresh": "2024-02-11T17:07:17.178678Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:53:34.066531Z", "last_refresh": "2024-02-11T17:07:19.842483Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:04:46.086160Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.yobwoi on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-yobwoi\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-yobwoi\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.yobwoi\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.yobwoi\nDeploy daemon haproxy.nfs.foo.smithi148.yobwoi ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:02:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:03:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:04:08Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:07:15.425068Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi088.dbfvcx on smithi088: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi088-dbfvcx\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi088-dbfvcx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi088.dbfvcx\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi088.dbfvcx\nDeploy daemon haproxy.nfs.foo.smithi088.dbfvcx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:05:22Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:06:00Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:06: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=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:07:15.426219Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.jjghpu on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:07:15.427197Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.lkfzmc on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:09:49.871700Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.nlxlvg on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-nlxlvg\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-nlxlvg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.nlxlvg\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.nlxlvg\nDeploy daemon haproxy.nfs.foo.smithi148.nlxlvg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:07:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:08:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:09:12Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.88/16"}, "status": {"created": "2024-02-11T16:57:01.421766Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:53:31.041620Z", "last_refresh": "2024-02-11T17:07:17.178812Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:32.209992Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:54:32.207503Z", "last_refresh": "2024-02-11T17:07:17.178882Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:01.420843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T16:57:01.417643Z", "last_refresh": "2024-02-11T17:07:19.842992Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:53:34.907593Z", "last_refresh": "2024-02-11T17:07:17.178954Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:57.873613Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:54:57.867647Z", "last_refresh": "2024-02-11T17:07:17.179016Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:53:32.998901Z", "last_refresh": "2024-02-11T17:07:19.842604Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-11T16:56:57.378029Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-11T16:57:01.184426Z", "last_refresh": "2024-02-11T17:07:17.179303Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-11T17:12:09.946 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:12:09 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T17:12:08.513737+0000 mgr.smithi088.srytvt (mgr.14180) 953 : cluster [DBG] pgmap v579: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:12:10.309 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:12:10.946 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:12:10 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T17:12:09.913706+0000 mgr.smithi088.srytvt (mgr.14180) 954 : audit [DBG] from='client.15944 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:12:11.035 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:12:10 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T17:12:09.913706+0000 mgr.smithi088.srytvt (mgr.14180) 954 : audit [DBG] from='client.15944 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:12:11.309 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid eb5e91f4-c8fd-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:12:11.946 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:12:11 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T17:12:10.514631+0000 mgr.smithi088.srytvt (mgr.14180) 955 : cluster [DBG] pgmap v580: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:12:12.003 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:12:11 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T17:12:10.514631+0000 mgr.smithi088.srytvt (mgr.14180) 955 : cluster [DBG] pgmap v580: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:12:12.736 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-11T17:12:12.736 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:53:35.782365Z", "last_refresh": "2024-02-11T17:07:19.842356Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:53:31.954385Z", "last_refresh": "2024-02-11T17:07:17.178678Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:53:34.066531Z", "last_refresh": "2024-02-11T17:07:19.842483Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:04:46.086160Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.yobwoi on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-yobwoi\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-yobwoi\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.yobwoi\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.yobwoi\nDeploy daemon haproxy.nfs.foo.smithi148.yobwoi ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:02:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:03:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:04:08Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:07:15.425068Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi088.dbfvcx on smithi088: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi088-dbfvcx\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi088-dbfvcx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi088.dbfvcx\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi088.dbfvcx\nDeploy daemon haproxy.nfs.foo.smithi088.dbfvcx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:05:22Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:06:00Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:06: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=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:07:15.426219Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.jjghpu on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:07:15.427197Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.lkfzmc on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:09:49.871700Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.nlxlvg on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-nlxlvg\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-nlxlvg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.nlxlvg\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.nlxlvg\nDeploy daemon haproxy.nfs.foo.smithi148.nlxlvg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:07:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:08:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:09:12Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.88/16"}, "status": {"created": "2024-02-11T16:57:01.421766Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:53:31.041620Z", "last_refresh": "2024-02-11T17:07:17.178812Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:32.209992Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:54:32.207503Z", "last_refresh": "2024-02-11T17:07:17.178882Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:01.420843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T16:57:01.417643Z", "last_refresh": "2024-02-11T17:07:19.842992Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:53:34.907593Z", "last_refresh": "2024-02-11T17:07:17.178954Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:57.873613Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:54:57.867647Z", "last_refresh": "2024-02-11T17:07:17.179016Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:53:32.998901Z", "last_refresh": "2024-02-11T17:07:19.842604Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-11T16:56:57.378029Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-11T16:57:01.184426Z", "last_refresh": "2024-02-11T17:07:17.179303Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-11T17:12:13.150 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:12:13.946 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:12:13 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T17:12:12.515179+0000 mgr.smithi088.srytvt (mgr.14180) 956 : cluster [DBG] pgmap v581: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:12:13.946 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:12:13 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T17:12:12.732148+0000 mgr.smithi088.srytvt (mgr.14180) 957 : audit [DBG] from='client.15948 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:12:14.035 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:12:13 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T17:12:12.515179+0000 mgr.smithi088.srytvt (mgr.14180) 956 : cluster [DBG] pgmap v581: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:12:14.036 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:12:13 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T17:12:12.732148+0000 mgr.smithi088.srytvt (mgr.14180) 957 : audit [DBG] from='client.15948 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:12:14.151 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid eb5e91f4-c8fd-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:12:15.502 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-11T17:12:15.502 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:53:35.782365Z", "last_refresh": "2024-02-11T17:07:19.842356Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:53:31.954385Z", "last_refresh": "2024-02-11T17:07:17.178678Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:53:34.066531Z", "last_refresh": "2024-02-11T17:07:19.842483Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:04:46.086160Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.yobwoi on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-yobwoi\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-yobwoi\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.yobwoi\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.yobwoi\nDeploy daemon haproxy.nfs.foo.smithi148.yobwoi ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:02:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:03:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:04:08Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:07:15.425068Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi088.dbfvcx on smithi088: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi088-dbfvcx\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi088-dbfvcx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi088.dbfvcx\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi088.dbfvcx\nDeploy daemon haproxy.nfs.foo.smithi088.dbfvcx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:05:22Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:06:00Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:06: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=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:07:15.426219Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.jjghpu on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:07:15.427197Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.lkfzmc on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:09:49.871700Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.nlxlvg on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-nlxlvg\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-nlxlvg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.nlxlvg\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.nlxlvg\nDeploy daemon haproxy.nfs.foo.smithi148.nlxlvg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:07:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:08:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:09:12Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.88/16"}, "status": {"created": "2024-02-11T16:57:01.421766Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:53:31.041620Z", "last_refresh": "2024-02-11T17:07:17.178812Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:32.209992Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:54:32.207503Z", "last_refresh": "2024-02-11T17:07:17.178882Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:01.420843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T16:57:01.417643Z", "last_refresh": "2024-02-11T17:07:19.842992Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:53:34.907593Z", "last_refresh": "2024-02-11T17:07:17.178954Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:57.873613Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:54:57.867647Z", "last_refresh": "2024-02-11T17:07:17.179016Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:53:32.998901Z", "last_refresh": "2024-02-11T17:07:19.842604Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-11T16:56:57.378029Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-11T16:57:01.184426Z", "last_refresh": "2024-02-11T17:07:17.179303Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-11T17:12:15.785 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:12:15 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T17:12:14.515906+0000 mgr.smithi088.srytvt (mgr.14180) 958 : cluster [DBG] pgmap v582: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:12:15.892 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:12:15.946 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:12:15 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T17:12:14.515906+0000 mgr.smithi088.srytvt (mgr.14180) 958 : cluster [DBG] pgmap v582: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:12:16.893 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid eb5e91f4-c8fd-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:12:16.928 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:12:16 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T17:12:15.497664+0000 mgr.smithi088.srytvt (mgr.14180) 959 : audit [DBG] from='client.15952 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:12:16.946 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:12:16 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T17:12:15.497664+0000 mgr.smithi088.srytvt (mgr.14180) 959 : audit [DBG] from='client.15952 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:12:17.853 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:12:17 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T17:12:16.516514+0000 mgr.smithi088.srytvt (mgr.14180) 960 : cluster [DBG] pgmap v583: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:12:17.946 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:12:17 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T17:12:16.516514+0000 mgr.smithi088.srytvt (mgr.14180) 960 : cluster [DBG] pgmap v583: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:12:18.199 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-11T17:12:18.199 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:53:35.782365Z", "last_refresh": "2024-02-11T17:07:19.842356Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:53:31.954385Z", "last_refresh": "2024-02-11T17:07:17.178678Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:53:34.066531Z", "last_refresh": "2024-02-11T17:07:19.842483Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:04:46.086160Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.yobwoi on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-yobwoi\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-yobwoi\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.yobwoi\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.yobwoi\nDeploy daemon haproxy.nfs.foo.smithi148.yobwoi ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:02:53Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:03:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:04:08Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:07:15.425068Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi088.dbfvcx on smithi088: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi088-dbfvcx\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi088-dbfvcx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi088.dbfvcx\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi088.dbfvcx\nDeploy daemon haproxy.nfs.foo.smithi088.dbfvcx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:05:22Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:06:00Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:06: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=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:07:15.426219Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.jjghpu on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:07:15.427197Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.lkfzmc on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:09:49.871700Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.nlxlvg on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-nlxlvg\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-nlxlvg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.nlxlvg\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.nlxlvg\nDeploy daemon haproxy.nfs.foo.smithi148.nlxlvg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:07:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:08:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:09:12Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.88/16"}, "status": {"created": "2024-02-11T16:57:01.421766Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:53:31.041620Z", "last_refresh": "2024-02-11T17:07:17.178812Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:32.209992Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:54:32.207503Z", "last_refresh": "2024-02-11T17:07:17.178882Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:01.420843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T16:57:01.417643Z", "last_refresh": "2024-02-11T17:07:19.842992Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:53:34.907593Z", "last_refresh": "2024-02-11T17:07:17.178954Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:57.873613Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:54:57.867647Z", "last_refresh": "2024-02-11T17:07:17.179016Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:53:32.998901Z", "last_refresh": "2024-02-11T17:07:19.842604Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-11T16:56:57.378029Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-11T16:57:01.184426Z", "last_refresh": "2024-02-11T17:07:17.179303Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-11T17:12:18.616 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:12:19.617 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid eb5e91f4-c8fd-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:12:19.906 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:12:19 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T17:12:18.194814+0000 mgr.smithi088.srytvt (mgr.14180) 961 : audit [DBG] from='client.15956 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:12:19.906 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:12:19 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T17:12:18.517138+0000 mgr.smithi088.srytvt (mgr.14180) 962 : cluster [DBG] pgmap v584: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:12:19.906 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:12:19 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T17:12:19.149372+0000 mon.smithi088 (mon.0) 720 : audit [INF] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi088.ighhoz"}]: dispatch 2024-02-11T17:12:19.946 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:12:19 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T17:12:18.194814+0000 mgr.smithi088.srytvt (mgr.14180) 961 : audit [DBG] from='client.15956 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:12:19.946 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:12:19 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T17:12:18.517138+0000 mgr.smithi088.srytvt (mgr.14180) 962 : cluster [DBG] pgmap v584: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:12:19.946 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:12:19 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T17:12:19.149372+0000 mon.smithi088 (mon.0) 720 : audit [INF] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi088.ighhoz"}]: dispatch 2024-02-11T17:12:20.946 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:12:20 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cephadm 2024-02-11T17:12:19.148906+0000 mgr.smithi088.srytvt (mgr.14180) 963 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi088-ighhoz 2024-02-11T17:12:20.947 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:12:20 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: /bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi088-ighhoz 2024-02-11T17:12:20.947 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:12:20 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi088.ighhoz 2024-02-11T17:12:20.947 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:12:20 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: /bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi088.ighhoz 2024-02-11T17:12:20.947 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:12:20 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: Deploy daemon haproxy.nfs.foo.smithi088.ighhoz ... 2024-02-11T17:12:20.947 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:12:20 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: 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=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:12:20.947 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:12:20 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-11T17:12:20.947 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:12:20 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: stat: stderr time="2024-02-11T17:10:26Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-11T17:12:20.947 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:12:20 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: stat: stderr time="2024-02-11T17:11:04Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-11T17:12:20.947 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:12:20 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: stat: stderr time="2024-02-11T17:11:41Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-11T17:12:20.947 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:12:20 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: 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-11T17:12:20.947 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:12:20 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: 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=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:12:20.947 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:12:20 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: Traceback (most recent call last): 2024-02-11T17:12:20.947 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:12:20 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-11T17:12:20.948 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:12:20 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: yield (conn, connr) 2024-02-11T17:12:20.948 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:12:20 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-11T17:12:20.948 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:12:20 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: code, '\n'.join(err))) 2024-02-11T17:12:20.948 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:12:20 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: 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-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi088-ighhoz 2024-02-11T17:12:20.948 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:12:20 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: /bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi088-ighhoz 2024-02-11T17:12:20.948 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:12:20 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi088.ighhoz 2024-02-11T17:12:20.948 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:12:20 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: /bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi088.ighhoz 2024-02-11T17:12:20.948 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:12:20 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: Deploy daemon haproxy.nfs.foo.smithi088.ighhoz ... 2024-02-11T17:12:20.948 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:12:20 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: 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=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:12:20.948 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:12:20 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-11T17:12:20.948 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:12:20 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: stat: stderr time="2024-02-11T17:10:26Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-11T17:12:20.948 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:12:20 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: stat: stderr time="2024-02-11T17:11:04Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-11T17:12:20.948 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:12:20 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: stat: stderr time="2024-02-11T17:11:41Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-11T17:12:20.948 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:12:20 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: 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-11T17:12:20.948 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:12:20 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: 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=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:12:20.949 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:12:20 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cephadm 2024-02-11T17:12:19.149083+0000 mgr.smithi088.srytvt (mgr.14180) 964 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi088.ighhoz 2024-02-11T17:12:20.949 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:12:20 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cephadm 2024-02-11T17:12:19.149932+0000 mgr.smithi088.srytvt (mgr.14180) 965 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi088.ighhoz on smithi088: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi088-ighhoz 2024-02-11T17:12:20.949 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:12:20 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: /bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi088-ighhoz 2024-02-11T17:12:20.949 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:12:20 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi088.ighhoz 2024-02-11T17:12:20.949 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:12:20 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: /bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi088.ighhoz 2024-02-11T17:12:20.949 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:12:20 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: Deploy daemon haproxy.nfs.foo.smithi088.ighhoz ... 2024-02-11T17:12:20.949 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:12:20 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: 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=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:12:20.949 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:12:20 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-11T17:12:20.949 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:12:20 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: stat: stderr time="2024-02-11T17:10:26Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-11T17:12:20.949 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:12:20 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: stat: stderr time="2024-02-11T17:11:04Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-11T17:12:20.949 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:12:20 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: stat: stderr time="2024-02-11T17:11:41Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-11T17:12:20.949 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:12:20 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: 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-11T17:12:20.949 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:12:20 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: 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=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:12:20.949 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:12:20 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cephadm 2024-02-11T17:12:19.151155+0000 mgr.smithi088.srytvt (mgr.14180) 966 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi148.wzbsdm on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-11T17:12:20.949 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:12:20 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cephadm 2024-02-11T17:12:19.152182+0000 mgr.smithi088.srytvt (mgr.14180) 967 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi088.wgycrs on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-11T17:12:20.949 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:12:20 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T17:12:19.152959+0000 mgr.smithi088.srytvt (mgr.14180) 968 : cluster [DBG] pgmap v585: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 96 B/s rd, 0 op/s 2024-02-11T17:12:20.950 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:12:20 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T17:12:19.679297+0000 mon.smithi088 (mon.0) 721 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-02-11T17:12:20.973 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-11T17:12:20.973 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:53:35.782365Z", "last_refresh": "2024-02-11T17:07:19.842356Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:53:31.954385Z", "last_refresh": "2024-02-11T17:07:17.178678Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:53:34.066531Z", "last_refresh": "2024-02-11T17:07:19.842483Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:07:15.427197Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.lkfzmc on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:09:49.871700Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.nlxlvg on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-nlxlvg\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-nlxlvg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.nlxlvg\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.nlxlvg\nDeploy daemon haproxy.nfs.foo.smithi148.nlxlvg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:07:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:08:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:09:12Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:12:19.149844Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi088.ighhoz on smithi088: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi088-ighhoz\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi088-ighhoz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi088.ighhoz\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi088.ighhoz\nDeploy daemon haproxy.nfs.foo.smithi088.ighhoz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:10:26Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:11:04Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:11:41Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:12:19.151066Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.wzbsdm on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:12:19.152116Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.wgycrs on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.88/16"}, "status": {"created": "2024-02-11T16:57:01.421766Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:53:31.041620Z", "last_refresh": "2024-02-11T17:07:17.178812Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:32.209992Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:54:32.207503Z", "last_refresh": "2024-02-11T17:07:17.178882Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:01.420843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T16:57:01.417643Z", "last_refresh": "2024-02-11T17:07:19.842992Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:53:34.907593Z", "last_refresh": "2024-02-11T17:07:17.178954Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:57.873613Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:54:57.867647Z", "last_refresh": "2024-02-11T17:07:17.179016Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:53:32.998901Z", "last_refresh": "2024-02-11T17:07:19.842604Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-11T16:56:57.378029Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-11T16:57:01.184426Z", "last_refresh": "2024-02-11T17:07:17.179303Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-11T17:12:20.996 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:12:20 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cephadm 2024-02-11T17:12:19.148906+0000 mgr.smithi088.srytvt (mgr.14180) 963 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi088-ighhoz 2024-02-11T17:12:20.996 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:12:20 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: /bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi088-ighhoz 2024-02-11T17:12:20.996 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:12:20 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi088.ighhoz 2024-02-11T17:12:20.997 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:12:20 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: /bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi088.ighhoz 2024-02-11T17:12:20.997 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:12:20 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: Deploy daemon haproxy.nfs.foo.smithi088.ighhoz ... 2024-02-11T17:12:20.997 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:12:20 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: 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=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:12:20.997 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:12:20 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-11T17:12:20.997 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:12:20 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: stat: stderr time="2024-02-11T17:10:26Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-11T17:12:20.997 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:12:20 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: stat: stderr time="2024-02-11T17:11:04Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-11T17:12:20.997 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:12:20 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: stat: stderr time="2024-02-11T17:11:41Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-11T17:12:20.997 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:12:20 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: 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-11T17:12:20.997 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:12:20 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: 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=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:12:20.997 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:12:20 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: Traceback (most recent call last): 2024-02-11T17:12:20.997 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:12:20 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-11T17:12:20.997 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:12:20 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: yield (conn, connr) 2024-02-11T17:12:20.997 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:12:20 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-11T17:12:20.997 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:12:20 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: code, '\n'.join(err))) 2024-02-11T17:12:20.998 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:12:20 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: 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-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi088-ighhoz 2024-02-11T17:12:20.998 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:12:20 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: /bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi088-ighhoz 2024-02-11T17:12:20.998 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:12:20 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi088.ighhoz 2024-02-11T17:12:20.998 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:12:20 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: /bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi088.ighhoz 2024-02-11T17:12:20.998 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:12:20 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: Deploy daemon haproxy.nfs.foo.smithi088.ighhoz ... 2024-02-11T17:12:20.998 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:12:20 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: 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=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:12:20.998 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:12:20 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-11T17:12:20.998 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:12:20 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: stat: stderr time="2024-02-11T17:10:26Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-11T17:12:20.998 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:12:20 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: stat: stderr time="2024-02-11T17:11:04Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-11T17:12:20.998 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:12:20 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: stat: stderr time="2024-02-11T17:11:41Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-11T17:12:20.998 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:12:20 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: 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-11T17:12:20.998 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:12:20 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: 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=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:12:20.998 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:12:20 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cephadm 2024-02-11T17:12:19.149083+0000 mgr.smithi088.srytvt (mgr.14180) 964 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi088.ighhoz 2024-02-11T17:12:20.998 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:12:20 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cephadm 2024-02-11T17:12:19.149932+0000 mgr.smithi088.srytvt (mgr.14180) 965 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi088.ighhoz on smithi088: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi088-ighhoz 2024-02-11T17:12:20.999 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:12:20 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: /bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi088-ighhoz 2024-02-11T17:12:20.999 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:12:20 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi088.ighhoz 2024-02-11T17:12:20.999 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:12:20 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: /bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi088.ighhoz 2024-02-11T17:12:20.999 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:12:20 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: Deploy daemon haproxy.nfs.foo.smithi088.ighhoz ... 2024-02-11T17:12:20.999 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:12:20 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: 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=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:12:20.999 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:12:20 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-11T17:12:20.999 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:12:20 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: stat: stderr time="2024-02-11T17:10:26Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-11T17:12:20.999 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:12:20 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: stat: stderr time="2024-02-11T17:11:04Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-11T17:12:20.999 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:12:20 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: stat: stderr time="2024-02-11T17:11:41Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-11T17:12:20.999 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:12:20 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: 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-11T17:12:20.999 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:12:20 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: 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=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:12:20.999 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:12:20 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cephadm 2024-02-11T17:12:19.151155+0000 mgr.smithi088.srytvt (mgr.14180) 966 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi148.wzbsdm on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-11T17:12:20.999 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:12:20 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cephadm 2024-02-11T17:12:19.152182+0000 mgr.smithi088.srytvt (mgr.14180) 967 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi088.wgycrs on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-11T17:12:20.999 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:12:20 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T17:12:19.152959+0000 mgr.smithi088.srytvt (mgr.14180) 968 : cluster [DBG] pgmap v585: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 96 B/s rd, 0 op/s 2024-02-11T17:12:20.999 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:12:20 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T17:12:19.679297+0000 mon.smithi088 (mon.0) 721 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-02-11T17:12:21.366 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:12:21.946 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:12:21 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T17:12:20.968962+0000 mgr.smithi088.srytvt (mgr.14180) 969 : audit [DBG] from='client.15960 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:12:21.946 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:12:21 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T17:12:21.325426+0000 mon.smithi088 (mon.0) 722 : audit [INF] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' 2024-02-11T17:12:22.035 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:12:21 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T17:12:20.968962+0000 mgr.smithi088.srytvt (mgr.14180) 969 : audit [DBG] from='client.15960 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:12:22.035 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:12:21 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T17:12:21.325426+0000 mon.smithi088 (mon.0) 722 : audit [INF] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' 2024-02-11T17:12:22.367 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid eb5e91f4-c8fd-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:12:23.035 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:12:22 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T17:12:21.153638+0000 mgr.smithi088.srytvt (mgr.14180) 970 : cluster [DBG] pgmap v586: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 96 B/s rd, 0 op/s 2024-02-11T17:12:23.035 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:12:22 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T17:12:21.886947+0000 mon.smithi088 (mon.0) 723 : audit [INF] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' 2024-02-11T17:12:23.196 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:12:22 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T17:12:21.153638+0000 mgr.smithi088.srytvt (mgr.14180) 970 : cluster [DBG] pgmap v586: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 96 B/s rd, 0 op/s 2024-02-11T17:12:23.196 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:12:22 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T17:12:21.886947+0000 mon.smithi088 (mon.0) 723 : audit [INF] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' 2024-02-11T17:12:23.726 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-11T17:12:23.726 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:53:35.782365Z", "last_refresh": "2024-02-11T17:07:19.842356Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:53:31.954385Z", "last_refresh": "2024-02-11T17:07:17.178678Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:53:34.066531Z", "last_refresh": "2024-02-11T17:07:19.842483Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:07:15.427197Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.lkfzmc on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:09:49.871700Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.nlxlvg on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-nlxlvg\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-nlxlvg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.nlxlvg\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.nlxlvg\nDeploy daemon haproxy.nfs.foo.smithi148.nlxlvg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:07:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:08:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:09:12Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:12:19.149844Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi088.ighhoz on smithi088: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi088-ighhoz\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi088-ighhoz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi088.ighhoz\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi088.ighhoz\nDeploy daemon haproxy.nfs.foo.smithi088.ighhoz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:10:26Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:11:04Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:11:41Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:12:19.151066Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.wzbsdm on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:12:19.152116Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.wgycrs on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.88/16"}, "status": {"created": "2024-02-11T16:57:01.421766Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:53:31.041620Z", "last_refresh": "2024-02-11T17:07:17.178812Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:32.209992Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:54:32.207503Z", "last_refresh": "2024-02-11T17:07:17.178882Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:01.420843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T16:57:01.417643Z", "last_refresh": "2024-02-11T17:07:19.842992Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:53:34.907593Z", "last_refresh": "2024-02-11T17:07:17.178954Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:57.873613Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:54:57.867647Z", "last_refresh": "2024-02-11T17:07:17.179016Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:53:32.998901Z", "last_refresh": "2024-02-11T17:07:19.842604Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-11T16:56:57.378029Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-11T16:57:01.184426Z", "last_refresh": "2024-02-11T17:07:17.179303Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-11T17:12:24.122 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:12:25.123 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid eb5e91f4-c8fd-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:12:25.155 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:12:24 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T17:12:23.154387+0000 mgr.smithi088.srytvt (mgr.14180) 971 : cluster [DBG] pgmap v587: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 96 B/s rd, 0 op/s 2024-02-11T17:12:25.155 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:12:24 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T17:12:23.721158+0000 mgr.smithi088.srytvt (mgr.14180) 972 : audit [DBG] from='client.15964 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:12:25.196 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:12:24 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T17:12:23.154387+0000 mgr.smithi088.srytvt (mgr.14180) 971 : cluster [DBG] pgmap v587: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 96 B/s rd, 0 op/s 2024-02-11T17:12:25.196 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:12:24 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T17:12:23.721158+0000 mgr.smithi088.srytvt (mgr.14180) 972 : audit [DBG] from='client.15964 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:12:26.549 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-11T17:12:26.550 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:53:35.782365Z", "last_refresh": "2024-02-11T17:07:19.842356Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:53:31.954385Z", "last_refresh": "2024-02-11T17:07:17.178678Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:53:34.066531Z", "last_refresh": "2024-02-11T17:07:19.842483Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:07:15.427197Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.lkfzmc on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:09:49.871700Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.nlxlvg on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-nlxlvg\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-nlxlvg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.nlxlvg\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.nlxlvg\nDeploy daemon haproxy.nfs.foo.smithi148.nlxlvg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:07:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:08:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:09:12Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:12:19.149844Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi088.ighhoz on smithi088: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi088-ighhoz\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi088-ighhoz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi088.ighhoz\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi088.ighhoz\nDeploy daemon haproxy.nfs.foo.smithi088.ighhoz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:10:26Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:11:04Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:11:41Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:12:19.151066Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.wzbsdm on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:12:19.152116Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.wgycrs on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.88/16"}, "status": {"created": "2024-02-11T16:57:01.421766Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:53:31.041620Z", "last_refresh": "2024-02-11T17:07:17.178812Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:32.209992Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:54:32.207503Z", "last_refresh": "2024-02-11T17:07:17.178882Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:01.420843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T16:57:01.417643Z", "last_refresh": "2024-02-11T17:07:19.842992Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:53:34.907593Z", "last_refresh": "2024-02-11T17:07:17.178954Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:57.873613Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:54:57.867647Z", "last_refresh": "2024-02-11T17:07:17.179016Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:53:32.998901Z", "last_refresh": "2024-02-11T17:07:19.842604Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-11T16:56:57.378029Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-11T16:57:01.184426Z", "last_refresh": "2024-02-11T17:07:17.179303Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-11T17:12:26.922 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:12:27.197 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:12:26 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T17:12:25.155410+0000 mgr.smithi088.srytvt (mgr.14180) 973 : cluster [DBG] pgmap v588: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 96 B/s rd, 0 op/s 2024-02-11T17:12:27.285 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:12:26 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T17:12:25.155410+0000 mgr.smithi088.srytvt (mgr.14180) 973 : cluster [DBG] pgmap v588: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 96 B/s rd, 0 op/s 2024-02-11T17:12:27.923 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid eb5e91f4-c8fd-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:12:28.196 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:12:27 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T17:12:26.545064+0000 mgr.smithi088.srytvt (mgr.14180) 974 : audit [DBG] from='client.15968 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:12:28.285 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:12:27 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T17:12:26.545064+0000 mgr.smithi088.srytvt (mgr.14180) 974 : audit [DBG] from='client.15968 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:12:29.196 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:12:28 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T17:12:27.156285+0000 mgr.smithi088.srytvt (mgr.14180) 975 : cluster [DBG] pgmap v589: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 96 B/s rd, 0 op/s 2024-02-11T17:12:29.285 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:12:28 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T17:12:27.156285+0000 mgr.smithi088.srytvt (mgr.14180) 975 : cluster [DBG] pgmap v589: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 96 B/s rd, 0 op/s 2024-02-11T17:12:29.287 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-11T17:12:29.288 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:53:35.782365Z", "last_refresh": "2024-02-11T17:07:19.842356Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:53:31.954385Z", "last_refresh": "2024-02-11T17:07:17.178678Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:53:34.066531Z", "last_refresh": "2024-02-11T17:07:19.842483Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:07:15.427197Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.lkfzmc on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:09:49.871700Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.nlxlvg on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-nlxlvg\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-nlxlvg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.nlxlvg\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.nlxlvg\nDeploy daemon haproxy.nfs.foo.smithi148.nlxlvg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:07:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:08:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:09:12Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:12:19.149844Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi088.ighhoz on smithi088: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi088-ighhoz\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi088-ighhoz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi088.ighhoz\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi088.ighhoz\nDeploy daemon haproxy.nfs.foo.smithi088.ighhoz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:10:26Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:11:04Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:11:41Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:12:19.151066Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.wzbsdm on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:12:19.152116Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.wgycrs on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.88/16"}, "status": {"created": "2024-02-11T16:57:01.421766Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:53:31.041620Z", "last_refresh": "2024-02-11T17:07:17.178812Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:32.209992Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:54:32.207503Z", "last_refresh": "2024-02-11T17:07:17.178882Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:01.420843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T16:57:01.417643Z", "last_refresh": "2024-02-11T17:07:19.842992Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:53:34.907593Z", "last_refresh": "2024-02-11T17:07:17.178954Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:57.873613Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:54:57.867647Z", "last_refresh": "2024-02-11T17:07:17.179016Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:53:32.998901Z", "last_refresh": "2024-02-11T17:07:19.842604Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-11T16:56:57.378029Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-11T16:57:01.184426Z", "last_refresh": "2024-02-11T17:07:17.179303Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-11T17:12:29.680 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:12:30.681 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid eb5e91f4-c8fd-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:12:31.024 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:12:30 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T17:12:29.157046+0000 mgr.smithi088.srytvt (mgr.14180) 976 : cluster [DBG] pgmap v590: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 96 B/s rd, 0 op/s 2024-02-11T17:12:31.024 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:12:30 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T17:12:29.283386+0000 mgr.smithi088.srytvt (mgr.14180) 977 : audit [DBG] from='client.15972 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:12:31.196 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:12:30 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T17:12:29.157046+0000 mgr.smithi088.srytvt (mgr.14180) 976 : cluster [DBG] pgmap v590: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 96 B/s rd, 0 op/s 2024-02-11T17:12:31.196 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:12:30 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T17:12:29.283386+0000 mgr.smithi088.srytvt (mgr.14180) 977 : audit [DBG] from='client.15972 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:12:32.081 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-11T17:12:32.081 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:53:35.782365Z", "last_refresh": "2024-02-11T17:07:19.842356Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:53:31.954385Z", "last_refresh": "2024-02-11T17:07:17.178678Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:53:34.066531Z", "last_refresh": "2024-02-11T17:07:19.842483Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:07:15.427197Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.lkfzmc on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:09:49.871700Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.nlxlvg on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-nlxlvg\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-nlxlvg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.nlxlvg\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.nlxlvg\nDeploy daemon haproxy.nfs.foo.smithi148.nlxlvg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:07:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:08:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:09:12Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:12:19.149844Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi088.ighhoz on smithi088: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi088-ighhoz\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi088-ighhoz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi088.ighhoz\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi088.ighhoz\nDeploy daemon haproxy.nfs.foo.smithi088.ighhoz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:10:26Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:11:04Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:11:41Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:12:19.151066Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.wzbsdm on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:12:19.152116Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.wgycrs on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.88/16"}, "status": {"created": "2024-02-11T16:57:01.421766Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:53:31.041620Z", "last_refresh": "2024-02-11T17:07:17.178812Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:32.209992Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:54:32.207503Z", "last_refresh": "2024-02-11T17:07:17.178882Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:01.420843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T16:57:01.417643Z", "last_refresh": "2024-02-11T17:07:19.842992Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:53:34.907593Z", "last_refresh": "2024-02-11T17:07:17.178954Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:57.873613Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:54:57.867647Z", "last_refresh": "2024-02-11T17:07:17.179016Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:53:32.998901Z", "last_refresh": "2024-02-11T17:07:19.842604Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-11T16:56:57.378029Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-11T16:57:01.184426Z", "last_refresh": "2024-02-11T17:07:17.179303Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-11T17:12:32.446 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:12:33.196 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:12:32 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T17:12:31.157818+0000 mgr.smithi088.srytvt (mgr.14180) 978 : 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-11T17:12:33.196 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:12:32 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T17:12:32.076922+0000 mgr.smithi088.srytvt (mgr.14180) 979 : audit [DBG] from='client.15976 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:12:33.285 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:12:32 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T17:12:31.157818+0000 mgr.smithi088.srytvt (mgr.14180) 978 : 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-11T17:12:33.285 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:12:32 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T17:12:32.076922+0000 mgr.smithi088.srytvt (mgr.14180) 979 : audit [DBG] from='client.15976 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:12:33.446 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid eb5e91f4-c8fd-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:12:34.830 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-11T17:12:34.830 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:53:35.782365Z", "last_refresh": "2024-02-11T17:07:19.842356Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:53:31.954385Z", "last_refresh": "2024-02-11T17:07:17.178678Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:53:34.066531Z", "last_refresh": "2024-02-11T17:07:19.842483Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:07:15.427197Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.lkfzmc on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:09:49.871700Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.nlxlvg on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-nlxlvg\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-nlxlvg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.nlxlvg\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.nlxlvg\nDeploy daemon haproxy.nfs.foo.smithi148.nlxlvg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:07:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:08:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:09:12Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:12:19.149844Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi088.ighhoz on smithi088: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi088-ighhoz\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi088-ighhoz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi088.ighhoz\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi088.ighhoz\nDeploy daemon haproxy.nfs.foo.smithi088.ighhoz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:10:26Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:11:04Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:11:41Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:12:19.151066Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.wzbsdm on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:12:19.152116Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.wgycrs on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.88/16"}, "status": {"created": "2024-02-11T16:57:01.421766Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:53:31.041620Z", "last_refresh": "2024-02-11T17:07:17.178812Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:32.209992Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:54:32.207503Z", "last_refresh": "2024-02-11T17:07:17.178882Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:01.420843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T16:57:01.417643Z", "last_refresh": "2024-02-11T17:07:19.842992Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:53:34.907593Z", "last_refresh": "2024-02-11T17:07:17.178954Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:57.873613Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:54:57.867647Z", "last_refresh": "2024-02-11T17:07:17.179016Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:53:32.998901Z", "last_refresh": "2024-02-11T17:07:19.842604Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-11T16:56:57.378029Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-11T16:57:01.184426Z", "last_refresh": "2024-02-11T17:07:17.179303Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-11T17:12:35.110 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:12:34 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T17:12:33.158698+0000 mgr.smithi088.srytvt (mgr.14180) 980 : 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-11T17:12:35.196 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:12:34 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T17:12:33.158698+0000 mgr.smithi088.srytvt (mgr.14180) 980 : 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-11T17:12:35.202 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:12:36.196 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:12:35 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T17:12:34.825572+0000 mgr.smithi088.srytvt (mgr.14180) 981 : audit [DBG] from='client.15980 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:12:36.204 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid eb5e91f4-c8fd-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:12:36.236 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:12:35 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T17:12:34.825572+0000 mgr.smithi088.srytvt (mgr.14180) 981 : audit [DBG] from='client.15980 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:12:37.196 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:12:36 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T17:12:35.159750+0000 mgr.smithi088.srytvt (mgr.14180) 982 : 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-11T17:12:37.215 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:12:36 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T17:12:35.159750+0000 mgr.smithi088.srytvt (mgr.14180) 982 : 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-11T17:12:37.580 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-11T17:12:37.580 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:53:35.782365Z", "last_refresh": "2024-02-11T17:07:19.842356Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:53:31.954385Z", "last_refresh": "2024-02-11T17:07:17.178678Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:53:34.066531Z", "last_refresh": "2024-02-11T17:07:19.842483Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:07:15.427197Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.lkfzmc on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:09:49.871700Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.nlxlvg on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-nlxlvg\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-nlxlvg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.nlxlvg\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.nlxlvg\nDeploy daemon haproxy.nfs.foo.smithi148.nlxlvg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:07:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:08:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:09:12Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:12:19.149844Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi088.ighhoz on smithi088: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi088-ighhoz\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi088-ighhoz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi088.ighhoz\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi088.ighhoz\nDeploy daemon haproxy.nfs.foo.smithi088.ighhoz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:10:26Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:11:04Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:11:41Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:12:19.151066Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.wzbsdm on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:12:19.152116Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.wgycrs on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.88/16"}, "status": {"created": "2024-02-11T16:57:01.421766Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:53:31.041620Z", "last_refresh": "2024-02-11T17:07:17.178812Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:32.209992Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:54:32.207503Z", "last_refresh": "2024-02-11T17:07:17.178882Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:01.420843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T16:57:01.417643Z", "last_refresh": "2024-02-11T17:07:19.842992Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:53:34.907593Z", "last_refresh": "2024-02-11T17:07:17.178954Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:57.873613Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:54:57.867647Z", "last_refresh": "2024-02-11T17:07:17.179016Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:53:32.998901Z", "last_refresh": "2024-02-11T17:07:19.842604Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-11T16:56:57.378029Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-11T16:57:01.184426Z", "last_refresh": "2024-02-11T17:07:17.179303Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-11T17:12:37.970 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:12:38.971 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid eb5e91f4-c8fd-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:12:39.196 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:12:38 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T17:12:37.160418+0000 mgr.smithi088.srytvt (mgr.14180) 983 : 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-11T17:12:39.196 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:12:38 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T17:12:37.576281+0000 mgr.smithi088.srytvt (mgr.14180) 984 : audit [DBG] from='client.15984 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:12:39.285 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:12:38 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T17:12:37.160418+0000 mgr.smithi088.srytvt (mgr.14180) 983 : 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-11T17:12:39.285 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:12:38 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T17:12:37.576281+0000 mgr.smithi088.srytvt (mgr.14180) 984 : audit [DBG] from='client.15984 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:12:40.338 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-11T17:12:40.338 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:53:35.782365Z", "last_refresh": "2024-02-11T17:07:19.842356Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:53:31.954385Z", "last_refresh": "2024-02-11T17:07:17.178678Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:53:34.066531Z", "last_refresh": "2024-02-11T17:07:19.842483Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:07:15.427197Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.lkfzmc on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:09:49.871700Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.nlxlvg on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-nlxlvg\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-nlxlvg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.nlxlvg\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.nlxlvg\nDeploy daemon haproxy.nfs.foo.smithi148.nlxlvg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:07:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:08:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:09:12Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:12:19.149844Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi088.ighhoz on smithi088: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi088-ighhoz\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi088-ighhoz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi088.ighhoz\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi088.ighhoz\nDeploy daemon haproxy.nfs.foo.smithi088.ighhoz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:10:26Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:11:04Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:11:41Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:12:19.151066Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.wzbsdm on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:12:19.152116Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.wgycrs on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.88/16"}, "status": {"created": "2024-02-11T16:57:01.421766Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:53:31.041620Z", "last_refresh": "2024-02-11T17:07:17.178812Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:32.209992Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:54:32.207503Z", "last_refresh": "2024-02-11T17:07:17.178882Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:01.420843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T16:57:01.417643Z", "last_refresh": "2024-02-11T17:07:19.842992Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:53:34.907593Z", "last_refresh": "2024-02-11T17:07:17.178954Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:57.873613Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:54:57.867647Z", "last_refresh": "2024-02-11T17:07:17.179016Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:53:32.998901Z", "last_refresh": "2024-02-11T17:07:19.842604Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-11T16:56:57.378029Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-11T16:57:01.184426Z", "last_refresh": "2024-02-11T17:07:17.179303Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-11T17:12:40.719 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:12:41.035 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:12:40 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T17:12:39.161179+0000 mgr.smithi088.srytvt (mgr.14180) 985 : 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-11T17:12:41.196 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:12:40 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T17:12:39.161179+0000 mgr.smithi088.srytvt (mgr.14180) 985 : 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-11T17:12:41.720 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid eb5e91f4-c8fd-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:12:42.035 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:12:41 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T17:12:40.333624+0000 mgr.smithi088.srytvt (mgr.14180) 986 : audit [DBG] from='client.15988 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:12:42.196 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:12:41 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T17:12:40.333624+0000 mgr.smithi088.srytvt (mgr.14180) 986 : audit [DBG] from='client.15988 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:12:43.036 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:12:42 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T17:12:41.162100+0000 mgr.smithi088.srytvt (mgr.14180) 987 : 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-11T17:12:43.122 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-11T17:12:43.122 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:53:35.782365Z", "last_refresh": "2024-02-11T17:07:19.842356Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:53:31.954385Z", "last_refresh": "2024-02-11T17:07:17.178678Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:53:34.066531Z", "last_refresh": "2024-02-11T17:07:19.842483Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:07:15.427197Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.lkfzmc on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:09:49.871700Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.nlxlvg on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-nlxlvg\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-nlxlvg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.nlxlvg\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.nlxlvg\nDeploy daemon haproxy.nfs.foo.smithi148.nlxlvg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:07:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:08:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:09:12Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:12:19.149844Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi088.ighhoz on smithi088: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi088-ighhoz\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi088-ighhoz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi088.ighhoz\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi088.ighhoz\nDeploy daemon haproxy.nfs.foo.smithi088.ighhoz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:10:26Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:11:04Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:11:41Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:12:19.151066Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.wzbsdm on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:12:19.152116Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.wgycrs on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.88/16"}, "status": {"created": "2024-02-11T16:57:01.421766Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:53:31.041620Z", "last_refresh": "2024-02-11T17:07:17.178812Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:32.209992Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:54:32.207503Z", "last_refresh": "2024-02-11T17:07:17.178882Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:01.420843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T16:57:01.417643Z", "last_refresh": "2024-02-11T17:07:19.842992Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:53:34.907593Z", "last_refresh": "2024-02-11T17:07:17.178954Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:57.873613Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:54:57.867647Z", "last_refresh": "2024-02-11T17:07:17.179016Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:53:32.998901Z", "last_refresh": "2024-02-11T17:07:19.842604Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-11T16:56:57.378029Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-11T16:57:01.184426Z", "last_refresh": "2024-02-11T17:07:17.179303Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-11T17:12:43.196 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:12:42 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T17:12:41.162100+0000 mgr.smithi088.srytvt (mgr.14180) 987 : 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-11T17:12:43.536 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:12:44.537 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid eb5e91f4-c8fd-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:12:45.171 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:12:44 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T17:12:43.117880+0000 mgr.smithi088.srytvt (mgr.14180) 988 : audit [DBG] from='client.15992 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:12:45.172 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:12:44 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T17:12:43.162968+0000 mgr.smithi088.srytvt (mgr.14180) 989 : 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-11T17:12:45.196 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:12:44 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T17:12:43.117880+0000 mgr.smithi088.srytvt (mgr.14180) 988 : audit [DBG] from='client.15992 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:12:45.196 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:12:44 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T17:12:43.162968+0000 mgr.smithi088.srytvt (mgr.14180) 989 : 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-11T17:12:45.868 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-11T17:12:45.868 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:53:35.782365Z", "last_refresh": "2024-02-11T17:07:19.842356Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:53:31.954385Z", "last_refresh": "2024-02-11T17:07:17.178678Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:53:34.066531Z", "last_refresh": "2024-02-11T17:07:19.842483Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:07:15.427197Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.lkfzmc on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:09:49.871700Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.nlxlvg on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-nlxlvg\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-nlxlvg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.nlxlvg\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.nlxlvg\nDeploy daemon haproxy.nfs.foo.smithi148.nlxlvg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:07:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:08:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:09:12Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:12:19.149844Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi088.ighhoz on smithi088: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi088-ighhoz\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi088-ighhoz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi088.ighhoz\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi088.ighhoz\nDeploy daemon haproxy.nfs.foo.smithi088.ighhoz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:10:26Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:11:04Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:11:41Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:12:19.151066Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.wzbsdm on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:12:19.152116Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.wgycrs on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.88/16"}, "status": {"created": "2024-02-11T16:57:01.421766Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:53:31.041620Z", "last_refresh": "2024-02-11T17:07:17.178812Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:32.209992Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:54:32.207503Z", "last_refresh": "2024-02-11T17:07:17.178882Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:01.420843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T16:57:01.417643Z", "last_refresh": "2024-02-11T17:07:19.842992Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:53:34.907593Z", "last_refresh": "2024-02-11T17:07:17.178954Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:57.873613Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:54:57.867647Z", "last_refresh": "2024-02-11T17:07:17.179016Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:53:32.998901Z", "last_refresh": "2024-02-11T17:07:19.842604Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-11T16:56:57.378029Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-11T16:57:01.184426Z", "last_refresh": "2024-02-11T17:07:17.179303Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-11T17:12:46.235 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:12:47.196 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:12:46 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T17:12:45.163764+0000 mgr.smithi088.srytvt (mgr.14180) 990 : 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-11T17:12:47.196 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:12:46 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T17:12:45.863492+0000 mgr.smithi088.srytvt (mgr.14180) 991 : audit [DBG] from='client.15996 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:12:47.236 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid eb5e91f4-c8fd-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:12:47.269 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:12:46 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T17:12:45.163764+0000 mgr.smithi088.srytvt (mgr.14180) 990 : 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-11T17:12:47.270 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:12:46 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T17:12:45.863492+0000 mgr.smithi088.srytvt (mgr.14180) 991 : audit [DBG] from='client.15996 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:12:48.647 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-11T17:12:48.647 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:53:35.782365Z", "last_refresh": "2024-02-11T17:07:19.842356Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:53:31.954385Z", "last_refresh": "2024-02-11T17:07:17.178678Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:53:34.066531Z", "last_refresh": "2024-02-11T17:07:19.842483Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:07:15.427197Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.lkfzmc on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:09:49.871700Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.nlxlvg on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-nlxlvg\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-nlxlvg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.nlxlvg\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.nlxlvg\nDeploy daemon haproxy.nfs.foo.smithi148.nlxlvg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:07:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:08:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:09:12Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:12:19.149844Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi088.ighhoz on smithi088: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi088-ighhoz\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi088-ighhoz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi088.ighhoz\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi088.ighhoz\nDeploy daemon haproxy.nfs.foo.smithi088.ighhoz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:10:26Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:11:04Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:11:41Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:12:19.151066Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.wzbsdm on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:12:19.152116Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.wgycrs on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.88/16"}, "status": {"created": "2024-02-11T16:57:01.421766Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:53:31.041620Z", "last_refresh": "2024-02-11T17:07:17.178812Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:32.209992Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:54:32.207503Z", "last_refresh": "2024-02-11T17:07:17.178882Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:01.420843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T16:57:01.417643Z", "last_refresh": "2024-02-11T17:07:19.842992Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:53:34.907593Z", "last_refresh": "2024-02-11T17:07:17.178954Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:57.873613Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:54:57.867647Z", "last_refresh": "2024-02-11T17:07:17.179016Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:53:32.998901Z", "last_refresh": "2024-02-11T17:07:19.842604Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-11T16:56:57.378029Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-11T16:57:01.184426Z", "last_refresh": "2024-02-11T17:07:17.179303Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-11T17:12:49.076 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:12:49.285 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:12:48 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T17:12:47.164610+0000 mgr.smithi088.srytvt (mgr.14180) 992 : 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-11T17:12:49.446 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:12:48 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T17:12:47.164610+0000 mgr.smithi088.srytvt (mgr.14180) 992 : 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-11T17:12:50.076 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid eb5e91f4-c8fd-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:12:50.285 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:12:49 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T17:12:48.642466+0000 mgr.smithi088.srytvt (mgr.14180) 993 : audit [DBG] from='client.16000 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:12:50.446 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:12:49 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T17:12:48.642466+0000 mgr.smithi088.srytvt (mgr.14180) 993 : audit [DBG] from='client.16000 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:12:51.036 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:12:50 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T17:12:49.165406+0000 mgr.smithi088.srytvt (mgr.14180) 994 : 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-11T17:12:51.410 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-11T17:12:51.410 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:53:35.782365Z", "last_refresh": "2024-02-11T17:07:19.842356Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:53:31.954385Z", "last_refresh": "2024-02-11T17:07:17.178678Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:53:34.066531Z", "last_refresh": "2024-02-11T17:07:19.842483Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:07:15.427197Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.lkfzmc on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:09:49.871700Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.nlxlvg on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-nlxlvg\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-nlxlvg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.nlxlvg\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.nlxlvg\nDeploy daemon haproxy.nfs.foo.smithi148.nlxlvg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:07:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:08:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:09:12Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:12:19.149844Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi088.ighhoz on smithi088: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi088-ighhoz\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi088-ighhoz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi088.ighhoz\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi088.ighhoz\nDeploy daemon haproxy.nfs.foo.smithi088.ighhoz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:10:26Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:11:04Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:11:41Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:12:19.151066Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.wzbsdm on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:12:19.152116Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.wgycrs on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.88/16"}, "status": {"created": "2024-02-11T16:57:01.421766Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:53:31.041620Z", "last_refresh": "2024-02-11T17:07:17.178812Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:32.209992Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:54:32.207503Z", "last_refresh": "2024-02-11T17:07:17.178882Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:01.420843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T16:57:01.417643Z", "last_refresh": "2024-02-11T17:07:19.842992Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:53:34.907593Z", "last_refresh": "2024-02-11T17:07:17.178954Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:57.873613Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:54:57.867647Z", "last_refresh": "2024-02-11T17:07:17.179016Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:53:32.998901Z", "last_refresh": "2024-02-11T17:07:19.842604Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-11T16:56:57.378029Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-11T16:57:01.184426Z", "last_refresh": "2024-02-11T17:07:17.179303Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-11T17:12:51.446 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:12:50 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T17:12:49.165406+0000 mgr.smithi088.srytvt (mgr.14180) 994 : 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-11T17:12:51.817 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:12:52.818 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid eb5e91f4-c8fd-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:12:53.160 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:12:52 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T17:12:51.166205+0000 mgr.smithi088.srytvt (mgr.14180) 995 : 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-11T17:12:53.160 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:12:52 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T17:12:51.405950+0000 mgr.smithi088.srytvt (mgr.14180) 996 : audit [DBG] from='client.16004 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:12:53.446 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:12:52 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T17:12:51.166205+0000 mgr.smithi088.srytvt (mgr.14180) 995 : 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-11T17:12:53.446 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:12:52 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T17:12:51.405950+0000 mgr.smithi088.srytvt (mgr.14180) 996 : audit [DBG] from='client.16004 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:12:54.211 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-11T17:12:54.211 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:53:35.782365Z", "last_refresh": "2024-02-11T17:07:19.842356Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:53:31.954385Z", "last_refresh": "2024-02-11T17:07:17.178678Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:53:34.066531Z", "last_refresh": "2024-02-11T17:07:19.842483Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:07:15.427197Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.lkfzmc on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:09:49.871700Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.nlxlvg on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-nlxlvg\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-nlxlvg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.nlxlvg\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.nlxlvg\nDeploy daemon haproxy.nfs.foo.smithi148.nlxlvg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:07:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:08:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:09:12Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:12:19.149844Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi088.ighhoz on smithi088: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi088-ighhoz\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi088-ighhoz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi088.ighhoz\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi088.ighhoz\nDeploy daemon haproxy.nfs.foo.smithi088.ighhoz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:10:26Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:11:04Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:11:41Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:12:19.151066Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.wzbsdm on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:12:19.152116Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.wgycrs on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.88/16"}, "status": {"created": "2024-02-11T16:57:01.421766Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:53:31.041620Z", "last_refresh": "2024-02-11T17:07:17.178812Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:32.209992Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:54:32.207503Z", "last_refresh": "2024-02-11T17:07:17.178882Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:01.420843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T16:57:01.417643Z", "last_refresh": "2024-02-11T17:07:19.842992Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:53:34.907593Z", "last_refresh": "2024-02-11T17:07:17.178954Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:57.873613Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:54:57.867647Z", "last_refresh": "2024-02-11T17:07:17.179016Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:53:32.998901Z", "last_refresh": "2024-02-11T17:07:19.842604Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-11T16:56:57.378029Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-11T16:57:01.184426Z", "last_refresh": "2024-02-11T17:07:17.179303Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-11T17:12:54.598 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:12:55.285 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:12:54 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T17:12:53.167147+0000 mgr.smithi088.srytvt (mgr.14180) 997 : 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-11T17:12:55.386 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:12:54 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T17:12:53.167147+0000 mgr.smithi088.srytvt (mgr.14180) 997 : 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-11T17:12:55.600 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid eb5e91f4-c8fd-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:12:56.286 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:12:55 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T17:12:54.206605+0000 mgr.smithi088.srytvt (mgr.14180) 998 : audit [DBG] from='client.16008 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:12:56.446 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:12:55 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T17:12:54.206605+0000 mgr.smithi088.srytvt (mgr.14180) 998 : audit [DBG] from='client.16008 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:12:57.002 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-11T17:12:57.003 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:53:35.782365Z", "last_refresh": "2024-02-11T17:07:19.842356Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:53:31.954385Z", "last_refresh": "2024-02-11T17:07:17.178678Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:53:34.066531Z", "last_refresh": "2024-02-11T17:07:19.842483Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:07:15.427197Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.lkfzmc on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:09:49.871700Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.nlxlvg on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-nlxlvg\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-nlxlvg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.nlxlvg\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.nlxlvg\nDeploy daemon haproxy.nfs.foo.smithi148.nlxlvg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:07:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:08:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:09:12Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:12:19.149844Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi088.ighhoz on smithi088: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi088-ighhoz\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi088-ighhoz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi088.ighhoz\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi088.ighhoz\nDeploy daemon haproxy.nfs.foo.smithi088.ighhoz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:10:26Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:11:04Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:11:41Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:12:19.151066Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.wzbsdm on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:12:19.152116Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.wgycrs on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.88/16"}, "status": {"created": "2024-02-11T16:57:01.421766Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:53:31.041620Z", "last_refresh": "2024-02-11T17:07:17.178812Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:32.209992Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:54:32.207503Z", "last_refresh": "2024-02-11T17:07:17.178882Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:01.420843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T16:57:01.417643Z", "last_refresh": "2024-02-11T17:07:19.842992Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:53:34.907593Z", "last_refresh": "2024-02-11T17:07:17.178954Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:57.873613Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:54:57.867647Z", "last_refresh": "2024-02-11T17:07:17.179016Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:53:32.998901Z", "last_refresh": "2024-02-11T17:07:19.842604Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-11T16:56:57.378029Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-11T16:57:01.184426Z", "last_refresh": "2024-02-11T17:07:17.179303Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-11T17:12:57.285 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:12:56 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T17:12:55.167992+0000 mgr.smithi088.srytvt (mgr.14180) 999 : 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-11T17:12:57.373 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:12:57.446 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:12:56 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T17:12:55.167992+0000 mgr.smithi088.srytvt (mgr.14180) 999 : 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-11T17:12:58.285 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:12:57 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T17:12:56.996653+0000 mgr.smithi088.srytvt (mgr.14180) 1000 : audit [DBG] from='client.16012 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:12:58.374 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid eb5e91f4-c8fd-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:12:58.446 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:12:57 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T17:12:56.996653+0000 mgr.smithi088.srytvt (mgr.14180) 1000 : audit [DBG] from='client.16012 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:12:59.035 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:12:58 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T17:12:57.168603+0000 mgr.smithi088.srytvt (mgr.14180) 1001 : 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-11T17:12:59.446 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:12:58 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T17:12:57.168603+0000 mgr.smithi088.srytvt (mgr.14180) 1001 : 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-11T17:12:59.747 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-11T17:12:59.747 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:53:35.782365Z", "last_refresh": "2024-02-11T17:07:19.842356Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:53:31.954385Z", "last_refresh": "2024-02-11T17:07:17.178678Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:53:34.066531Z", "last_refresh": "2024-02-11T17:07:19.842483Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:07:15.427197Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.lkfzmc on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:09:49.871700Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.nlxlvg on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-nlxlvg\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-nlxlvg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.nlxlvg\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.nlxlvg\nDeploy daemon haproxy.nfs.foo.smithi148.nlxlvg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:07:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:08:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:09:12Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:12:19.149844Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi088.ighhoz on smithi088: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi088-ighhoz\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi088-ighhoz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi088.ighhoz\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi088.ighhoz\nDeploy daemon haproxy.nfs.foo.smithi088.ighhoz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:10:26Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:11:04Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:11:41Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:12:19.151066Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.wzbsdm on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:12:19.152116Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.wgycrs on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.88/16"}, "status": {"created": "2024-02-11T16:57:01.421766Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:53:31.041620Z", "last_refresh": "2024-02-11T17:07:17.178812Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:32.209992Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:54:32.207503Z", "last_refresh": "2024-02-11T17:07:17.178882Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:01.420843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T16:57:01.417643Z", "last_refresh": "2024-02-11T17:07:19.842992Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:53:34.907593Z", "last_refresh": "2024-02-11T17:07:17.178954Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:57.873613Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:54:57.867647Z", "last_refresh": "2024-02-11T17:07:17.179016Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:53:32.998901Z", "last_refresh": "2024-02-11T17:07:19.842604Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-11T16:56:57.378029Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-11T16:57:01.184426Z", "last_refresh": "2024-02-11T17:07:17.179303Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-11T17:13:00.124 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:13:01.125 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid eb5e91f4-c8fd-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:13:01.285 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:13:00 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T17:12:59.169275+0000 mgr.smithi088.srytvt (mgr.14180) 1002 : 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-11T17:13:01.285 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:13:00 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T17:12:59.742510+0000 mgr.smithi088.srytvt (mgr.14180) 1003 : audit [DBG] from='client.16016 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:13:01.446 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:13:00 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T17:12:59.169275+0000 mgr.smithi088.srytvt (mgr.14180) 1002 : 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-11T17:13:01.446 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:13:00 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T17:12:59.742510+0000 mgr.smithi088.srytvt (mgr.14180) 1003 : audit [DBG] from='client.16016 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:13:02.505 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-11T17:13:02.505 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:53:35.782365Z", "last_refresh": "2024-02-11T17:07:19.842356Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:53:31.954385Z", "last_refresh": "2024-02-11T17:07:17.178678Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:53:34.066531Z", "last_refresh": "2024-02-11T17:07:19.842483Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:07:15.427197Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.lkfzmc on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:09:49.871700Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.nlxlvg on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-nlxlvg\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-nlxlvg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.nlxlvg\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.nlxlvg\nDeploy daemon haproxy.nfs.foo.smithi148.nlxlvg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:07:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:08:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:09:12Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:12:19.149844Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi088.ighhoz on smithi088: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi088-ighhoz\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi088-ighhoz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi088.ighhoz\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi088.ighhoz\nDeploy daemon haproxy.nfs.foo.smithi088.ighhoz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:10:26Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:11:04Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:11:41Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:12:19.151066Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.wzbsdm on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:12:19.152116Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.wgycrs on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.88/16"}, "status": {"created": "2024-02-11T16:57:01.421766Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:53:31.041620Z", "last_refresh": "2024-02-11T17:07:17.178812Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:32.209992Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:54:32.207503Z", "last_refresh": "2024-02-11T17:07:17.178882Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:01.420843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T16:57:01.417643Z", "last_refresh": "2024-02-11T17:07:19.842992Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:53:34.907593Z", "last_refresh": "2024-02-11T17:07:17.178954Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:57.873613Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:54:57.867647Z", "last_refresh": "2024-02-11T17:07:17.179016Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:53:32.998901Z", "last_refresh": "2024-02-11T17:07:19.842604Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-11T16:56:57.378029Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-11T16:57:01.184426Z", "last_refresh": "2024-02-11T17:07:17.179303Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-11T17:13:02.889 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:13:03.285 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:13:02 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T17:13:01.170400+0000 mgr.smithi088.srytvt (mgr.14180) 1004 : 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-11T17:13:03.446 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:13:02 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T17:13:01.170400+0000 mgr.smithi088.srytvt (mgr.14180) 1004 : 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-11T17:13:03.889 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid eb5e91f4-c8fd-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:13:04.258 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:13:03 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T17:13:02.500461+0000 mgr.smithi088.srytvt (mgr.14180) 1005 : audit [DBG] from='client.16020 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:13:04.446 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:13:03 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T17:13:02.500461+0000 mgr.smithi088.srytvt (mgr.14180) 1005 : audit [DBG] from='client.16020 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:13:05.256 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-11T17:13:05.256 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:53:35.782365Z", "last_refresh": "2024-02-11T17:07:19.842356Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:53:31.954385Z", "last_refresh": "2024-02-11T17:07:17.178678Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:53:34.066531Z", "last_refresh": "2024-02-11T17:07:19.842483Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:07:15.427197Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.lkfzmc on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:09:49.871700Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.nlxlvg on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-nlxlvg\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-nlxlvg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.nlxlvg\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.nlxlvg\nDeploy daemon haproxy.nfs.foo.smithi148.nlxlvg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:07:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:08:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:09:12Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:12:19.149844Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi088.ighhoz on smithi088: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi088-ighhoz\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi088-ighhoz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi088.ighhoz\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi088.ighhoz\nDeploy daemon haproxy.nfs.foo.smithi088.ighhoz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:10:26Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:11:04Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:11:41Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:12:19.151066Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.wzbsdm on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:12:19.152116Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.wgycrs on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.88/16"}, "status": {"created": "2024-02-11T16:57:01.421766Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:53:31.041620Z", "last_refresh": "2024-02-11T17:07:17.178812Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:32.209992Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:54:32.207503Z", "last_refresh": "2024-02-11T17:07:17.178882Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:01.420843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T16:57:01.417643Z", "last_refresh": "2024-02-11T17:07:19.842992Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:53:34.907593Z", "last_refresh": "2024-02-11T17:07:17.178954Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:57.873613Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:54:57.867647Z", "last_refresh": "2024-02-11T17:07:17.179016Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:53:32.998901Z", "last_refresh": "2024-02-11T17:07:19.842604Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-11T16:56:57.378029Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-11T16:57:01.184426Z", "last_refresh": "2024-02-11T17:07:17.179303Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-11T17:13:05.277 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:13:04 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T17:13:03.171175+0000 mgr.smithi088.srytvt (mgr.14180) 1006 : 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-11T17:13:05.387 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:13:04 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T17:13:03.171175+0000 mgr.smithi088.srytvt (mgr.14180) 1006 : 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-11T17:13:05.647 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:13:06.648 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid eb5e91f4-c8fd-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:13:07.285 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:13:06 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T17:13:05.171983+0000 mgr.smithi088.srytvt (mgr.14180) 1007 : 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-11T17:13:07.286 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:13:06 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T17:13:05.251811+0000 mgr.smithi088.srytvt (mgr.14180) 1008 : audit [DBG] from='client.16024 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:13:07.446 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:13:06 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T17:13:05.171983+0000 mgr.smithi088.srytvt (mgr.14180) 1007 : 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-11T17:13:07.446 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:13:06 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T17:13:05.251811+0000 mgr.smithi088.srytvt (mgr.14180) 1008 : audit [DBG] from='client.16024 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:13:07.985 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-11T17:13:07.985 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:53:35.782365Z", "last_refresh": "2024-02-11T17:07:19.842356Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:53:31.954385Z", "last_refresh": "2024-02-11T17:07:17.178678Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:53:34.066531Z", "last_refresh": "2024-02-11T17:07:19.842483Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:07:15.427197Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.lkfzmc on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:09:49.871700Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.nlxlvg on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-nlxlvg\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-nlxlvg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.nlxlvg\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.nlxlvg\nDeploy daemon haproxy.nfs.foo.smithi148.nlxlvg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:07:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:08:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:09:12Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:12:19.149844Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi088.ighhoz on smithi088: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi088-ighhoz\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi088-ighhoz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi088.ighhoz\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi088.ighhoz\nDeploy daemon haproxy.nfs.foo.smithi088.ighhoz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:10:26Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:11:04Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:11:41Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:12:19.151066Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.wzbsdm on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:12:19.152116Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.wgycrs on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.88/16"}, "status": {"created": "2024-02-11T16:57:01.421766Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:53:31.041620Z", "last_refresh": "2024-02-11T17:07:17.178812Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:32.209992Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:54:32.207503Z", "last_refresh": "2024-02-11T17:07:17.178882Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:01.420843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T16:57:01.417643Z", "last_refresh": "2024-02-11T17:07:19.842992Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:53:34.907593Z", "last_refresh": "2024-02-11T17:07:17.178954Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:57.873613Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:54:57.867647Z", "last_refresh": "2024-02-11T17:07:17.179016Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:53:32.998901Z", "last_refresh": "2024-02-11T17:07:19.842604Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-11T16:56:57.378029Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-11T16:57:01.184426Z", "last_refresh": "2024-02-11T17:07:17.179303Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-11T17:13:08.354 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:13:09.285 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:13:09 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T17:13:07.172632+0000 mgr.smithi088.srytvt (mgr.14180) 1009 : 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-11T17:13:09.285 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:13:09 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T17:13:07.980734+0000 mgr.smithi088.srytvt (mgr.14180) 1010 : audit [DBG] from='client.16028 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:13:09.355 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid eb5e91f4-c8fd-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:13:09.446 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:13:09 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T17:13:07.172632+0000 mgr.smithi088.srytvt (mgr.14180) 1009 : 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-11T17:13:09.446 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:13:09 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T17:13:07.980734+0000 mgr.smithi088.srytvt (mgr.14180) 1010 : audit [DBG] from='client.16028 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:13:10.698 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-11T17:13:10.698 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:53:35.782365Z", "last_refresh": "2024-02-11T17:07:19.842356Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:53:31.954385Z", "last_refresh": "2024-02-11T17:07:17.178678Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:53:34.066531Z", "last_refresh": "2024-02-11T17:07:19.842483Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:07:15.427197Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.lkfzmc on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:09:49.871700Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.nlxlvg on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-nlxlvg\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-nlxlvg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.nlxlvg\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.nlxlvg\nDeploy daemon haproxy.nfs.foo.smithi148.nlxlvg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:07:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:08:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:09:12Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:12:19.149844Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi088.ighhoz on smithi088: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi088-ighhoz\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi088-ighhoz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi088.ighhoz\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi088.ighhoz\nDeploy daemon haproxy.nfs.foo.smithi088.ighhoz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:10:26Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:11:04Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:11:41Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:12:19.151066Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.wzbsdm on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:12:19.152116Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.wgycrs on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.88/16"}, "status": {"created": "2024-02-11T16:57:01.421766Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:53:31.041620Z", "last_refresh": "2024-02-11T17:07:17.178812Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:32.209992Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:54:32.207503Z", "last_refresh": "2024-02-11T17:07:17.178882Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:01.420843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T16:57:01.417643Z", "last_refresh": "2024-02-11T17:07:19.842992Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:53:34.907593Z", "last_refresh": "2024-02-11T17:07:17.178954Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:57.873613Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:54:57.867647Z", "last_refresh": "2024-02-11T17:07:17.179016Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:53:32.998901Z", "last_refresh": "2024-02-11T17:07:19.842604Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-11T16:56:57.378029Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-11T16:57:01.184426Z", "last_refresh": "2024-02-11T17:07:17.179303Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-11T17:13:11.086 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:13:11.285 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:13:11 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T17:13:09.173357+0000 mgr.smithi088.srytvt (mgr.14180) 1011 : 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-11T17:13:11.446 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:13:11 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T17:13:09.173357+0000 mgr.smithi088.srytvt (mgr.14180) 1011 : 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-11T17:13:12.087 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid eb5e91f4-c8fd-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:13:12.285 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:13:12 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T17:13:10.693126+0000 mgr.smithi088.srytvt (mgr.14180) 1012 : audit [DBG] from='client.16032 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:13:12.446 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:13:12 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T17:13:10.693126+0000 mgr.smithi088.srytvt (mgr.14180) 1012 : audit [DBG] from='client.16032 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:13:13.035 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:13:13 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T17:13:11.174363+0000 mgr.smithi088.srytvt (mgr.14180) 1013 : 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-11T17:13:13.446 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:13:13 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T17:13:11.174363+0000 mgr.smithi088.srytvt (mgr.14180) 1013 : 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-11T17:13:13.453 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-11T17:13:13.453 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:53:35.782365Z", "last_refresh": "2024-02-11T17:07:19.842356Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:53:31.954385Z", "last_refresh": "2024-02-11T17:07:17.178678Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:53:34.066531Z", "last_refresh": "2024-02-11T17:07:19.842483Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:07:15.427197Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.lkfzmc on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:09:49.871700Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.nlxlvg on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-nlxlvg\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-nlxlvg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.nlxlvg\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.nlxlvg\nDeploy daemon haproxy.nfs.foo.smithi148.nlxlvg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:07:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:08:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:09:12Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:12:19.149844Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi088.ighhoz on smithi088: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi088-ighhoz\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi088-ighhoz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi088.ighhoz\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi088.ighhoz\nDeploy daemon haproxy.nfs.foo.smithi088.ighhoz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:10:26Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:11:04Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:11:41Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:12:19.151066Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.wzbsdm on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:12:19.152116Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.wgycrs on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.88/16"}, "status": {"created": "2024-02-11T16:57:01.421766Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:53:31.041620Z", "last_refresh": "2024-02-11T17:07:17.178812Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:32.209992Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:54:32.207503Z", "last_refresh": "2024-02-11T17:07:17.178882Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:01.420843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T16:57:01.417643Z", "last_refresh": "2024-02-11T17:07:19.842992Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:53:34.907593Z", "last_refresh": "2024-02-11T17:07:17.178954Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:57.873613Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:54:57.867647Z", "last_refresh": "2024-02-11T17:07:17.179016Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:53:32.998901Z", "last_refresh": "2024-02-11T17:07:19.842604Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-11T16:56:57.378029Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-11T16:57:01.184426Z", "last_refresh": "2024-02-11T17:07:17.179303Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-11T17:13:13.804 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:13:14.804 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid eb5e91f4-c8fd-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:13:15.188 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:13:15 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T17:13:13.175035+0000 mgr.smithi088.srytvt (mgr.14180) 1014 : cluster [DBG] pgmap v612: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:13:15.188 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:13:15 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T17:13:13.448084+0000 mgr.smithi088.srytvt (mgr.14180) 1015 : audit [DBG] from='client.16036 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:13:15.387 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:13:15 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T17:13:13.175035+0000 mgr.smithi088.srytvt (mgr.14180) 1014 : cluster [DBG] pgmap v612: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:13:15.387 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:13:15 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T17:13:13.448084+0000 mgr.smithi088.srytvt (mgr.14180) 1015 : audit [DBG] from='client.16036 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:13:16.204 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-11T17:13:16.204 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:53:35.782365Z", "last_refresh": "2024-02-11T17:07:19.842356Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:53:31.954385Z", "last_refresh": "2024-02-11T17:07:17.178678Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:53:34.066531Z", "last_refresh": "2024-02-11T17:07:19.842483Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:07:15.427197Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.lkfzmc on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:09:49.871700Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.nlxlvg on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-nlxlvg\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-nlxlvg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.nlxlvg\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.nlxlvg\nDeploy daemon haproxy.nfs.foo.smithi148.nlxlvg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:07:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:08:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:09:12Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:12:19.149844Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi088.ighhoz on smithi088: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi088-ighhoz\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi088-ighhoz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi088.ighhoz\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi088.ighhoz\nDeploy daemon haproxy.nfs.foo.smithi088.ighhoz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:10:26Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:11:04Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:11:41Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:12:19.151066Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.wzbsdm on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:12:19.152116Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.wgycrs on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.88/16"}, "status": {"created": "2024-02-11T16:57:01.421766Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:53:31.041620Z", "last_refresh": "2024-02-11T17:07:17.178812Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:32.209992Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:54:32.207503Z", "last_refresh": "2024-02-11T17:07:17.178882Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:01.420843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T16:57:01.417643Z", "last_refresh": "2024-02-11T17:07:19.842992Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:53:34.907593Z", "last_refresh": "2024-02-11T17:07:17.178954Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:57.873613Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:54:57.867647Z", "last_refresh": "2024-02-11T17:07:17.179016Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:53:32.998901Z", "last_refresh": "2024-02-11T17:07:19.842604Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-11T16:56:57.378029Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-11T16:57:01.184426Z", "last_refresh": "2024-02-11T17:07:17.179303Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-11T17:13:16.586 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:13:17.286 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:13:17 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T17:13:15.175816+0000 mgr.smithi088.srytvt (mgr.14180) 1016 : cluster [DBG] pgmap v613: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:13:17.446 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:13:17 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T17:13:15.175816+0000 mgr.smithi088.srytvt (mgr.14180) 1016 : cluster [DBG] pgmap v613: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:13:17.587 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid eb5e91f4-c8fd-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:13:18.280 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:13:18 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T17:13:16.199339+0000 mgr.smithi088.srytvt (mgr.14180) 1017 : audit [DBG] from='client.16040 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:13:18.446 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:13:18 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T17:13:16.199339+0000 mgr.smithi088.srytvt (mgr.14180) 1017 : audit [DBG] from='client.16040 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:13:18.972 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-11T17:13:18.972 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:53:35.782365Z", "last_refresh": "2024-02-11T17:07:19.842356Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:53:31.954385Z", "last_refresh": "2024-02-11T17:07:17.178678Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:53:34.066531Z", "last_refresh": "2024-02-11T17:07:19.842483Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:07:15.427197Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.lkfzmc on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:09:49.871700Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.nlxlvg on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-nlxlvg\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-nlxlvg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.nlxlvg\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.nlxlvg\nDeploy daemon haproxy.nfs.foo.smithi148.nlxlvg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:07:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:08:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:09:12Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:12:19.149844Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi088.ighhoz on smithi088: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi088-ighhoz\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi088-ighhoz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi088.ighhoz\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi088.ighhoz\nDeploy daemon haproxy.nfs.foo.smithi088.ighhoz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:10:26Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:11:04Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:11:41Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:12:19.151066Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.wzbsdm on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:12:19.152116Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.wgycrs on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.88/16"}, "status": {"created": "2024-02-11T16:57:01.421766Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:53:31.041620Z", "last_refresh": "2024-02-11T17:07:17.178812Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:32.209992Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:54:32.207503Z", "last_refresh": "2024-02-11T17:07:17.178882Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:01.420843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T16:57:01.417643Z", "last_refresh": "2024-02-11T17:07:19.842992Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:53:34.907593Z", "last_refresh": "2024-02-11T17:07:17.178954Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:57.873613Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:54:57.867647Z", "last_refresh": "2024-02-11T17:07:17.179016Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:53:32.998901Z", "last_refresh": "2024-02-11T17:07:19.842604Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-11T16:56:57.378029Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-11T16:57:01.184426Z", "last_refresh": "2024-02-11T17:07:17.179303Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-11T17:13:19.283 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:13:19 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T17:13:17.176491+0000 mgr.smithi088.srytvt (mgr.14180) 1018 : cluster [DBG] pgmap v614: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:13:19.356 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:13:19.446 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:13:19 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T17:13:17.176491+0000 mgr.smithi088.srytvt (mgr.14180) 1018 : cluster [DBG] pgmap v614: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:13:20.285 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:13:20 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T17:13:18.967526+0000 mgr.smithi088.srytvt (mgr.14180) 1019 : audit [DBG] from='client.16044 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:13:20.285 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:13:20 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T17:13:19.154138+0000 mon.smithi088 (mon.0) 724 : audit [DBG] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-11T17:13:20.357 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid eb5e91f4-c8fd-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:13:20.446 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:13:20 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T17:13:18.967526+0000 mgr.smithi088.srytvt (mgr.14180) 1019 : audit [DBG] from='client.16044 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:13:20.446 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:13:20 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T17:13:19.154138+0000 mon.smithi088 (mon.0) 724 : audit [DBG] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-11T17:13:21.446 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:13:21 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T17:13:19.177246+0000 mgr.smithi088.srytvt (mgr.14180) 1020 : cluster [DBG] pgmap v615: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:13:21.446 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:13:21 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T17:13:20.435242+0000 mon.smithi088 (mon.0) 725 : audit [INF] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' 2024-02-11T17:13:21.535 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:13:21 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T17:13:19.177246+0000 mgr.smithi088.srytvt (mgr.14180) 1020 : cluster [DBG] pgmap v615: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:13:21.536 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:13:21 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T17:13:20.435242+0000 mon.smithi088 (mon.0) 725 : audit [INF] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' 2024-02-11T17:13:21.950 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-11T17:13:21.950 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:53:35.782365Z", "last_refresh": "2024-02-11T17:07:19.842356Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:53:31.954385Z", "last_refresh": "2024-02-11T17:07:19.842420Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:53:34.066531Z", "last_refresh": "2024-02-11T17:07:19.842483Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:07:15.427197Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.lkfzmc on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:09:49.871700Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.nlxlvg on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-nlxlvg\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-nlxlvg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.nlxlvg\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.nlxlvg\nDeploy daemon haproxy.nfs.foo.smithi148.nlxlvg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:07:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:08:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:09:12Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:12:19.149844Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi088.ighhoz on smithi088: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi088-ighhoz\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi088-ighhoz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi088.ighhoz\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi088.ighhoz\nDeploy daemon haproxy.nfs.foo.smithi088.ighhoz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:10:26Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:11:04Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:11:41Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:12:19.151066Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.wzbsdm on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:12:19.152116Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.wgycrs on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.88/16"}, "status": {"created": "2024-02-11T16:57:01.421766Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:53:31.041620Z", "last_refresh": "2024-02-11T17:07:19.842286Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:32.209992Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:54:32.207503Z", "last_refresh": "2024-02-11T17:07:19.842133Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:01.420843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T16:57:01.417643Z", "last_refresh": "2024-02-11T17:07:19.842992Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:53:34.907593Z", "last_refresh": "2024-02-11T17:07:19.842544Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:57.873613Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:54:57.867647Z", "last_refresh": "2024-02-11T17:07:19.842664Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:53:32.998901Z", "last_refresh": "2024-02-11T17:07:19.842604Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-11T16:56:57.378029Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-11T16:57:01.184426Z", "last_refresh": "2024-02-11T17:07:19.842901Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-11T17:13:22.382 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:13:23.383 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid eb5e91f4-c8fd-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:13:23.411 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:13:23 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T17:13:21.178161+0000 mgr.smithi088.srytvt (mgr.14180) 1021 : cluster [DBG] pgmap v616: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:13:23.411 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:13:23 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T17:13:21.945479+0000 mgr.smithi088.srytvt (mgr.14180) 1022 : audit [DBG] from='client.16048 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:13:23.411 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:13:23 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T17:13:22.842556+0000 mon.smithi088 (mon.0) 726 : audit [INF] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' 2024-02-11T17:13:23.446 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:13:23 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T17:13:21.178161+0000 mgr.smithi088.srytvt (mgr.14180) 1021 : cluster [DBG] pgmap v616: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:13:23.446 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:13:23 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T17:13:21.945479+0000 mgr.smithi088.srytvt (mgr.14180) 1022 : audit [DBG] from='client.16048 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:13:23.446 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:13:23 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T17:13:22.842556+0000 mon.smithi088 (mon.0) 726 : audit [INF] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' 2024-02-11T17:13:24.285 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:13:24 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T17:13:23.132799+0000 mon.smithi088 (mon.0) 727 : audit [DBG] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-11T17:13:24.285 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:13:24 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T17:13:23.133487+0000 mon.smithi088 (mon.0) 728 : audit [INF] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-11T17:13:24.285 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:13:24 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T17:13:23.137880+0000 mon.smithi088 (mon.0) 729 : audit [INF] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' 2024-02-11T17:13:24.285 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:13:24 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T17:13:23.141239+0000 mon.smithi088 (mon.0) 730 : audit [DBG] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-11T17:13:24.286 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:13:24 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T17:13:23.147782+0000 mon.smithi088 (mon.0) 731 : audit [INF] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' 2024-02-11T17:13:24.446 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:13:24 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T17:13:23.132799+0000 mon.smithi088 (mon.0) 727 : audit [DBG] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-11T17:13:24.446 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:13:24 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T17:13:23.133487+0000 mon.smithi088 (mon.0) 728 : audit [INF] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-11T17:13:24.446 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:13:24 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T17:13:23.137880+0000 mon.smithi088 (mon.0) 729 : audit [INF] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' 2024-02-11T17:13:24.446 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:13:24 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T17:13:23.141239+0000 mon.smithi088 (mon.0) 730 : audit [DBG] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-11T17:13:24.447 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:13:24 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T17:13:23.147782+0000 mon.smithi088 (mon.0) 731 : audit [INF] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' 2024-02-11T17:13:24.788 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-11T17:13:24.789 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:53:35.782365Z", "last_refresh": "2024-02-11T17:13:22.835956Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:53:31.954385Z", "last_refresh": "2024-02-11T17:13:20.428459Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:53:34.066531Z", "last_refresh": "2024-02-11T17:13:22.836086Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:07:15.427197Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.lkfzmc on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:09:49.871700Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.nlxlvg on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-nlxlvg\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-nlxlvg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.nlxlvg\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.nlxlvg\nDeploy daemon haproxy.nfs.foo.smithi148.nlxlvg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:07:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:08:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:09:12Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:12:19.149844Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi088.ighhoz on smithi088: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi088-ighhoz\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi088-ighhoz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi088.ighhoz\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi088.ighhoz\nDeploy daemon haproxy.nfs.foo.smithi088.ighhoz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:10:26Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:11:04Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:11:41Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:12:19.151066Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.wzbsdm on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:12:19.152116Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.wgycrs on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.88/16"}, "status": {"created": "2024-02-11T16:57:01.421766Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:53:31.041620Z", "last_refresh": "2024-02-11T17:13:20.428608Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:32.209992Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:54:32.207503Z", "last_refresh": "2024-02-11T17:13:20.428684Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:01.420843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T16:57:01.417643Z", "last_refresh": "2024-02-11T17:13:22.836583Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:53:34.907593Z", "last_refresh": "2024-02-11T17:13:20.428750Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:57.873613Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:54:57.867647Z", "last_refresh": "2024-02-11T17:13:20.428814Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:53:32.998901Z", "last_refresh": "2024-02-11T17:13:22.836226Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-11T16:56:57.378029Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-11T16:57:01.184426Z", "last_refresh": "2024-02-11T17:13:20.429081Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-11T17:13:25.090 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:13:25 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T17:13:23.138517+0000 mgr.smithi088.srytvt (mgr.14180) 1023 : cluster [DBG] pgmap v617: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:13:25.090 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:13:25 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cephadm 2024-02-11T17:13:23.149689+0000 mgr.smithi088.srytvt (mgr.14180) 1024 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi148.hlsrge on smithi148 2024-02-11T17:13:25.090 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:13:25 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T17:13:24.136096+0000 mon.smithi088 (mon.0) 732 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-02-11T17:13:25.090 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:13:25 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T17:13:24.136116+0000 mon.smithi088 (mon.0) 733 : cluster [INF] Cluster is now healthy 2024-02-11T17:13:25.183 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:13:25.387 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:13:25 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T17:13:23.138517+0000 mgr.smithi088.srytvt (mgr.14180) 1023 : cluster [DBG] pgmap v617: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:13:25.387 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:13:25 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cephadm 2024-02-11T17:13:23.149689+0000 mgr.smithi088.srytvt (mgr.14180) 1024 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi148.hlsrge on smithi148 2024-02-11T17:13:25.387 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:13:25 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T17:13:24.136096+0000 mon.smithi088 (mon.0) 732 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-02-11T17:13:25.387 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:13:25 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T17:13:24.136116+0000 mon.smithi088 (mon.0) 733 : cluster [INF] Cluster is now healthy 2024-02-11T17:13:26.185 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid eb5e91f4-c8fd-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:13:26.446 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:13:26 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T17:13:24.783639+0000 mgr.smithi088.srytvt (mgr.14180) 1025 : audit [DBG] from='client.16052 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:13:26.529 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:13:26 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T17:13:24.783639+0000 mgr.smithi088.srytvt (mgr.14180) 1025 : audit [DBG] from='client.16052 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:13:27.221 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:13:27 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T17:13:25.139206+0000 mgr.smithi088.srytvt (mgr.14180) 1026 : 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-11T17:13:27.446 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:13:27 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T17:13:25.139206+0000 mgr.smithi088.srytvt (mgr.14180) 1026 : 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-11T17:13:27.574 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-11T17:13:27.575 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:53:35.782365Z", "last_refresh": "2024-02-11T17:13:22.835956Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:53:31.954385Z", "last_refresh": "2024-02-11T17:13:20.428459Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:53:34.066531Z", "last_refresh": "2024-02-11T17:13:22.836086Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:07:15.427197Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.lkfzmc on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:09:49.871700Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.nlxlvg on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-nlxlvg\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-nlxlvg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.nlxlvg\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.nlxlvg\nDeploy daemon haproxy.nfs.foo.smithi148.nlxlvg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:07:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:08:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:09:12Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:12:19.149844Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi088.ighhoz on smithi088: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi088-ighhoz\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi088-ighhoz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi088.ighhoz\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi088.ighhoz\nDeploy daemon haproxy.nfs.foo.smithi088.ighhoz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:10:26Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:11:04Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:11:41Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:12:19.151066Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.wzbsdm on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:12:19.152116Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.wgycrs on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.88/16"}, "status": {"created": "2024-02-11T16:57:01.421766Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:53:31.041620Z", "last_refresh": "2024-02-11T17:13:20.428608Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:32.209992Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:54:32.207503Z", "last_refresh": "2024-02-11T17:13:20.428684Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:01.420843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T16:57:01.417643Z", "last_refresh": "2024-02-11T17:13:22.836583Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:53:34.907593Z", "last_refresh": "2024-02-11T17:13:20.428750Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:57.873613Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:54:57.867647Z", "last_refresh": "2024-02-11T17:13:20.428814Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:53:32.998901Z", "last_refresh": "2024-02-11T17:13:22.836226Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-11T16:56:57.378029Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-11T16:57:01.184426Z", "last_refresh": "2024-02-11T17:13:20.429081Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-11T17:13:27.975 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:13:28.976 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid eb5e91f4-c8fd-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:13:29.285 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:13:29 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T17:13:27.139679+0000 mgr.smithi088.srytvt (mgr.14180) 1027 : 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-11T17:13:29.285 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:13:29 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T17:13:27.570227+0000 mgr.smithi088.srytvt (mgr.14180) 1028 : audit [DBG] from='client.16056 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:13:29.446 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:13:29 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T17:13:27.139679+0000 mgr.smithi088.srytvt (mgr.14180) 1027 : 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-11T17:13:29.446 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:13:29 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T17:13:27.570227+0000 mgr.smithi088.srytvt (mgr.14180) 1028 : audit [DBG] from='client.16056 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:13:30.349 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-11T17:13:30.349 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:53:35.782365Z", "last_refresh": "2024-02-11T17:13:22.835956Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:53:31.954385Z", "last_refresh": "2024-02-11T17:13:20.428459Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:53:34.066531Z", "last_refresh": "2024-02-11T17:13:22.836086Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:07:15.427197Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.lkfzmc on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:09:49.871700Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.nlxlvg on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-nlxlvg\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-nlxlvg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.nlxlvg\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.nlxlvg\nDeploy daemon haproxy.nfs.foo.smithi148.nlxlvg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:07:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:08:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:09:12Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:12:19.149844Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi088.ighhoz on smithi088: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi088-ighhoz\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi088-ighhoz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi088.ighhoz\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi088.ighhoz\nDeploy daemon haproxy.nfs.foo.smithi088.ighhoz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:10:26Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:11:04Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:11:41Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:12:19.151066Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.wzbsdm on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:12:19.152116Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.wgycrs on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.88/16"}, "status": {"created": "2024-02-11T16:57:01.421766Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:53:31.041620Z", "last_refresh": "2024-02-11T17:13:20.428608Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:32.209992Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:54:32.207503Z", "last_refresh": "2024-02-11T17:13:20.428684Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:01.420843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T16:57:01.417643Z", "last_refresh": "2024-02-11T17:13:22.836583Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:53:34.907593Z", "last_refresh": "2024-02-11T17:13:20.428750Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:57.873613Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:54:57.867647Z", "last_refresh": "2024-02-11T17:13:20.428814Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:53:32.998901Z", "last_refresh": "2024-02-11T17:13:22.836226Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-11T16:56:57.378029Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-11T16:57:01.184426Z", "last_refresh": "2024-02-11T17:13:20.429081Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-11T17:13:30.732 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:13:31.446 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:13:31 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T17:13:29.140407+0000 mgr.smithi088.srytvt (mgr.14180) 1029 : 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-11T17:13:31.535 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:13:31 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T17:13:29.140407+0000 mgr.smithi088.srytvt (mgr.14180) 1029 : 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-11T17:13:31.734 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid eb5e91f4-c8fd-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:13:32.427 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:13:32 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T17:13:30.344319+0000 mgr.smithi088.srytvt (mgr.14180) 1030 : audit [DBG] from='client.16060 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:13:32.446 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:13:32 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T17:13:30.344319+0000 mgr.smithi088.srytvt (mgr.14180) 1030 : audit [DBG] from='client.16060 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:13:33.145 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-11T17:13:33.145 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:53:35.782365Z", "last_refresh": "2024-02-11T17:13:22.835956Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:53:31.954385Z", "last_refresh": "2024-02-11T17:13:20.428459Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:53:34.066531Z", "last_refresh": "2024-02-11T17:13:22.836086Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:07:15.427197Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.lkfzmc on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:09:49.871700Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.nlxlvg on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-nlxlvg\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-nlxlvg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.nlxlvg\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.nlxlvg\nDeploy daemon haproxy.nfs.foo.smithi148.nlxlvg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:07:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:08:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:09:12Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:12:19.149844Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi088.ighhoz on smithi088: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi088-ighhoz\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi088-ighhoz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi088.ighhoz\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi088.ighhoz\nDeploy daemon haproxy.nfs.foo.smithi088.ighhoz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:10:26Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:11:04Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:11:41Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:12:19.151066Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.wzbsdm on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:12:19.152116Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.wgycrs on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.88/16"}, "status": {"created": "2024-02-11T16:57:01.421766Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:53:31.041620Z", "last_refresh": "2024-02-11T17:13:20.428608Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:32.209992Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:54:32.207503Z", "last_refresh": "2024-02-11T17:13:20.428684Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:01.420843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T16:57:01.417643Z", "last_refresh": "2024-02-11T17:13:22.836583Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:53:34.907593Z", "last_refresh": "2024-02-11T17:13:20.428750Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:57.873613Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:54:57.867647Z", "last_refresh": "2024-02-11T17:13:20.428814Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:53:32.998901Z", "last_refresh": "2024-02-11T17:13:22.836226Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-11T16:56:57.378029Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-11T16:57:01.184426Z", "last_refresh": "2024-02-11T17:13:20.429081Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-11T17:13:33.446 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:13:33 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T17:13:31.141292+0000 mgr.smithi088.srytvt (mgr.14180) 1031 : cluster [DBG] pgmap v621: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 171 B/s rd, 0 op/s 2024-02-11T17:13:33.447 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:13:33 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T17:13:31.141292+0000 mgr.smithi088.srytvt (mgr.14180) 1031 : cluster [DBG] pgmap v621: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 171 B/s rd, 0 op/s 2024-02-11T17:13:33.532 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:13:34.533 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid eb5e91f4-c8fd-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:13:35.244 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:13:35 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T17:13:33.140166+0000 mgr.smithi088.srytvt (mgr.14180) 1032 : audit [DBG] from='client.16064 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:13:35.244 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:13:35 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T17:13:33.141888+0000 mgr.smithi088.srytvt (mgr.14180) 1033 : cluster [DBG] pgmap v622: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:13:35.387 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:13:35 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T17:13:33.140166+0000 mgr.smithi088.srytvt (mgr.14180) 1032 : audit [DBG] from='client.16064 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:13:35.387 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:13:35 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T17:13:33.141888+0000 mgr.smithi088.srytvt (mgr.14180) 1033 : cluster [DBG] pgmap v622: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:13:35.924 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-11T17:13:35.925 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:53:35.782365Z", "last_refresh": "2024-02-11T17:13:22.835956Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:53:31.954385Z", "last_refresh": "2024-02-11T17:13:20.428459Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:53:34.066531Z", "last_refresh": "2024-02-11T17:13:22.836086Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:07:15.427197Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.lkfzmc on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:09:49.871700Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.nlxlvg on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-nlxlvg\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-nlxlvg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.nlxlvg\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.nlxlvg\nDeploy daemon haproxy.nfs.foo.smithi148.nlxlvg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:07:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:08:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:09:12Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:12:19.149844Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi088.ighhoz on smithi088: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi088-ighhoz\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi088-ighhoz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi088.ighhoz\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi088.ighhoz\nDeploy daemon haproxy.nfs.foo.smithi088.ighhoz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:10:26Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:11:04Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:11:41Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:12:19.151066Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.wzbsdm on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:12:19.152116Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.wgycrs on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.88/16"}, "status": {"created": "2024-02-11T16:57:01.421766Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:53:31.041620Z", "last_refresh": "2024-02-11T17:13:20.428608Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:32.209992Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:54:32.207503Z", "last_refresh": "2024-02-11T17:13:20.428684Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:01.420843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T16:57:01.417643Z", "last_refresh": "2024-02-11T17:13:22.836583Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:53:34.907593Z", "last_refresh": "2024-02-11T17:13:20.428750Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:57.873613Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:54:57.867647Z", "last_refresh": "2024-02-11T17:13:20.428814Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:53:32.998901Z", "last_refresh": "2024-02-11T17:13:22.836226Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-11T16:56:57.378029Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-11T16:57:01.184426Z", "last_refresh": "2024-02-11T17:13:20.429081Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-11T17:13:36.314 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:13:37.315 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid eb5e91f4-c8fd-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:13:37.347 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:13:37 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T17:13:35.142558+0000 mgr.smithi088.srytvt (mgr.14180) 1034 : 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-11T17:13:37.347 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:13:37 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T17:13:35.920094+0000 mgr.smithi088.srytvt (mgr.14180) 1035 : audit [DBG] from='client.16068 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:13:37.347 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:13:37 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T17:13:36.326558+0000 mon.smithi088 (mon.0) 734 : audit [INF] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' 2024-02-11T17:13:37.446 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:13:37 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T17:13:35.142558+0000 mgr.smithi088.srytvt (mgr.14180) 1034 : 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-11T17:13:37.446 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:13:37 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T17:13:35.920094+0000 mgr.smithi088.srytvt (mgr.14180) 1035 : audit [DBG] from='client.16068 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:13:37.446 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:13:37 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T17:13:36.326558+0000 mon.smithi088 (mon.0) 734 : audit [INF] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' 2024-02-11T17:13:38.712 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-11T17:13:38.712 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:53:35.782365Z", "last_refresh": "2024-02-11T17:13:22.835956Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:53:31.954385Z", "last_refresh": "2024-02-11T17:13:20.428459Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:53:34.066531Z", "last_refresh": "2024-02-11T17:13:22.836086Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:07:15.427197Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.lkfzmc on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:09:49.871700Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.nlxlvg on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-nlxlvg\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-nlxlvg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.nlxlvg\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.nlxlvg\nDeploy daemon haproxy.nfs.foo.smithi148.nlxlvg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:07:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:08:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:09:12Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:12:19.149844Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi088.ighhoz on smithi088: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi088-ighhoz\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi088-ighhoz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi088.ighhoz\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi088.ighhoz\nDeploy daemon haproxy.nfs.foo.smithi088.ighhoz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:10:26Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:11:04Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:11:41Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:12:19.151066Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.wzbsdm on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:12:19.152116Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.wgycrs on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.88/16"}, "status": {"created": "2024-02-11T16:57:01.421766Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:53:31.041620Z", "last_refresh": "2024-02-11T17:13:20.428608Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:32.209992Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:54:32.207503Z", "last_refresh": "2024-02-11T17:13:20.428684Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:01.420843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T16:57:01.417643Z", "last_refresh": "2024-02-11T17:13:22.836583Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:53:34.907593Z", "last_refresh": "2024-02-11T17:13:20.428750Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:57.873613Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:54:57.867647Z", "last_refresh": "2024-02-11T17:13:20.428814Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:53:32.998901Z", "last_refresh": "2024-02-11T17:13:22.836226Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-11T16:56:57.378029Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-11T16:57:01.184426Z", "last_refresh": "2024-02-11T17:13:20.429081Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-11T17:13:39.092 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:13:39.285 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:13:39 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T17:13:37.143289+0000 mgr.smithi088.srytvt (mgr.14180) 1036 : 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-11T17:13:39.446 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:13:39 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T17:13:37.143289+0000 mgr.smithi088.srytvt (mgr.14180) 1036 : 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-11T17:13:40.093 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid eb5e91f4-c8fd-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:13:40.285 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:13:40 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T17:13:38.707240+0000 mgr.smithi088.srytvt (mgr.14180) 1037 : audit [DBG] from='client.16072 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:13:40.446 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:13:40 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T17:13:38.707240+0000 mgr.smithi088.srytvt (mgr.14180) 1037 : audit [DBG] from='client.16072 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:13:41.446 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:13:41 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T17:13:39.143888+0000 mgr.smithi088.srytvt (mgr.14180) 1038 : 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-11T17:13:41.534 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-11T17:13:41.534 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:53:35.782365Z", "last_refresh": "2024-02-11T17:13:22.835956Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:53:31.954385Z", "last_refresh": "2024-02-11T17:13:20.428459Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:53:34.066531Z", "last_refresh": "2024-02-11T17:13:22.836086Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:07:15.427197Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.lkfzmc on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:09:49.871700Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.nlxlvg on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-nlxlvg\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-nlxlvg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.nlxlvg\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.nlxlvg\nDeploy daemon haproxy.nfs.foo.smithi148.nlxlvg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:07:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:08:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:09:12Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:12:19.149844Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi088.ighhoz on smithi088: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi088-ighhoz\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi088-ighhoz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi088.ighhoz\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi088.ighhoz\nDeploy daemon haproxy.nfs.foo.smithi088.ighhoz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:10:26Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:11:04Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:11:41Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:12:19.151066Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.wzbsdm on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:12:19.152116Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.wgycrs on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.88/16"}, "status": {"created": "2024-02-11T16:57:01.421766Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:53:31.041620Z", "last_refresh": "2024-02-11T17:13:20.428608Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:32.209992Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:54:32.207503Z", "last_refresh": "2024-02-11T17:13:20.428684Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:01.420843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T16:57:01.417643Z", "last_refresh": "2024-02-11T17:13:22.836583Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:53:34.907593Z", "last_refresh": "2024-02-11T17:13:20.428750Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:57.873613Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:54:57.867647Z", "last_refresh": "2024-02-11T17:13:20.428814Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:53:32.998901Z", "last_refresh": "2024-02-11T17:13:22.836226Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-11T16:56:57.378029Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-11T16:57:01.184426Z", "last_refresh": "2024-02-11T17:13:20.429081Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-11T17:13:41.535 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:13:41 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T17:13:39.143888+0000 mgr.smithi088.srytvt (mgr.14180) 1038 : 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-11T17:13:41.963 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:13:42.964 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid eb5e91f4-c8fd-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:13:43.285 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:13:43 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T17:13:41.144551+0000 mgr.smithi088.srytvt (mgr.14180) 1039 : cluster [DBG] pgmap v626: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:13:43.285 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:13:43 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T17:13:41.529433+0000 mgr.smithi088.srytvt (mgr.14180) 1040 : audit [DBG] from='client.16076 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:13:43.446 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:13:43 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T17:13:41.144551+0000 mgr.smithi088.srytvt (mgr.14180) 1039 : cluster [DBG] pgmap v626: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:13:43.446 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:13:43 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T17:13:41.529433+0000 mgr.smithi088.srytvt (mgr.14180) 1040 : audit [DBG] from='client.16076 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:13:44.306 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-11T17:13:44.307 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:53:35.782365Z", "last_refresh": "2024-02-11T17:13:22.835956Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:53:31.954385Z", "last_refresh": "2024-02-11T17:13:20.428459Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:53:34.066531Z", "last_refresh": "2024-02-11T17:13:22.836086Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:07:15.427197Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.lkfzmc on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:09:49.871700Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.nlxlvg on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-nlxlvg\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-nlxlvg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.nlxlvg\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.nlxlvg\nDeploy daemon haproxy.nfs.foo.smithi148.nlxlvg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:07:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:08:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:09:12Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:12:19.149844Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi088.ighhoz on smithi088: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi088-ighhoz\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi088-ighhoz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi088.ighhoz\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi088.ighhoz\nDeploy daemon haproxy.nfs.foo.smithi088.ighhoz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:10:26Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:11:04Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:11:41Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:12:19.151066Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.wzbsdm on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:12:19.152116Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.wgycrs on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.88/16"}, "status": {"created": "2024-02-11T16:57:01.421766Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:53:31.041620Z", "last_refresh": "2024-02-11T17:13:20.428608Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:32.209992Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:54:32.207503Z", "last_refresh": "2024-02-11T17:13:20.428684Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:01.420843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T16:57:01.417643Z", "last_refresh": "2024-02-11T17:13:22.836583Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:53:34.907593Z", "last_refresh": "2024-02-11T17:13:20.428750Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:57.873613Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:54:57.867647Z", "last_refresh": "2024-02-11T17:13:20.428814Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:53:32.998901Z", "last_refresh": "2024-02-11T17:13:22.836226Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-11T16:56:57.378029Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-11T16:57:01.184426Z", "last_refresh": "2024-02-11T17:13:20.429081Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-11T17:13:44.671 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:13:45.388 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:13:45 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T17:13:43.145187+0000 mgr.smithi088.srytvt (mgr.14180) 1041 : cluster [DBG] pgmap v627: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:13:45.535 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:13:45 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T17:13:43.145187+0000 mgr.smithi088.srytvt (mgr.14180) 1041 : cluster [DBG] pgmap v627: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:13:45.672 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid eb5e91f4-c8fd-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:13:46.285 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:13:46 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T17:13:44.302036+0000 mgr.smithi088.srytvt (mgr.14180) 1042 : audit [DBG] from='client.16080 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:13:46.446 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:13:46 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T17:13:44.302036+0000 mgr.smithi088.srytvt (mgr.14180) 1042 : audit [DBG] from='client.16080 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:13:47.038 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-11T17:13:47.038 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:53:35.782365Z", "last_refresh": "2024-02-11T17:13:22.835956Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:53:31.954385Z", "last_refresh": "2024-02-11T17:13:20.428459Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:53:34.066531Z", "last_refresh": "2024-02-11T17:13:22.836086Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:07:15.427197Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.lkfzmc on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:09:49.871700Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.nlxlvg on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-nlxlvg\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-nlxlvg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.nlxlvg\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.nlxlvg\nDeploy daemon haproxy.nfs.foo.smithi148.nlxlvg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:07:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:08:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:09:12Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:12:19.149844Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi088.ighhoz on smithi088: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi088-ighhoz\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi088-ighhoz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi088.ighhoz\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi088.ighhoz\nDeploy daemon haproxy.nfs.foo.smithi088.ighhoz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:10:26Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:11:04Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:11:41Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:12:19.151066Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.wzbsdm on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:12:19.152116Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.wgycrs on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.88/16"}, "status": {"created": "2024-02-11T16:57:01.421766Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:53:31.041620Z", "last_refresh": "2024-02-11T17:13:20.428608Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:32.209992Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:54:32.207503Z", "last_refresh": "2024-02-11T17:13:20.428684Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:01.420843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T16:57:01.417643Z", "last_refresh": "2024-02-11T17:13:22.836583Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:53:34.907593Z", "last_refresh": "2024-02-11T17:13:20.428750Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:57.873613Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:54:57.867647Z", "last_refresh": "2024-02-11T17:13:20.428814Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:53:32.998901Z", "last_refresh": "2024-02-11T17:13:22.836226Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-11T16:56:57.378029Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-11T16:57:01.184426Z", "last_refresh": "2024-02-11T17:13:20.429081Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-11T17:13:47.344 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:13:47 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T17:13:45.145830+0000 mgr.smithi088.srytvt (mgr.14180) 1043 : 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-11T17:13:47.420 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:13:47.446 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:13:47 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T17:13:45.145830+0000 mgr.smithi088.srytvt (mgr.14180) 1043 : 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-11T17:13:48.421 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid eb5e91f4-c8fd-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:13:48.446 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:13:48 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T17:13:47.033971+0000 mgr.smithi088.srytvt (mgr.14180) 1044 : audit [DBG] from='client.16084 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:13:48.454 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:13:48 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T17:13:47.033971+0000 mgr.smithi088.srytvt (mgr.14180) 1044 : audit [DBG] from='client.16084 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:13:49.391 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:13:49 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T17:13:47.146349+0000 mgr.smithi088.srytvt (mgr.14180) 1045 : 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-11T17:13:49.446 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:13:49 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T17:13:47.146349+0000 mgr.smithi088.srytvt (mgr.14180) 1045 : 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-11T17:13:49.736 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-11T17:13:49.736 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:53:35.782365Z", "last_refresh": "2024-02-11T17:13:22.835956Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:53:31.954385Z", "last_refresh": "2024-02-11T17:13:20.428459Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:53:34.066531Z", "last_refresh": "2024-02-11T17:13:22.836086Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:07:15.427197Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.lkfzmc on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:09:49.871700Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.nlxlvg on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-nlxlvg\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-nlxlvg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.nlxlvg\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.nlxlvg\nDeploy daemon haproxy.nfs.foo.smithi148.nlxlvg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:07:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:08:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:09:12Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:12:19.149844Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi088.ighhoz on smithi088: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi088-ighhoz\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi088-ighhoz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi088.ighhoz\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi088.ighhoz\nDeploy daemon haproxy.nfs.foo.smithi088.ighhoz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:10:26Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:11:04Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:11:41Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:12:19.151066Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.wzbsdm on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:12:19.152116Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.wgycrs on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.88/16"}, "status": {"created": "2024-02-11T16:57:01.421766Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:53:31.041620Z", "last_refresh": "2024-02-11T17:13:20.428608Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:32.209992Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:54:32.207503Z", "last_refresh": "2024-02-11T17:13:20.428684Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:01.420843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T16:57:01.417643Z", "last_refresh": "2024-02-11T17:13:22.836583Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:53:34.907593Z", "last_refresh": "2024-02-11T17:13:20.428750Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:57.873613Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:54:57.867647Z", "last_refresh": "2024-02-11T17:13:20.428814Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:53:32.998901Z", "last_refresh": "2024-02-11T17:13:22.836226Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-11T16:56:57.378029Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-11T16:57:01.184426Z", "last_refresh": "2024-02-11T17:13:20.429081Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-11T17:13:50.104 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:13:50.285 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:13:50 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T17:13:49.147211+0000 mgr.smithi088.srytvt (mgr.14180) 1046 : 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-11T17:13:50.285 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:13:50 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T17:13:49.731601+0000 mgr.smithi088.srytvt (mgr.14180) 1047 : audit [DBG] from='client.16088 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:13:50.446 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:13:50 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T17:13:49.147211+0000 mgr.smithi088.srytvt (mgr.14180) 1046 : 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-11T17:13:50.446 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:13:50 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T17:13:49.731601+0000 mgr.smithi088.srytvt (mgr.14180) 1047 : audit [DBG] from='client.16088 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:13:51.104 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid eb5e91f4-c8fd-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:13:52.532 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-11T17:13:52.532 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:53:35.782365Z", "last_refresh": "2024-02-11T17:13:22.835956Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:53:31.954385Z", "last_refresh": "2024-02-11T17:13:20.428459Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:53:34.066531Z", "last_refresh": "2024-02-11T17:13:22.836086Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:07:15.427197Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.lkfzmc on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:09:49.871700Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.nlxlvg on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-nlxlvg\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-nlxlvg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.nlxlvg\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.nlxlvg\nDeploy daemon haproxy.nfs.foo.smithi148.nlxlvg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:07:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:08:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:09:12Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:12:19.149844Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi088.ighhoz on smithi088: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi088-ighhoz\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi088-ighhoz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi088.ighhoz\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi088.ighhoz\nDeploy daemon haproxy.nfs.foo.smithi088.ighhoz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:10:26Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:11:04Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:11:41Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:12:19.151066Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.wzbsdm on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:12:19.152116Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.wgycrs on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.88/16"}, "status": {"created": "2024-02-11T16:57:01.421766Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:53:31.041620Z", "last_refresh": "2024-02-11T17:13:20.428608Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:32.209992Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:54:32.207503Z", "last_refresh": "2024-02-11T17:13:20.428684Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:01.420843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T16:57:01.417643Z", "last_refresh": "2024-02-11T17:13:22.836583Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:53:34.907593Z", "last_refresh": "2024-02-11T17:13:20.428750Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:57.873613Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:54:57.867647Z", "last_refresh": "2024-02-11T17:13:20.428814Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:53:32.998901Z", "last_refresh": "2024-02-11T17:13:22.836226Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-11T16:56:57.378029Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-11T16:57:01.184426Z", "last_refresh": "2024-02-11T17:13:20.429081Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-11T17:13:52.535 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:13:52 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T17:13:51.147883+0000 mgr.smithi088.srytvt (mgr.14180) 1048 : cluster [DBG] pgmap v631: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:13:52.696 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:13:52 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T17:13:51.147883+0000 mgr.smithi088.srytvt (mgr.14180) 1048 : cluster [DBG] pgmap v631: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:13:52.928 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:13:53.535 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:13:53 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T17:13:52.527535+0000 mgr.smithi088.srytvt (mgr.14180) 1049 : audit [DBG] from='client.16092 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:13:53.696 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:13:53 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T17:13:52.527535+0000 mgr.smithi088.srytvt (mgr.14180) 1049 : audit [DBG] from='client.16092 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:13:53.929 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid eb5e91f4-c8fd-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:13:54.285 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:13:54 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T17:13:53.148635+0000 mgr.smithi088.srytvt (mgr.14180) 1050 : cluster [DBG] pgmap v632: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:13:54.696 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:13:54 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T17:13:53.148635+0000 mgr.smithi088.srytvt (mgr.14180) 1050 : cluster [DBG] pgmap v632: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:13:55.346 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-11T17:13:55.347 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:53:35.782365Z", "last_refresh": "2024-02-11T17:13:22.835956Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:53:31.954385Z", "last_refresh": "2024-02-11T17:13:20.428459Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:53:34.066531Z", "last_refresh": "2024-02-11T17:13:22.836086Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:07:15.427197Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.lkfzmc on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:09:49.871700Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.nlxlvg on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-nlxlvg\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-nlxlvg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.nlxlvg\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.nlxlvg\nDeploy daemon haproxy.nfs.foo.smithi148.nlxlvg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:07:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:08:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:09:12Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:12:19.149844Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi088.ighhoz on smithi088: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi088-ighhoz\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi088-ighhoz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi088.ighhoz\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi088.ighhoz\nDeploy daemon haproxy.nfs.foo.smithi088.ighhoz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:10:26Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:11:04Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:11:41Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:12:19.151066Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.wzbsdm on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:12:19.152116Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.wgycrs on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.88/16"}, "status": {"created": "2024-02-11T16:57:01.421766Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:53:31.041620Z", "last_refresh": "2024-02-11T17:13:20.428608Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:32.209992Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:54:32.207503Z", "last_refresh": "2024-02-11T17:13:20.428684Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:01.420843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T16:57:01.417643Z", "last_refresh": "2024-02-11T17:13:22.836583Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:53:34.907593Z", "last_refresh": "2024-02-11T17:13:20.428750Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:57.873613Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:54:57.867647Z", "last_refresh": "2024-02-11T17:13:20.428814Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:53:32.998901Z", "last_refresh": "2024-02-11T17:13:22.836226Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-11T16:56:57.378029Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-11T16:57:01.184426Z", "last_refresh": "2024-02-11T17:13:20.429081Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-11T17:13:55.726 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:13:56.535 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:13:56 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T17:13:55.149556+0000 mgr.smithi088.srytvt (mgr.14180) 1051 : 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-11T17:13:56.535 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:13:56 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T17:13:55.341942+0000 mgr.smithi088.srytvt (mgr.14180) 1052 : audit [DBG] from='client.16096 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:13:56.696 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:13:56 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T17:13:55.149556+0000 mgr.smithi088.srytvt (mgr.14180) 1051 : 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-11T17:13:56.696 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:13:56 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T17:13:55.341942+0000 mgr.smithi088.srytvt (mgr.14180) 1052 : audit [DBG] from='client.16096 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:13:56.727 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid eb5e91f4-c8fd-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:13:58.122 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-11T17:13:58.122 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:53:35.782365Z", "last_refresh": "2024-02-11T17:13:22.835956Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:53:31.954385Z", "last_refresh": "2024-02-11T17:13:20.428459Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:53:34.066531Z", "last_refresh": "2024-02-11T17:13:22.836086Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:07:15.427197Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.lkfzmc on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:09:49.871700Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.nlxlvg on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-nlxlvg\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-nlxlvg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.nlxlvg\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.nlxlvg\nDeploy daemon haproxy.nfs.foo.smithi148.nlxlvg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:07:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:08:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:09:12Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:12:19.149844Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi088.ighhoz on smithi088: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi088-ighhoz\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi088-ighhoz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi088.ighhoz\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi088.ighhoz\nDeploy daemon haproxy.nfs.foo.smithi088.ighhoz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:10:26Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:11:04Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:11:41Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:12:19.151066Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.wzbsdm on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:12:19.152116Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.wgycrs on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.88/16"}, "status": {"created": "2024-02-11T16:57:01.421766Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:53:31.041620Z", "last_refresh": "2024-02-11T17:13:20.428608Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:32.209992Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:54:32.207503Z", "last_refresh": "2024-02-11T17:13:20.428684Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:01.420843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T16:57:01.417643Z", "last_refresh": "2024-02-11T17:13:22.836583Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:53:34.907593Z", "last_refresh": "2024-02-11T17:13:20.428750Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:57.873613Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:54:57.867647Z", "last_refresh": "2024-02-11T17:13:20.428814Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:53:32.998901Z", "last_refresh": "2024-02-11T17:13:22.836226Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-11T16:56:57.378029Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-11T16:57:01.184426Z", "last_refresh": "2024-02-11T17:13:20.429081Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-11T17:13:58.441 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:13:58 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T17:13:57.150075+0000 mgr.smithi088.srytvt (mgr.14180) 1053 : 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-11T17:13:58.517 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:13:58.696 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:13:58 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T17:13:57.150075+0000 mgr.smithi088.srytvt (mgr.14180) 1053 : 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-11T17:13:59.518 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid eb5e91f4-c8fd-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:13:59.535 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:13:59 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T17:13:58.117020+0000 mgr.smithi088.srytvt (mgr.14180) 1054 : audit [DBG] from='client.16100 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:13:59.696 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:13:59 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T17:13:58.117020+0000 mgr.smithi088.srytvt (mgr.14180) 1054 : audit [DBG] from='client.16100 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:14:00.514 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:14:00 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T17:13:59.150844+0000 mgr.smithi088.srytvt (mgr.14180) 1055 : 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-11T17:14:00.696 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:14:00 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T17:13:59.150844+0000 mgr.smithi088.srytvt (mgr.14180) 1055 : 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-11T17:14:00.866 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-11T17:14:00.867 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:53:35.782365Z", "last_refresh": "2024-02-11T17:13:22.835956Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:53:31.954385Z", "last_refresh": "2024-02-11T17:13:20.428459Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:53:34.066531Z", "last_refresh": "2024-02-11T17:13:22.836086Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:07:15.427197Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.lkfzmc on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:09:49.871700Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.nlxlvg on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-nlxlvg\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-nlxlvg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.nlxlvg\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.nlxlvg\nDeploy daemon haproxy.nfs.foo.smithi148.nlxlvg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:07:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:08:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:09:12Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:12:19.149844Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi088.ighhoz on smithi088: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi088-ighhoz\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi088-ighhoz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi088.ighhoz\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi088.ighhoz\nDeploy daemon haproxy.nfs.foo.smithi088.ighhoz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:10:26Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:11:04Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:11:41Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:12:19.151066Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.wzbsdm on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:12:19.152116Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.wgycrs on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.88/16"}, "status": {"created": "2024-02-11T16:57:01.421766Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:53:31.041620Z", "last_refresh": "2024-02-11T17:13:20.428608Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:32.209992Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:54:32.207503Z", "last_refresh": "2024-02-11T17:13:20.428684Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:01.420843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T16:57:01.417643Z", "last_refresh": "2024-02-11T17:13:22.836583Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:53:34.907593Z", "last_refresh": "2024-02-11T17:13:20.428750Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:57.873613Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:54:57.867647Z", "last_refresh": "2024-02-11T17:13:20.428814Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:53:32.998901Z", "last_refresh": "2024-02-11T17:13:22.836226Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-11T16:56:57.378029Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-11T16:57:01.184426Z", "last_refresh": "2024-02-11T17:13:20.429081Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-11T17:14:01.252 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:14:01.535 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:14:01 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T17:14:00.861921+0000 mgr.smithi088.srytvt (mgr.14180) 1056 : audit [DBG] from='client.16104 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:14:01.696 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:14:01 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T17:14:00.861921+0000 mgr.smithi088.srytvt (mgr.14180) 1056 : audit [DBG] from='client.16104 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:14:02.253 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid eb5e91f4-c8fd-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:14:02.535 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:14:02 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T17:14:01.151407+0000 mgr.smithi088.srytvt (mgr.14180) 1057 : cluster [DBG] pgmap v636: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:14:02.696 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:14:02 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T17:14:01.151407+0000 mgr.smithi088.srytvt (mgr.14180) 1057 : cluster [DBG] pgmap v636: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:14:03.601 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-11T17:14:03.601 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:53:35.782365Z", "last_refresh": "2024-02-11T17:13:22.835956Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:53:31.954385Z", "last_refresh": "2024-02-11T17:13:20.428459Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:53:34.066531Z", "last_refresh": "2024-02-11T17:13:22.836086Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:07:15.427197Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.lkfzmc on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:09:49.871700Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.nlxlvg on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-nlxlvg\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-nlxlvg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.nlxlvg\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.nlxlvg\nDeploy daemon haproxy.nfs.foo.smithi148.nlxlvg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:07:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:08:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:09:12Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:12:19.149844Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi088.ighhoz on smithi088: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi088-ighhoz\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi088-ighhoz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi088.ighhoz\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi088.ighhoz\nDeploy daemon haproxy.nfs.foo.smithi088.ighhoz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:10:26Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:11:04Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:11:41Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:12:19.151066Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.wzbsdm on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:12:19.152116Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.wgycrs on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.88/16"}, "status": {"created": "2024-02-11T16:57:01.421766Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:53:31.041620Z", "last_refresh": "2024-02-11T17:13:20.428608Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:32.209992Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:54:32.207503Z", "last_refresh": "2024-02-11T17:13:20.428684Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:01.420843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T16:57:01.417643Z", "last_refresh": "2024-02-11T17:13:22.836583Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:53:34.907593Z", "last_refresh": "2024-02-11T17:13:20.428750Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:57.873613Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:54:57.867647Z", "last_refresh": "2024-02-11T17:13:20.428814Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:53:32.998901Z", "last_refresh": "2024-02-11T17:13:22.836226Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-11T16:56:57.378029Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-11T16:57:01.184426Z", "last_refresh": "2024-02-11T17:13:20.429081Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-11T17:14:03.983 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:14:04.535 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:14:04 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T17:14:03.152068+0000 mgr.smithi088.srytvt (mgr.14180) 1058 : cluster [DBG] pgmap v637: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:14:04.536 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:14:04 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T17:14:03.596685+0000 mgr.smithi088.srytvt (mgr.14180) 1059 : audit [DBG] from='client.16108 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:14:04.696 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:14:04 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T17:14:03.152068+0000 mgr.smithi088.srytvt (mgr.14180) 1058 : cluster [DBG] pgmap v637: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:14:04.696 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:14:04 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T17:14:03.596685+0000 mgr.smithi088.srytvt (mgr.14180) 1059 : audit [DBG] from='client.16108 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:14:04.985 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid eb5e91f4-c8fd-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:14:06.285 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:14:06 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T17:14:05.152982+0000 mgr.smithi088.srytvt (mgr.14180) 1060 : 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-11T17:14:06.386 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-11T17:14:06.386 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:53:35.782365Z", "last_refresh": "2024-02-11T17:13:22.835956Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:53:31.954385Z", "last_refresh": "2024-02-11T17:13:20.428459Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:53:34.066531Z", "last_refresh": "2024-02-11T17:13:22.836086Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:07:15.427197Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.lkfzmc on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:09:49.871700Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.nlxlvg on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-nlxlvg\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-nlxlvg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.nlxlvg\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.nlxlvg\nDeploy daemon haproxy.nfs.foo.smithi148.nlxlvg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:07:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:08:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:09:12Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:12:19.149844Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi088.ighhoz on smithi088: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi088-ighhoz\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi088-ighhoz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi088.ighhoz\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi088.ighhoz\nDeploy daemon haproxy.nfs.foo.smithi088.ighhoz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:10:26Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:11:04Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:11:41Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:12:19.151066Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.wzbsdm on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:12:19.152116Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.wgycrs on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.88/16"}, "status": {"created": "2024-02-11T16:57:01.421766Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:53:31.041620Z", "last_refresh": "2024-02-11T17:13:20.428608Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:32.209992Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:54:32.207503Z", "last_refresh": "2024-02-11T17:13:20.428684Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:01.420843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T16:57:01.417643Z", "last_refresh": "2024-02-11T17:13:22.836583Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:53:34.907593Z", "last_refresh": "2024-02-11T17:13:20.428750Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:57.873613Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:54:57.867647Z", "last_refresh": "2024-02-11T17:13:20.428814Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:53:32.998901Z", "last_refresh": "2024-02-11T17:13:22.836226Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-11T16:56:57.378029Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-11T16:57:01.184426Z", "last_refresh": "2024-02-11T17:13:20.429081Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-11T17:14:06.696 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:14:06 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T17:14:05.152982+0000 mgr.smithi088.srytvt (mgr.14180) 1060 : 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-11T17:14:06.774 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:14:07.535 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:14:07 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T17:14:06.381947+0000 mgr.smithi088.srytvt (mgr.14180) 1061 : audit [DBG] from='client.16112 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:14:07.696 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:14:07 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T17:14:06.381947+0000 mgr.smithi088.srytvt (mgr.14180) 1061 : audit [DBG] from='client.16112 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:14:07.776 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid eb5e91f4-c8fd-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:14:08.444 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:14:08 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T17:14:07.153414+0000 mgr.smithi088.srytvt (mgr.14180) 1062 : 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-11T17:14:08.696 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:14:08 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T17:14:07.153414+0000 mgr.smithi088.srytvt (mgr.14180) 1062 : 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-11T17:14:09.227 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-11T17:14:09.227 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:53:35.782365Z", "last_refresh": "2024-02-11T17:13:22.835956Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:53:31.954385Z", "last_refresh": "2024-02-11T17:13:20.428459Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:53:34.066531Z", "last_refresh": "2024-02-11T17:13:22.836086Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:07:15.427197Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.lkfzmc on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:09:49.871700Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.nlxlvg on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-nlxlvg\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-nlxlvg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.nlxlvg\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.nlxlvg\nDeploy daemon haproxy.nfs.foo.smithi148.nlxlvg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:07:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:08:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:09:12Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:12:19.149844Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi088.ighhoz on smithi088: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi088-ighhoz\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi088-ighhoz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi088.ighhoz\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi088.ighhoz\nDeploy daemon haproxy.nfs.foo.smithi088.ighhoz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:10:26Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:11:04Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:11:41Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:12:19.151066Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.wzbsdm on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:12:19.152116Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.wgycrs on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.88/16"}, "status": {"created": "2024-02-11T16:57:01.421766Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:53:31.041620Z", "last_refresh": "2024-02-11T17:13:20.428608Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:32.209992Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:54:32.207503Z", "last_refresh": "2024-02-11T17:13:20.428684Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:01.420843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T16:57:01.417643Z", "last_refresh": "2024-02-11T17:13:22.836583Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:53:34.907593Z", "last_refresh": "2024-02-11T17:13:20.428750Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:57.873613Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:54:57.867647Z", "last_refresh": "2024-02-11T17:13:20.428814Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:53:32.998901Z", "last_refresh": "2024-02-11T17:13:22.836226Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-11T16:56:57.378029Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-11T16:57:01.184426Z", "last_refresh": "2024-02-11T17:13:20.429081Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-11T17:14:09.589 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:14:10.535 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:14:10 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T17:14:09.153964+0000 mgr.smithi088.srytvt (mgr.14180) 1063 : 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-11T17:14:10.536 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:14:10 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T17:14:09.222002+0000 mgr.smithi088.srytvt (mgr.14180) 1064 : audit [DBG] from='client.16116 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:14:10.590 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid eb5e91f4-c8fd-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:14:10.696 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:14:10 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T17:14:09.153964+0000 mgr.smithi088.srytvt (mgr.14180) 1063 : 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-11T17:14:10.696 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:14:10 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T17:14:09.222002+0000 mgr.smithi088.srytvt (mgr.14180) 1064 : audit [DBG] from='client.16116 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:14:12.028 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-11T17:14:12.028 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:53:35.782365Z", "last_refresh": "2024-02-11T17:13:22.835956Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:53:31.954385Z", "last_refresh": "2024-02-11T17:13:20.428459Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:53:34.066531Z", "last_refresh": "2024-02-11T17:13:22.836086Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:07:15.427197Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.lkfzmc on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:09:49.871700Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.nlxlvg on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-nlxlvg\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-nlxlvg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.nlxlvg\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.nlxlvg\nDeploy daemon haproxy.nfs.foo.smithi148.nlxlvg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:07:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:08:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:09:12Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:12:19.149844Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi088.ighhoz on smithi088: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi088-ighhoz\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi088-ighhoz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi088.ighhoz\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi088.ighhoz\nDeploy daemon haproxy.nfs.foo.smithi088.ighhoz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:10:26Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:11:04Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:11:41Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:12:19.151066Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.wzbsdm on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:12:19.152116Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.wgycrs on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.88/16"}, "status": {"created": "2024-02-11T16:57:01.421766Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:53:31.041620Z", "last_refresh": "2024-02-11T17:13:20.428608Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:32.209992Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:54:32.207503Z", "last_refresh": "2024-02-11T17:13:20.428684Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:01.420843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T16:57:01.417643Z", "last_refresh": "2024-02-11T17:13:22.836583Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:53:34.907593Z", "last_refresh": "2024-02-11T17:13:20.428750Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:57.873613Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:54:57.867647Z", "last_refresh": "2024-02-11T17:13:20.428814Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:53:32.998901Z", "last_refresh": "2024-02-11T17:13:22.836226Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-11T16:56:57.378029Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-11T16:57:01.184426Z", "last_refresh": "2024-02-11T17:13:20.429081Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-11T17:14:12.346 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:14:12 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T17:14:11.154541+0000 mgr.smithi088.srytvt (mgr.14180) 1065 : cluster [DBG] pgmap v641: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:14:12.346 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:14:12 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T17:14:12.022137+0000 mgr.smithi088.srytvt (mgr.14180) 1066 : audit [DBG] from='client.16120 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:14:12.448 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:14:12.696 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:14:12 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T17:14:11.154541+0000 mgr.smithi088.srytvt (mgr.14180) 1065 : cluster [DBG] pgmap v641: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:14:12.696 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:14:12 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T17:14:12.022137+0000 mgr.smithi088.srytvt (mgr.14180) 1066 : audit [DBG] from='client.16120 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:14:13.449 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid eb5e91f4-c8fd-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:14:14.435 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:14:14 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T17:14:13.155179+0000 mgr.smithi088.srytvt (mgr.14180) 1067 : cluster [DBG] pgmap v642: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:14:14.696 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:14:14 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T17:14:13.155179+0000 mgr.smithi088.srytvt (mgr.14180) 1067 : cluster [DBG] pgmap v642: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:14:14.783 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-11T17:14:14.784 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:53:35.782365Z", "last_refresh": "2024-02-11T17:13:22.835956Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:53:31.954385Z", "last_refresh": "2024-02-11T17:13:20.428459Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:53:34.066531Z", "last_refresh": "2024-02-11T17:13:22.836086Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:07:15.427197Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.lkfzmc on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:09:49.871700Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.nlxlvg on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-nlxlvg\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-nlxlvg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.nlxlvg\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.nlxlvg\nDeploy daemon haproxy.nfs.foo.smithi148.nlxlvg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:07:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:08:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:09:12Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:12:19.149844Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi088.ighhoz on smithi088: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi088-ighhoz\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi088-ighhoz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi088.ighhoz\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi088.ighhoz\nDeploy daemon haproxy.nfs.foo.smithi088.ighhoz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:10:26Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:11:04Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:11:41Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:12:19.151066Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.wzbsdm on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:12:19.152116Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.wgycrs on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.88/16"}, "status": {"created": "2024-02-11T16:57:01.421766Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:53:31.041620Z", "last_refresh": "2024-02-11T17:13:20.428608Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:32.209992Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:54:32.207503Z", "last_refresh": "2024-02-11T17:13:20.428684Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:01.420843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T16:57:01.417643Z", "last_refresh": "2024-02-11T17:13:22.836583Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:53:34.907593Z", "last_refresh": "2024-02-11T17:13:20.428750Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:57.873613Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:54:57.867647Z", "last_refresh": "2024-02-11T17:13:20.428814Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:53:32.998901Z", "last_refresh": "2024-02-11T17:13:22.836226Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-11T16:56:57.378029Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-11T16:57:01.184426Z", "last_refresh": "2024-02-11T17:13:20.429081Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-11T17:14:15.155 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:14:15.535 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:14:15 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T17:14:14.778883+0000 mgr.smithi088.srytvt (mgr.14180) 1068 : audit [DBG] from='client.16124 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:14:15.696 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:14:15 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T17:14:14.778883+0000 mgr.smithi088.srytvt (mgr.14180) 1068 : audit [DBG] from='client.16124 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:14:16.156 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid eb5e91f4-c8fd-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:14:16.498 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:14:16 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T17:14:15.156040+0000 mgr.smithi088.srytvt (mgr.14180) 1069 : 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-11T17:14:16.696 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:14:16 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T17:14:15.156040+0000 mgr.smithi088.srytvt (mgr.14180) 1069 : 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-11T17:14:17.555 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-11T17:14:17.555 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:53:35.782365Z", "last_refresh": "2024-02-11T17:13:22.835956Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:53:31.954385Z", "last_refresh": "2024-02-11T17:13:20.428459Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:53:34.066531Z", "last_refresh": "2024-02-11T17:13:22.836086Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:07:15.427197Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.lkfzmc on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:09:49.871700Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.nlxlvg on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-nlxlvg\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-nlxlvg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.nlxlvg\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.nlxlvg\nDeploy daemon haproxy.nfs.foo.smithi148.nlxlvg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:07:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:08:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:09:12Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:12:19.149844Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi088.ighhoz on smithi088: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi088-ighhoz\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi088-ighhoz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi088.ighhoz\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi088.ighhoz\nDeploy daemon haproxy.nfs.foo.smithi088.ighhoz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:10:26Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:11:04Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:11:41Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:12:19.151066Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.wzbsdm on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:12:19.152116Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.wgycrs on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.88/16"}, "status": {"created": "2024-02-11T16:57:01.421766Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:53:31.041620Z", "last_refresh": "2024-02-11T17:13:20.428608Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:32.209992Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:54:32.207503Z", "last_refresh": "2024-02-11T17:13:20.428684Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:01.420843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T16:57:01.417643Z", "last_refresh": "2024-02-11T17:13:22.836583Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:53:34.907593Z", "last_refresh": "2024-02-11T17:13:20.428750Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:57.873613Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:54:57.867647Z", "last_refresh": "2024-02-11T17:13:20.428814Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:53:32.998901Z", "last_refresh": "2024-02-11T17:13:22.836226Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-11T16:56:57.378029Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-11T16:57:01.184426Z", "last_refresh": "2024-02-11T17:13:20.429081Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-11T17:14:17.980 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:14:18.535 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:14:18 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T17:14:17.156505+0000 mgr.smithi088.srytvt (mgr.14180) 1070 : 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-11T17:14:18.535 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:14:18 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T17:14:17.550402+0000 mgr.smithi088.srytvt (mgr.14180) 1071 : audit [DBG] from='client.16128 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:14:18.696 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:14:18 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T17:14:17.156505+0000 mgr.smithi088.srytvt (mgr.14180) 1070 : 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-11T17:14:18.696 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:14:18 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T17:14:17.550402+0000 mgr.smithi088.srytvt (mgr.14180) 1071 : audit [DBG] from='client.16128 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:14:18.981 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid eb5e91f4-c8fd-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:14:20.448 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-11T17:14:20.448 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:53:35.782365Z", "last_refresh": "2024-02-11T17:13:22.835956Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:53:31.954385Z", "last_refresh": "2024-02-11T17:13:20.428459Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:53:34.066531Z", "last_refresh": "2024-02-11T17:13:22.836086Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:07:15.427197Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.lkfzmc on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:09:49.871700Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.nlxlvg on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-nlxlvg\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-nlxlvg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.nlxlvg\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.nlxlvg\nDeploy daemon haproxy.nfs.foo.smithi148.nlxlvg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:07:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:08:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:09:12Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:12:19.149844Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi088.ighhoz on smithi088: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi088-ighhoz\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi088-ighhoz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi088.ighhoz\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi088.ighhoz\nDeploy daemon haproxy.nfs.foo.smithi088.ighhoz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:10:26Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:11:04Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:11:41Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:12:19.151066Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.wzbsdm on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:12:19.152116Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.wgycrs on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.88/16"}, "status": {"created": "2024-02-11T16:57:01.421766Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:53:31.041620Z", "last_refresh": "2024-02-11T17:13:20.428608Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:32.209992Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:54:32.207503Z", "last_refresh": "2024-02-11T17:13:20.428684Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:01.420843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T16:57:01.417643Z", "last_refresh": "2024-02-11T17:13:22.836583Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:53:34.907593Z", "last_refresh": "2024-02-11T17:13:20.428750Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:57.873613Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:54:57.867647Z", "last_refresh": "2024-02-11T17:13:20.428814Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:53:32.998901Z", "last_refresh": "2024-02-11T17:13:22.836226Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-11T16:56:57.378029Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-11T16:57:01.184426Z", "last_refresh": "2024-02-11T17:13:20.429081Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-11T17:14:20.473 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:14:20 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T17:14:19.157095+0000 mgr.smithi088.srytvt (mgr.14180) 1072 : 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-11T17:14:20.696 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:14:20 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T17:14:19.157095+0000 mgr.smithi088.srytvt (mgr.14180) 1072 : 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-11T17:14:20.830 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:14:21.535 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:14:21 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T17:14:20.443727+0000 mgr.smithi088.srytvt (mgr.14180) 1073 : audit [DBG] from='client.16132 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:14:21.696 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:14:21 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T17:14:20.443727+0000 mgr.smithi088.srytvt (mgr.14180) 1073 : audit [DBG] from='client.16132 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:14:21.831 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid eb5e91f4-c8fd-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:14:22.535 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:14:22 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T17:14:21.157744+0000 mgr.smithi088.srytvt (mgr.14180) 1074 : cluster [DBG] pgmap v646: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:14:22.696 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:14:22 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T17:14:21.157744+0000 mgr.smithi088.srytvt (mgr.14180) 1074 : cluster [DBG] pgmap v646: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:14:23.272 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-11T17:14:23.273 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:53:35.782365Z", "last_refresh": "2024-02-11T17:13:22.835956Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:53:31.954385Z", "last_refresh": "2024-02-11T17:13:20.428459Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:53:34.066531Z", "last_refresh": "2024-02-11T17:13:22.836086Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:07:15.427197Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.lkfzmc on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:09:49.871700Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.nlxlvg on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-nlxlvg\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-nlxlvg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.nlxlvg\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.nlxlvg\nDeploy daemon haproxy.nfs.foo.smithi148.nlxlvg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:07:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:08:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:09:12Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:12:19.149844Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi088.ighhoz on smithi088: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi088-ighhoz\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi088-ighhoz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi088.ighhoz\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi088.ighhoz\nDeploy daemon haproxy.nfs.foo.smithi088.ighhoz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:10:26Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:11:04Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:11:41Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:12:19.151066Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.wzbsdm on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:12:19.152116Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.wgycrs on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.88/16"}, "status": {"created": "2024-02-11T16:57:01.421766Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:53:31.041620Z", "last_refresh": "2024-02-11T17:13:20.428608Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:32.209992Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:54:32.207503Z", "last_refresh": "2024-02-11T17:13:20.428684Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:01.420843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T16:57:01.417643Z", "last_refresh": "2024-02-11T17:13:22.836583Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:53:34.907593Z", "last_refresh": "2024-02-11T17:13:20.428750Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:57.873613Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:54:57.867647Z", "last_refresh": "2024-02-11T17:13:20.428814Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:53:32.998901Z", "last_refresh": "2024-02-11T17:13:22.836226Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-11T16:56:57.378029Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-11T16:57:01.184426Z", "last_refresh": "2024-02-11T17:13:20.429081Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-11T17:14:23.638 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:14:24.639 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid eb5e91f4-c8fd-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:14:24.673 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:14:24 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T17:14:23.158392+0000 mgr.smithi088.srytvt (mgr.14180) 1075 : cluster [DBG] pgmap v647: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:14:24.673 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:14:24 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T17:14:23.268191+0000 mgr.smithi088.srytvt (mgr.14180) 1076 : audit [DBG] from='client.16136 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:14:24.696 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:14:24 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T17:14:23.158392+0000 mgr.smithi088.srytvt (mgr.14180) 1075 : cluster [DBG] pgmap v647: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:14:24.696 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:14:24 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T17:14:23.268191+0000 mgr.smithi088.srytvt (mgr.14180) 1076 : audit [DBG] from='client.16136 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:14:26.036 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-11T17:14:26.036 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:53:35.782365Z", "last_refresh": "2024-02-11T17:13:22.835956Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:53:31.954385Z", "last_refresh": "2024-02-11T17:13:20.428459Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:53:34.066531Z", "last_refresh": "2024-02-11T17:13:22.836086Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:07:15.427197Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.lkfzmc on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:09:49.871700Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.nlxlvg on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-nlxlvg\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-nlxlvg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.nlxlvg\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.nlxlvg\nDeploy daemon haproxy.nfs.foo.smithi148.nlxlvg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:07:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:08:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:09:12Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:12:19.149844Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi088.ighhoz on smithi088: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi088-ighhoz\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi088-ighhoz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi088.ighhoz\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi088.ighhoz\nDeploy daemon haproxy.nfs.foo.smithi088.ighhoz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:10:26Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:11:04Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:11:41Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:12:19.151066Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.wzbsdm on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:12:19.152116Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.wgycrs on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.88/16"}, "status": {"created": "2024-02-11T16:57:01.421766Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:53:31.041620Z", "last_refresh": "2024-02-11T17:13:20.428608Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:32.209992Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:54:32.207503Z", "last_refresh": "2024-02-11T17:13:20.428684Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:01.420843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T16:57:01.417643Z", "last_refresh": "2024-02-11T17:13:22.836583Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:53:34.907593Z", "last_refresh": "2024-02-11T17:13:20.428750Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:57.873613Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:54:57.867647Z", "last_refresh": "2024-02-11T17:13:20.428814Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:53:32.998901Z", "last_refresh": "2024-02-11T17:13:22.836226Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-11T16:56:57.378029Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-11T16:57:01.184426Z", "last_refresh": "2024-02-11T17:13:20.429081Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-11T17:14:26.385 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:14:26 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T17:14:25.159281+0000 mgr.smithi088.srytvt (mgr.14180) 1077 : 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-11T17:14:26.385 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:14:26 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T17:14:26.031365+0000 mgr.smithi088.srytvt (mgr.14180) 1078 : audit [DBG] from='client.16140 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:14:26.448 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:14:26.696 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:14:26 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T17:14:25.159281+0000 mgr.smithi088.srytvt (mgr.14180) 1077 : 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-11T17:14:26.696 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:14:26 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T17:14:26.031365+0000 mgr.smithi088.srytvt (mgr.14180) 1078 : audit [DBG] from='client.16140 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:14:27.449 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid eb5e91f4-c8fd-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:14:28.474 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:14:28 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T17:14:27.160010+0000 mgr.smithi088.srytvt (mgr.14180) 1079 : 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-11T17:14:28.696 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:14:28 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T17:14:27.160010+0000 mgr.smithi088.srytvt (mgr.14180) 1079 : 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-11T17:14:28.832 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-11T17:14:28.832 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:53:35.782365Z", "last_refresh": "2024-02-11T17:13:22.835956Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:53:31.954385Z", "last_refresh": "2024-02-11T17:13:20.428459Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:53:34.066531Z", "last_refresh": "2024-02-11T17:13:22.836086Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:07:15.427197Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.lkfzmc on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:09:49.871700Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.nlxlvg on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-nlxlvg\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-nlxlvg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.nlxlvg\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.nlxlvg\nDeploy daemon haproxy.nfs.foo.smithi148.nlxlvg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:07:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:08:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:09:12Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:12:19.149844Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi088.ighhoz on smithi088: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi088-ighhoz\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi088-ighhoz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi088.ighhoz\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi088.ighhoz\nDeploy daemon haproxy.nfs.foo.smithi088.ighhoz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:10:26Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:11:04Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:11:41Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:12:19.151066Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.wzbsdm on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:12:19.152116Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.wgycrs on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.88/16"}, "status": {"created": "2024-02-11T16:57:01.421766Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:53:31.041620Z", "last_refresh": "2024-02-11T17:13:20.428608Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:32.209992Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:54:32.207503Z", "last_refresh": "2024-02-11T17:13:20.428684Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:01.420843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T16:57:01.417643Z", "last_refresh": "2024-02-11T17:13:22.836583Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:53:34.907593Z", "last_refresh": "2024-02-11T17:13:20.428750Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:57.873613Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:54:57.867647Z", "last_refresh": "2024-02-11T17:13:20.428814Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:53:32.998901Z", "last_refresh": "2024-02-11T17:13:22.836226Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-11T16:56:57.378029Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-11T16:57:01.184426Z", "last_refresh": "2024-02-11T17:13:20.429081Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-11T17:14:29.267 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:14:29.535 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:14:29 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T17:14:28.828112+0000 mgr.smithi088.srytvt (mgr.14180) 1080 : audit [DBG] from='client.16144 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:14:29.696 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:14:29 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T17:14:28.828112+0000 mgr.smithi088.srytvt (mgr.14180) 1080 : audit [DBG] from='client.16144 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:14:30.268 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid eb5e91f4-c8fd-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:14:30.604 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:14:30 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T17:14:29.160568+0000 mgr.smithi088.srytvt (mgr.14180) 1081 : 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-11T17:14:30.696 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:14:30 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T17:14:29.160568+0000 mgr.smithi088.srytvt (mgr.14180) 1081 : 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-11T17:14:31.618 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-11T17:14:31.619 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:53:35.782365Z", "last_refresh": "2024-02-11T17:13:22.835956Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:53:31.954385Z", "last_refresh": "2024-02-11T17:13:20.428459Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:53:34.066531Z", "last_refresh": "2024-02-11T17:13:22.836086Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:07:15.427197Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.lkfzmc on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:09:49.871700Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.nlxlvg on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-nlxlvg\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-nlxlvg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.nlxlvg\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.nlxlvg\nDeploy daemon haproxy.nfs.foo.smithi148.nlxlvg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:07:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:08:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:09:12Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:12:19.149844Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi088.ighhoz on smithi088: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi088-ighhoz\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi088-ighhoz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi088.ighhoz\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi088.ighhoz\nDeploy daemon haproxy.nfs.foo.smithi088.ighhoz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:10:26Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:11:04Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:11:41Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:12:19.151066Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.wzbsdm on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:12:19.152116Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.wgycrs on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.88/16"}, "status": {"created": "2024-02-11T16:57:01.421766Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:53:31.041620Z", "last_refresh": "2024-02-11T17:13:20.428608Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:32.209992Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:54:32.207503Z", "last_refresh": "2024-02-11T17:13:20.428684Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:01.420843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T16:57:01.417643Z", "last_refresh": "2024-02-11T17:13:22.836583Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:53:34.907593Z", "last_refresh": "2024-02-11T17:13:20.428750Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:57.873613Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:54:57.867647Z", "last_refresh": "2024-02-11T17:13:20.428814Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:53:32.998901Z", "last_refresh": "2024-02-11T17:13:22.836226Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-11T16:56:57.378029Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-11T16:57:01.184426Z", "last_refresh": "2024-02-11T17:13:20.429081Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-11T17:14:31.992 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:14:32.697 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:14:32 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T17:14:31.161310+0000 mgr.smithi088.srytvt (mgr.14180) 1082 : cluster [DBG] pgmap v651: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:14:32.697 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:14:32 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T17:14:31.613392+0000 mgr.smithi088.srytvt (mgr.14180) 1083 : audit [DBG] from='client.16148 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:14:32.786 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:14:32 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T17:14:31.161310+0000 mgr.smithi088.srytvt (mgr.14180) 1082 : cluster [DBG] pgmap v651: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:14:32.786 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:14:32 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T17:14:31.613392+0000 mgr.smithi088.srytvt (mgr.14180) 1083 : audit [DBG] from='client.16148 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:14:32.993 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid eb5e91f4-c8fd-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:14:34.426 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-11T17:14:34.427 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:53:35.782365Z", "last_refresh": "2024-02-11T17:13:22.835956Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:53:31.954385Z", "last_refresh": "2024-02-11T17:13:20.428459Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:53:34.066531Z", "last_refresh": "2024-02-11T17:13:22.836086Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:07:15.427197Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.lkfzmc on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:09:49.871700Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.nlxlvg on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-nlxlvg\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-nlxlvg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.nlxlvg\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.nlxlvg\nDeploy daemon haproxy.nfs.foo.smithi148.nlxlvg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:07:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:08:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:09:12Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:12:19.149844Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi088.ighhoz on smithi088: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi088-ighhoz\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi088-ighhoz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi088.ighhoz\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi088.ighhoz\nDeploy daemon haproxy.nfs.foo.smithi088.ighhoz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:10:26Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:11:04Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:11:41Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:12:19.151066Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.wzbsdm on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:12:19.152116Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.wgycrs on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.88/16"}, "status": {"created": "2024-02-11T16:57:01.421766Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:53:31.041620Z", "last_refresh": "2024-02-11T17:13:20.428608Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:32.209992Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:54:32.207503Z", "last_refresh": "2024-02-11T17:13:20.428684Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:01.420843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T16:57:01.417643Z", "last_refresh": "2024-02-11T17:13:22.836583Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:53:34.907593Z", "last_refresh": "2024-02-11T17:13:20.428750Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:57.873613Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:54:57.867647Z", "last_refresh": "2024-02-11T17:13:20.428814Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:53:32.998901Z", "last_refresh": "2024-02-11T17:13:22.836226Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-11T16:56:57.378029Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-11T16:57:01.184426Z", "last_refresh": "2024-02-11T17:13:20.429081Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-11T17:14:34.618 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:14:34 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T17:14:33.161998+0000 mgr.smithi088.srytvt (mgr.14180) 1084 : cluster [DBG] pgmap v652: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:14:34.696 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:14:34 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T17:14:33.161998+0000 mgr.smithi088.srytvt (mgr.14180) 1084 : cluster [DBG] pgmap v652: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:14:34.794 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:14:35.696 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:14:35 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T17:14:34.422189+0000 mgr.smithi088.srytvt (mgr.14180) 1085 : audit [DBG] from='client.16152 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:14:35.785 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:14:35 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T17:14:34.422189+0000 mgr.smithi088.srytvt (mgr.14180) 1085 : audit [DBG] from='client.16152 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:14:35.795 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid eb5e91f4-c8fd-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:14:36.471 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:14:36 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T17:14:35.162709+0000 mgr.smithi088.srytvt (mgr.14180) 1086 : 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-11T17:14:36.696 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:14:36 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T17:14:35.162709+0000 mgr.smithi088.srytvt (mgr.14180) 1086 : 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-11T17:14:37.186 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-11T17:14:37.186 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:53:35.782365Z", "last_refresh": "2024-02-11T17:13:22.835956Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:53:31.954385Z", "last_refresh": "2024-02-11T17:13:20.428459Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:53:34.066531Z", "last_refresh": "2024-02-11T17:13:22.836086Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:07:15.427197Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.lkfzmc on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:09:49.871700Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.nlxlvg on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-nlxlvg\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-nlxlvg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.nlxlvg\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.nlxlvg\nDeploy daemon haproxy.nfs.foo.smithi148.nlxlvg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:07:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:08:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:09:12Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:12:19.149844Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi088.ighhoz on smithi088: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi088-ighhoz\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi088-ighhoz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi088.ighhoz\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi088.ighhoz\nDeploy daemon haproxy.nfs.foo.smithi088.ighhoz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:10:26Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:11:04Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:11:41Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:12:19.151066Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.wzbsdm on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:12:19.152116Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.wgycrs on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.88/16"}, "status": {"created": "2024-02-11T16:57:01.421766Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:53:31.041620Z", "last_refresh": "2024-02-11T17:13:20.428608Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:32.209992Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:54:32.207503Z", "last_refresh": "2024-02-11T17:13:20.428684Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:01.420843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T16:57:01.417643Z", "last_refresh": "2024-02-11T17:13:22.836583Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:53:34.907593Z", "last_refresh": "2024-02-11T17:13:20.428750Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:57.873613Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:54:57.867647Z", "last_refresh": "2024-02-11T17:13:20.428814Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:53:32.998901Z", "last_refresh": "2024-02-11T17:13:22.836226Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-11T16:56:57.378029Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-11T16:57:01.184426Z", "last_refresh": "2024-02-11T17:13:20.429081Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-11T17:14:37.558 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:14:38.559 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid eb5e91f4-c8fd-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:14:38.590 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:14:38 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T17:14:37.163224+0000 mgr.smithi088.srytvt (mgr.14180) 1087 : 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-11T17:14:38.590 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:14:38 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T17:14:37.181721+0000 mgr.smithi088.srytvt (mgr.14180) 1088 : audit [DBG] from='client.16156 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:14:38.696 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:14:38 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T17:14:37.163224+0000 mgr.smithi088.srytvt (mgr.14180) 1087 : 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-11T17:14:38.696 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:14:38 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T17:14:37.181721+0000 mgr.smithi088.srytvt (mgr.14180) 1088 : audit [DBG] from='client.16156 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:14:39.855 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-11T17:14:39.855 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:53:35.782365Z", "last_refresh": "2024-02-11T17:13:22.835956Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:53:31.954385Z", "last_refresh": "2024-02-11T17:13:20.428459Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:53:34.066531Z", "last_refresh": "2024-02-11T17:13:22.836086Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:07:15.427197Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.lkfzmc on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:09:49.871700Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.nlxlvg on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-nlxlvg\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-nlxlvg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.nlxlvg\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.nlxlvg\nDeploy daemon haproxy.nfs.foo.smithi148.nlxlvg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:07:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:08:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:09:12Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:12:19.149844Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi088.ighhoz on smithi088: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi088-ighhoz\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi088-ighhoz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi088.ighhoz\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi088.ighhoz\nDeploy daemon haproxy.nfs.foo.smithi088.ighhoz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:10:26Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:11:04Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:11:41Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:12:19.151066Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.wzbsdm on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:12:19.152116Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.wgycrs on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.88/16"}, "status": {"created": "2024-02-11T16:57:01.421766Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:53:31.041620Z", "last_refresh": "2024-02-11T17:13:20.428608Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:32.209992Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:54:32.207503Z", "last_refresh": "2024-02-11T17:13:20.428684Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:01.420843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T16:57:01.417643Z", "last_refresh": "2024-02-11T17:13:22.836583Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:53:34.907593Z", "last_refresh": "2024-02-11T17:13:20.428750Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:57.873613Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:54:57.867647Z", "last_refresh": "2024-02-11T17:13:20.428814Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:53:32.998901Z", "last_refresh": "2024-02-11T17:13:22.836226Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-11T16:56:57.378029Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-11T16:57:01.184426Z", "last_refresh": "2024-02-11T17:13:20.429081Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-11T17:14:40.233 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:14:40.535 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:14:40 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T17:14:39.163960+0000 mgr.smithi088.srytvt (mgr.14180) 1089 : 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-11T17:14:40.535 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:14:40 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T17:14:39.849893+0000 mgr.smithi088.srytvt (mgr.14180) 1090 : audit [DBG] from='client.16160 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:14:40.696 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:14:40 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T17:14:39.163960+0000 mgr.smithi088.srytvt (mgr.14180) 1089 : 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-11T17:14:40.696 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:14:40 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T17:14:39.849893+0000 mgr.smithi088.srytvt (mgr.14180) 1090 : audit [DBG] from='client.16160 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:14:41.234 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid eb5e91f4-c8fd-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:14:42.535 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:14:42 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T17:14:41.164669+0000 mgr.smithi088.srytvt (mgr.14180) 1091 : cluster [DBG] pgmap v656: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:14:42.604 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-11T17:14:42.604 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:53:35.782365Z", "last_refresh": "2024-02-11T17:13:22.835956Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:53:31.954385Z", "last_refresh": "2024-02-11T17:13:20.428459Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:53:34.066531Z", "last_refresh": "2024-02-11T17:13:22.836086Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:07:15.427197Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.lkfzmc on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:09:49.871700Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.nlxlvg on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-nlxlvg\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-nlxlvg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.nlxlvg\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.nlxlvg\nDeploy daemon haproxy.nfs.foo.smithi148.nlxlvg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:07:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:08:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:09:12Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:12:19.149844Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi088.ighhoz on smithi088: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi088-ighhoz\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi088-ighhoz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi088.ighhoz\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi088.ighhoz\nDeploy daemon haproxy.nfs.foo.smithi088.ighhoz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:10:26Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:11:04Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:11:41Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:12:19.151066Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.wzbsdm on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:12:19.152116Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.wgycrs on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.88/16"}, "status": {"created": "2024-02-11T16:57:01.421766Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:53:31.041620Z", "last_refresh": "2024-02-11T17:13:20.428608Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:32.209992Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:54:32.207503Z", "last_refresh": "2024-02-11T17:13:20.428684Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:01.420843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T16:57:01.417643Z", "last_refresh": "2024-02-11T17:13:22.836583Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:53:34.907593Z", "last_refresh": "2024-02-11T17:13:20.428750Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:57.873613Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:54:57.867647Z", "last_refresh": "2024-02-11T17:13:20.428814Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:53:32.998901Z", "last_refresh": "2024-02-11T17:13:22.836226Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-11T16:56:57.378029Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-11T16:57:01.184426Z", "last_refresh": "2024-02-11T17:13:20.429081Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-11T17:14:42.696 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:14:42 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T17:14:41.164669+0000 mgr.smithi088.srytvt (mgr.14180) 1091 : cluster [DBG] pgmap v656: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:14:42.991 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:14:43.696 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:14:43 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T17:14:42.600147+0000 mgr.smithi088.srytvt (mgr.14180) 1092 : audit [DBG] from='client.16164 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:14:43.785 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:14:43 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T17:14:42.600147+0000 mgr.smithi088.srytvt (mgr.14180) 1092 : audit [DBG] from='client.16164 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:14:43.991 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid eb5e91f4-c8fd-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:14:44.696 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:14:44 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T17:14:43.165535+0000 mgr.smithi088.srytvt (mgr.14180) 1093 : cluster [DBG] pgmap v657: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:14:44.770 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:14:44 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T17:14:43.165535+0000 mgr.smithi088.srytvt (mgr.14180) 1093 : cluster [DBG] pgmap v657: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:14:45.495 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-11T17:14:45.496 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:53:35.782365Z", "last_refresh": "2024-02-11T17:13:22.835956Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:53:31.954385Z", "last_refresh": "2024-02-11T17:13:20.428459Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:53:34.066531Z", "last_refresh": "2024-02-11T17:13:22.836086Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:07:15.427197Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.lkfzmc on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:09:49.871700Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.nlxlvg on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-nlxlvg\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-nlxlvg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.nlxlvg\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.nlxlvg\nDeploy daemon haproxy.nfs.foo.smithi148.nlxlvg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:07:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:08:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:09:12Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:12:19.149844Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi088.ighhoz on smithi088: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi088-ighhoz\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi088-ighhoz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi088.ighhoz\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi088.ighhoz\nDeploy daemon haproxy.nfs.foo.smithi088.ighhoz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:10:26Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:11:04Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:11:41Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:12:19.151066Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.wzbsdm on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:12:19.152116Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.wgycrs on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.88/16"}, "status": {"created": "2024-02-11T16:57:01.421766Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:53:31.041620Z", "last_refresh": "2024-02-11T17:13:20.428608Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:32.209992Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:54:32.207503Z", "last_refresh": "2024-02-11T17:13:20.428684Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:01.420843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T16:57:01.417643Z", "last_refresh": "2024-02-11T17:13:22.836583Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:53:34.907593Z", "last_refresh": "2024-02-11T17:13:20.428750Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:57.873613Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:54:57.867647Z", "last_refresh": "2024-02-11T17:13:20.428814Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:53:32.998901Z", "last_refresh": "2024-02-11T17:13:22.836226Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-11T16:56:57.378029Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-11T16:57:01.184426Z", "last_refresh": "2024-02-11T17:13:20.429081Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-11T17:14:45.915 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:14:46.696 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:14:46 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T17:14:45.166257+0000 mgr.smithi088.srytvt (mgr.14180) 1094 : 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-11T17:14:46.696 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:14:46 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T17:14:45.491059+0000 mgr.smithi088.srytvt (mgr.14180) 1095 : audit [DBG] from='client.16168 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:14:46.785 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:14:46 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T17:14:45.166257+0000 mgr.smithi088.srytvt (mgr.14180) 1094 : 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-11T17:14:46.785 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:14:46 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T17:14:45.491059+0000 mgr.smithi088.srytvt (mgr.14180) 1095 : audit [DBG] from='client.16168 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:14:46.916 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid eb5e91f4-c8fd-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:14:48.290 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-11T17:14:48.290 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:53:35.782365Z", "last_refresh": "2024-02-11T17:13:22.835956Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:53:31.954385Z", "last_refresh": "2024-02-11T17:13:20.428459Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:53:34.066531Z", "last_refresh": "2024-02-11T17:13:22.836086Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:07:15.427197Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.lkfzmc on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:09:49.871700Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.nlxlvg on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-nlxlvg\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-nlxlvg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.nlxlvg\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.nlxlvg\nDeploy daemon haproxy.nfs.foo.smithi148.nlxlvg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:07:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:08:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:09:12Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:12:19.149844Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi088.ighhoz on smithi088: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi088-ighhoz\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi088-ighhoz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi088.ighhoz\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi088.ighhoz\nDeploy daemon haproxy.nfs.foo.smithi088.ighhoz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:10:26Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:11:04Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:11:41Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:12:19.151066Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.wzbsdm on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:12:19.152116Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.wgycrs on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.88/16"}, "status": {"created": "2024-02-11T16:57:01.421766Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:53:31.041620Z", "last_refresh": "2024-02-11T17:13:20.428608Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:32.209992Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:54:32.207503Z", "last_refresh": "2024-02-11T17:13:20.428684Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:01.420843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T16:57:01.417643Z", "last_refresh": "2024-02-11T17:13:22.836583Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:53:34.907593Z", "last_refresh": "2024-02-11T17:13:20.428750Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:57.873613Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:54:57.867647Z", "last_refresh": "2024-02-11T17:13:20.428814Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:53:32.998901Z", "last_refresh": "2024-02-11T17:13:22.836226Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-11T16:56:57.378029Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-11T16:57:01.184426Z", "last_refresh": "2024-02-11T17:13:20.429081Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-11T17:14:48.604 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:14:48 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T17:14:47.166934+0000 mgr.smithi088.srytvt (mgr.14180) 1096 : 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-11T17:14:48.674 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:14:48.696 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:14:48 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T17:14:47.166934+0000 mgr.smithi088.srytvt (mgr.14180) 1096 : 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-11T17:14:49.675 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid eb5e91f4-c8fd-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:14:49.696 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:14:49 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T17:14:48.285721+0000 mgr.smithi088.srytvt (mgr.14180) 1097 : audit [DBG] from='client.16172 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:14:49.701 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:14:49 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T17:14:48.285721+0000 mgr.smithi088.srytvt (mgr.14180) 1097 : audit [DBG] from='client.16172 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:14:50.694 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:14:50 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T17:14:49.167469+0000 mgr.smithi088.srytvt (mgr.14180) 1098 : 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-11T17:14:50.696 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:14:50 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T17:14:49.167469+0000 mgr.smithi088.srytvt (mgr.14180) 1098 : 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-11T17:14:51.038 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-11T17:14:51.038 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:53:35.782365Z", "last_refresh": "2024-02-11T17:13:22.835956Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:53:31.954385Z", "last_refresh": "2024-02-11T17:13:20.428459Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:53:34.066531Z", "last_refresh": "2024-02-11T17:13:22.836086Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:07:15.427197Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.lkfzmc on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:09:49.871700Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.nlxlvg on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-nlxlvg\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-nlxlvg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.nlxlvg\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.nlxlvg\nDeploy daemon haproxy.nfs.foo.smithi148.nlxlvg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:07:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:08:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:09:12Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:12:19.149844Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi088.ighhoz on smithi088: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi088-ighhoz\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi088-ighhoz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi088.ighhoz\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi088.ighhoz\nDeploy daemon haproxy.nfs.foo.smithi088.ighhoz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:10:26Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:11:04Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:11:41Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:12:19.151066Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.wzbsdm on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:12:19.152116Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.wgycrs on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.88/16"}, "status": {"created": "2024-02-11T16:57:01.421766Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:53:31.041620Z", "last_refresh": "2024-02-11T17:13:20.428608Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:32.209992Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:54:32.207503Z", "last_refresh": "2024-02-11T17:13:20.428684Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:01.420843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T16:57:01.417643Z", "last_refresh": "2024-02-11T17:13:22.836583Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:53:34.907593Z", "last_refresh": "2024-02-11T17:13:20.428750Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:57.873613Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:54:57.867647Z", "last_refresh": "2024-02-11T17:13:20.428814Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:53:32.998901Z", "last_refresh": "2024-02-11T17:13:22.836226Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-11T16:56:57.378029Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-11T16:57:01.184426Z", "last_refresh": "2024-02-11T17:13:20.429081Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-11T17:14:51.439 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:14:51.696 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:14:51 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T17:14:51.033547+0000 mgr.smithi088.srytvt (mgr.14180) 1099 : audit [DBG] from='client.16176 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:14:51.785 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:14:51 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T17:14:51.033547+0000 mgr.smithi088.srytvt (mgr.14180) 1099 : audit [DBG] from='client.16176 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:14:52.440 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid eb5e91f4-c8fd-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:14:52.696 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:14:52 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T17:14:51.168192+0000 mgr.smithi088.srytvt (mgr.14180) 1100 : cluster [DBG] pgmap v661: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:14:52.783 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:14:52 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T17:14:51.168192+0000 mgr.smithi088.srytvt (mgr.14180) 1100 : cluster [DBG] pgmap v661: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:14:53.809 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-11T17:14:53.809 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:53:35.782365Z", "last_refresh": "2024-02-11T17:13:22.835956Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:53:31.954385Z", "last_refresh": "2024-02-11T17:13:20.428459Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:53:34.066531Z", "last_refresh": "2024-02-11T17:13:22.836086Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:07:15.427197Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.lkfzmc on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:09:49.871700Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.nlxlvg on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-nlxlvg\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-nlxlvg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.nlxlvg\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.nlxlvg\nDeploy daemon haproxy.nfs.foo.smithi148.nlxlvg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:07:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:08:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:09:12Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:12:19.149844Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi088.ighhoz on smithi088: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi088-ighhoz\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi088-ighhoz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi088.ighhoz\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi088.ighhoz\nDeploy daemon haproxy.nfs.foo.smithi088.ighhoz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:10:26Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:11:04Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:11:41Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:12:19.151066Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.wzbsdm on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:12:19.152116Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.wgycrs on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.88/16"}, "status": {"created": "2024-02-11T16:57:01.421766Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:53:31.041620Z", "last_refresh": "2024-02-11T17:13:20.428608Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:32.209992Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:54:32.207503Z", "last_refresh": "2024-02-11T17:13:20.428684Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:01.420843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T16:57:01.417643Z", "last_refresh": "2024-02-11T17:13:22.836583Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:53:34.907593Z", "last_refresh": "2024-02-11T17:13:20.428750Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:57.873613Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:54:57.867647Z", "last_refresh": "2024-02-11T17:13:20.428814Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:53:32.998901Z", "last_refresh": "2024-02-11T17:13:22.836226Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-11T16:56:57.378029Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-11T16:57:01.184426Z", "last_refresh": "2024-02-11T17:13:20.429081Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-11T17:14:54.189 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:14:54.535 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:14:54 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T17:14:53.168926+0000 mgr.smithi088.srytvt (mgr.14180) 1101 : cluster [DBG] pgmap v662: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:14:54.536 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:14:54 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T17:14:53.804350+0000 mgr.smithi088.srytvt (mgr.14180) 1102 : audit [DBG] from='client.16180 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:14:54.696 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:14:54 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T17:14:53.168926+0000 mgr.smithi088.srytvt (mgr.14180) 1101 : cluster [DBG] pgmap v662: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:14:54.696 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:14:54 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T17:14:53.804350+0000 mgr.smithi088.srytvt (mgr.14180) 1102 : audit [DBG] from='client.16180 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:14:55.190 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid eb5e91f4-c8fd-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:14:56.535 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:14:56 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T17:14:55.169799+0000 mgr.smithi088.srytvt (mgr.14180) 1103 : 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-11T17:14:56.577 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-11T17:14:56.577 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:53:35.782365Z", "last_refresh": "2024-02-11T17:13:22.835956Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:53:31.954385Z", "last_refresh": "2024-02-11T17:13:20.428459Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:53:34.066531Z", "last_refresh": "2024-02-11T17:13:22.836086Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:07:15.427197Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.lkfzmc on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:09:49.871700Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.nlxlvg on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-nlxlvg\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-nlxlvg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.nlxlvg\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.nlxlvg\nDeploy daemon haproxy.nfs.foo.smithi148.nlxlvg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:07:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:08:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:09:12Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:12:19.149844Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi088.ighhoz on smithi088: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi088-ighhoz\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi088-ighhoz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi088.ighhoz\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi088.ighhoz\nDeploy daemon haproxy.nfs.foo.smithi088.ighhoz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:10:26Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:11:04Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:11:41Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:12:19.151066Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.wzbsdm on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:12:19.152116Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.wgycrs on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.88/16"}, "status": {"created": "2024-02-11T16:57:01.421766Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:53:31.041620Z", "last_refresh": "2024-02-11T17:13:20.428608Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:32.209992Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:54:32.207503Z", "last_refresh": "2024-02-11T17:13:20.428684Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:01.420843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T16:57:01.417643Z", "last_refresh": "2024-02-11T17:13:22.836583Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:53:34.907593Z", "last_refresh": "2024-02-11T17:13:20.428750Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:57.873613Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:54:57.867647Z", "last_refresh": "2024-02-11T17:13:20.428814Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:53:32.998901Z", "last_refresh": "2024-02-11T17:13:22.836226Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-11T16:56:57.378029Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-11T16:57:01.184426Z", "last_refresh": "2024-02-11T17:13:20.429081Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-11T17:14:56.696 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:14:56 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T17:14:55.169799+0000 mgr.smithi088.srytvt (mgr.14180) 1103 : 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-11T17:14:56.955 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:14:57.696 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:14:57 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T17:14:56.572768+0000 mgr.smithi088.srytvt (mgr.14180) 1104 : audit [DBG] from='client.16184 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:14:57.785 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:14:57 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T17:14:56.572768+0000 mgr.smithi088.srytvt (mgr.14180) 1104 : audit [DBG] from='client.16184 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:14:57.957 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid eb5e91f4-c8fd-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:14:58.641 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:14:58 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T17:14:57.170562+0000 mgr.smithi088.srytvt (mgr.14180) 1105 : 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-11T17:14:58.696 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:14:58 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T17:14:57.170562+0000 mgr.smithi088.srytvt (mgr.14180) 1105 : 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-11T17:14:59.307 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-11T17:14:59.307 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:53:35.782365Z", "last_refresh": "2024-02-11T17:13:22.835956Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:53:31.954385Z", "last_refresh": "2024-02-11T17:13:20.428459Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:53:34.066531Z", "last_refresh": "2024-02-11T17:13:22.836086Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:07:15.427197Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.lkfzmc on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:09:49.871700Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.nlxlvg on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-nlxlvg\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-nlxlvg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.nlxlvg\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.nlxlvg\nDeploy daemon haproxy.nfs.foo.smithi148.nlxlvg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:07:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:08:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:09:12Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:12:19.149844Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi088.ighhoz on smithi088: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi088-ighhoz\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi088-ighhoz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi088.ighhoz\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi088.ighhoz\nDeploy daemon haproxy.nfs.foo.smithi088.ighhoz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:10:26Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:11:04Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:11:41Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:12:19.151066Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.wzbsdm on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:12:19.152116Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.wgycrs on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.88/16"}, "status": {"created": "2024-02-11T16:57:01.421766Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:53:31.041620Z", "last_refresh": "2024-02-11T17:13:20.428608Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:32.209992Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:54:32.207503Z", "last_refresh": "2024-02-11T17:13:20.428684Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:01.420843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T16:57:01.417643Z", "last_refresh": "2024-02-11T17:13:22.836583Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:53:34.907593Z", "last_refresh": "2024-02-11T17:13:20.428750Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:57.873613Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:54:57.867647Z", "last_refresh": "2024-02-11T17:13:20.428814Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:53:32.998901Z", "last_refresh": "2024-02-11T17:13:22.836226Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-11T16:56:57.378029Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-11T16:57:01.184426Z", "last_refresh": "2024-02-11T17:13:20.429081Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-11T17:14:59.687 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:15:00.688 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid eb5e91f4-c8fd-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:15:00.696 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:15:00 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T17:14:59.171168+0000 mgr.smithi088.srytvt (mgr.14180) 1106 : 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-11T17:15:00.696 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:15:00 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T17:14:59.302636+0000 mgr.smithi088.srytvt (mgr.14180) 1107 : audit [DBG] from='client.16188 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:15:00.721 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:15:00 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T17:14:59.171168+0000 mgr.smithi088.srytvt (mgr.14180) 1106 : 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-11T17:15:00.721 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:15:00 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T17:14:59.302636+0000 mgr.smithi088.srytvt (mgr.14180) 1107 : audit [DBG] from='client.16188 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:15:02.040 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-11T17:15:02.041 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:53:35.782365Z", "last_refresh": "2024-02-11T17:13:22.835956Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:53:31.954385Z", "last_refresh": "2024-02-11T17:13:20.428459Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:53:34.066531Z", "last_refresh": "2024-02-11T17:13:22.836086Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:07:15.427197Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.lkfzmc on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:09:49.871700Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.nlxlvg on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-nlxlvg\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-nlxlvg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.nlxlvg\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.nlxlvg\nDeploy daemon haproxy.nfs.foo.smithi148.nlxlvg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:07:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:08:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:09:12Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:12:19.149844Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi088.ighhoz on smithi088: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi088-ighhoz\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi088-ighhoz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi088.ighhoz\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi088.ighhoz\nDeploy daemon haproxy.nfs.foo.smithi088.ighhoz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:10:26Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:11:04Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:11:41Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:12:19.151066Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.wzbsdm on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:12:19.152116Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.wgycrs on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.88/16"}, "status": {"created": "2024-02-11T16:57:01.421766Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:53:31.041620Z", "last_refresh": "2024-02-11T17:13:20.428608Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:32.209992Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:54:32.207503Z", "last_refresh": "2024-02-11T17:13:20.428684Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:01.420843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T16:57:01.417643Z", "last_refresh": "2024-02-11T17:13:22.836583Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:53:34.907593Z", "last_refresh": "2024-02-11T17:13:20.428750Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:57.873613Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:54:57.867647Z", "last_refresh": "2024-02-11T17:13:20.428814Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:53:32.998901Z", "last_refresh": "2024-02-11T17:13:22.836226Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-11T16:56:57.378029Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-11T16:57:01.184426Z", "last_refresh": "2024-02-11T17:13:20.429081Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-11T17:15:02.453 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:15:02.696 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:15:02 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T17:15:01.171773+0000 mgr.smithi088.srytvt (mgr.14180) 1108 : cluster [DBG] pgmap v666: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:15:02.696 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:15:02 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T17:15:02.035878+0000 mgr.smithi088.srytvt (mgr.14180) 1109 : audit [DBG] from='client.16192 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:15:02.785 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:15:02 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T17:15:01.171773+0000 mgr.smithi088.srytvt (mgr.14180) 1108 : cluster [DBG] pgmap v666: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:15:02.785 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:15:02 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T17:15:02.035878+0000 mgr.smithi088.srytvt (mgr.14180) 1109 : audit [DBG] from='client.16192 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:15:03.455 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid eb5e91f4-c8fd-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:15:04.474 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:15:04 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T17:15:03.172539+0000 mgr.smithi088.srytvt (mgr.14180) 1110 : cluster [DBG] pgmap v667: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:15:04.696 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:15:04 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T17:15:03.172539+0000 mgr.smithi088.srytvt (mgr.14180) 1110 : cluster [DBG] pgmap v667: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:15:04.885 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-11T17:15:04.885 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:53:35.782365Z", "last_refresh": "2024-02-11T17:13:22.835956Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:53:31.954385Z", "last_refresh": "2024-02-11T17:13:20.428459Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:53:34.066531Z", "last_refresh": "2024-02-11T17:13:22.836086Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:07:15.427197Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.lkfzmc on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:09:49.871700Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.nlxlvg on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-nlxlvg\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-nlxlvg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.nlxlvg\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.nlxlvg\nDeploy daemon haproxy.nfs.foo.smithi148.nlxlvg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:07:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:08:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:09:12Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:12:19.149844Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi088.ighhoz on smithi088: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi088-ighhoz\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi088-ighhoz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi088.ighhoz\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi088.ighhoz\nDeploy daemon haproxy.nfs.foo.smithi088.ighhoz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:10:26Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:11:04Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:11:41Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:12:19.151066Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.wzbsdm on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:12:19.152116Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.wgycrs on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.88/16"}, "status": {"created": "2024-02-11T16:57:01.421766Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:53:31.041620Z", "last_refresh": "2024-02-11T17:13:20.428608Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:32.209992Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:54:32.207503Z", "last_refresh": "2024-02-11T17:13:20.428684Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:01.420843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T16:57:01.417643Z", "last_refresh": "2024-02-11T17:13:22.836583Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:53:34.907593Z", "last_refresh": "2024-02-11T17:13:20.428750Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:57.873613Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:54:57.867647Z", "last_refresh": "2024-02-11T17:13:20.428814Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:53:32.998901Z", "last_refresh": "2024-02-11T17:13:22.836226Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-11T16:56:57.378029Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-11T16:57:01.184426Z", "last_refresh": "2024-02-11T17:13:20.429081Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-11T17:15:05.229 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:15:05.535 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:15:05 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T17:15:04.880151+0000 mgr.smithi088.srytvt (mgr.14180) 1111 : audit [DBG] from='client.16196 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:15:05.696 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:15:05 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T17:15:04.880151+0000 mgr.smithi088.srytvt (mgr.14180) 1111 : audit [DBG] from='client.16196 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:15:06.229 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid eb5e91f4-c8fd-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:15:06.535 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:15:06 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T17:15:05.173360+0000 mgr.smithi088.srytvt (mgr.14180) 1112 : 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-11T17:15:06.696 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:15:06 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T17:15:05.173360+0000 mgr.smithi088.srytvt (mgr.14180) 1112 : 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-11T17:15:07.568 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-11T17:15:07.569 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:53:35.782365Z", "last_refresh": "2024-02-11T17:13:22.835956Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:53:31.954385Z", "last_refresh": "2024-02-11T17:13:20.428459Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:53:34.066531Z", "last_refresh": "2024-02-11T17:13:22.836086Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:07:15.427197Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.lkfzmc on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:09:49.871700Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.nlxlvg on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-nlxlvg\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-nlxlvg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.nlxlvg\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.nlxlvg\nDeploy daemon haproxy.nfs.foo.smithi148.nlxlvg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:07:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:08:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:09:12Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:12:19.149844Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi088.ighhoz on smithi088: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi088-ighhoz\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi088-ighhoz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi088.ighhoz\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi088.ighhoz\nDeploy daemon haproxy.nfs.foo.smithi088.ighhoz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:10:26Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:11:04Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:11:41Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:12:19.151066Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.wzbsdm on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:12:19.152116Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.wgycrs on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.88/16"}, "status": {"created": "2024-02-11T16:57:01.421766Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:53:31.041620Z", "last_refresh": "2024-02-11T17:13:20.428608Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:32.209992Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:54:32.207503Z", "last_refresh": "2024-02-11T17:13:20.428684Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:01.420843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T16:57:01.417643Z", "last_refresh": "2024-02-11T17:13:22.836583Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:53:34.907593Z", "last_refresh": "2024-02-11T17:13:20.428750Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:57.873613Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:54:57.867647Z", "last_refresh": "2024-02-11T17:13:20.428814Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:53:32.998901Z", "last_refresh": "2024-02-11T17:13:22.836226Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-11T16:56:57.378029Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-11T16:57:01.184426Z", "last_refresh": "2024-02-11T17:13:20.429081Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-11T17:15:07.952 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:15:08.696 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:15:08 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T17:15:07.173863+0000 mgr.smithi088.srytvt (mgr.14180) 1113 : 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-11T17:15:08.696 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:15:08 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T17:15:07.563670+0000 mgr.smithi088.srytvt (mgr.14180) 1114 : audit [DBG] from='client.16200 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:15:08.785 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:15:08 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T17:15:07.173863+0000 mgr.smithi088.srytvt (mgr.14180) 1113 : 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-11T17:15:08.785 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:15:08 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T17:15:07.563670+0000 mgr.smithi088.srytvt (mgr.14180) 1114 : audit [DBG] from='client.16200 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:15:08.953 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid eb5e91f4-c8fd-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:15:10.370 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-11T17:15:10.370 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:53:35.782365Z", "last_refresh": "2024-02-11T17:13:22.835956Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:53:31.954385Z", "last_refresh": "2024-02-11T17:13:20.428459Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:53:34.066531Z", "last_refresh": "2024-02-11T17:13:22.836086Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:07:15.427197Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.lkfzmc on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:09:49.871700Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.nlxlvg on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-nlxlvg\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-nlxlvg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.nlxlvg\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.nlxlvg\nDeploy daemon haproxy.nfs.foo.smithi148.nlxlvg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:07:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:08:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:09:12Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:12:19.149844Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi088.ighhoz on smithi088: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi088-ighhoz\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi088-ighhoz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi088.ighhoz\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi088.ighhoz\nDeploy daemon haproxy.nfs.foo.smithi088.ighhoz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:10:26Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:11:04Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:11:41Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:12:19.151066Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.wzbsdm on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:12:19.152116Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.wgycrs on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.88/16"}, "status": {"created": "2024-02-11T16:57:01.421766Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:53:31.041620Z", "last_refresh": "2024-02-11T17:13:20.428608Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:32.209992Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:54:32.207503Z", "last_refresh": "2024-02-11T17:13:20.428684Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:01.420843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T16:57:01.417643Z", "last_refresh": "2024-02-11T17:13:22.836583Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:53:34.907593Z", "last_refresh": "2024-02-11T17:13:20.428750Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:57.873613Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:54:57.867647Z", "last_refresh": "2024-02-11T17:13:20.428814Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:53:32.998901Z", "last_refresh": "2024-02-11T17:13:22.836226Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-11T16:56:57.378029Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-11T16:57:01.184426Z", "last_refresh": "2024-02-11T17:13:20.429081Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-11T17:15:10.692 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:15:10 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T17:15:09.174483+0000 mgr.smithi088.srytvt (mgr.14180) 1115 : 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-11T17:15:10.696 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:15:10 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T17:15:09.174483+0000 mgr.smithi088.srytvt (mgr.14180) 1115 : 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-11T17:15:10.752 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:15:11.696 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:15:11 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T17:15:10.365154+0000 mgr.smithi088.srytvt (mgr.14180) 1116 : audit [DBG] from='client.16204 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:15:11.754 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid eb5e91f4-c8fd-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:15:11.785 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:15:11 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T17:15:10.365154+0000 mgr.smithi088.srytvt (mgr.14180) 1116 : audit [DBG] from='client.16204 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:15:12.696 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:15:12 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T17:15:11.175159+0000 mgr.smithi088.srytvt (mgr.14180) 1117 : cluster [DBG] pgmap v671: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:15:12.785 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:15:12 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T17:15:11.175159+0000 mgr.smithi088.srytvt (mgr.14180) 1117 : cluster [DBG] pgmap v671: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:15:13.168 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-11T17:15:13.169 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:53:35.782365Z", "last_refresh": "2024-02-11T17:13:22.835956Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:53:31.954385Z", "last_refresh": "2024-02-11T17:13:20.428459Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:53:34.066531Z", "last_refresh": "2024-02-11T17:13:22.836086Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:07:15.427197Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.lkfzmc on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:09:49.871700Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.nlxlvg on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-nlxlvg\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-nlxlvg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.nlxlvg\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.nlxlvg\nDeploy daemon haproxy.nfs.foo.smithi148.nlxlvg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:07:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:08:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:09:12Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:12:19.149844Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi088.ighhoz on smithi088: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi088-ighhoz\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi088-ighhoz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi088.ighhoz\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi088.ighhoz\nDeploy daemon haproxy.nfs.foo.smithi088.ighhoz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:10:26Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:11:04Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:11:41Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:12:19.151066Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.wzbsdm on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:12:19.152116Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.wgycrs on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.88/16"}, "status": {"created": "2024-02-11T16:57:01.421766Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:53:31.041620Z", "last_refresh": "2024-02-11T17:13:20.428608Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:32.209992Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:54:32.207503Z", "last_refresh": "2024-02-11T17:13:20.428684Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:01.420843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T16:57:01.417643Z", "last_refresh": "2024-02-11T17:13:22.836583Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:53:34.907593Z", "last_refresh": "2024-02-11T17:13:20.428750Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:57.873613Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:54:57.867647Z", "last_refresh": "2024-02-11T17:13:20.428814Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:53:32.998901Z", "last_refresh": "2024-02-11T17:13:22.836226Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-11T16:56:57.378029Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-11T16:57:01.184426Z", "last_refresh": "2024-02-11T17:13:20.429081Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-11T17:15:13.543 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:15:14.544 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid eb5e91f4-c8fd-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:15:14.696 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:15:14 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T17:15:13.164209+0000 mgr.smithi088.srytvt (mgr.14180) 1118 : audit [DBG] from='client.16208 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:15:14.696 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:15:14 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T17:15:13.175761+0000 mgr.smithi088.srytvt (mgr.14180) 1119 : cluster [DBG] pgmap v672: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:15:14.785 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:15:14 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T17:15:13.164209+0000 mgr.smithi088.srytvt (mgr.14180) 1118 : audit [DBG] from='client.16208 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:15:14.785 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:15:14 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T17:15:13.175761+0000 mgr.smithi088.srytvt (mgr.14180) 1119 : cluster [DBG] pgmap v672: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:15:15.995 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-11T17:15:15.995 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:53:35.782365Z", "last_refresh": "2024-02-11T17:13:22.835956Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:53:31.954385Z", "last_refresh": "2024-02-11T17:13:20.428459Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:53:34.066531Z", "last_refresh": "2024-02-11T17:13:22.836086Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:07:15.427197Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.lkfzmc on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:09:49.871700Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.nlxlvg on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-nlxlvg\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-nlxlvg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.nlxlvg\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.nlxlvg\nDeploy daemon haproxy.nfs.foo.smithi148.nlxlvg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:07:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:08:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:09:12Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:12:19.149844Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi088.ighhoz on smithi088: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi088-ighhoz\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi088-ighhoz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi088.ighhoz\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi088.ighhoz\nDeploy daemon haproxy.nfs.foo.smithi088.ighhoz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:10:26Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:11:04Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:11:41Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:12:19.151066Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.wzbsdm on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:12:19.152116Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.wgycrs on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.88/16"}, "status": {"created": "2024-02-11T16:57:01.421766Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:53:31.041620Z", "last_refresh": "2024-02-11T17:13:20.428608Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:32.209992Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:54:32.207503Z", "last_refresh": "2024-02-11T17:13:20.428684Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:01.420843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T16:57:01.417643Z", "last_refresh": "2024-02-11T17:13:22.836583Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:53:34.907593Z", "last_refresh": "2024-02-11T17:13:20.428750Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:57.873613Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:54:57.867647Z", "last_refresh": "2024-02-11T17:13:20.428814Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:53:32.998901Z", "last_refresh": "2024-02-11T17:13:22.836226Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-11T16:56:57.378029Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-11T16:57:01.184426Z", "last_refresh": "2024-02-11T17:13:20.429081Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-11T17:15:16.427 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:15:16.696 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:15:16 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T17:15:15.176608+0000 mgr.smithi088.srytvt (mgr.14180) 1120 : 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-11T17:15:16.696 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:15:16 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T17:15:15.990005+0000 mgr.smithi088.srytvt (mgr.14180) 1121 : audit [DBG] from='client.16212 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:15:16.785 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:15:16 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T17:15:15.176608+0000 mgr.smithi088.srytvt (mgr.14180) 1120 : 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-11T17:15:16.786 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:15:16 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T17:15:15.990005+0000 mgr.smithi088.srytvt (mgr.14180) 1121 : audit [DBG] from='client.16212 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:15:17.428 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid eb5e91f4-c8fd-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:15:18.696 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:15:18 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T17:15:17.177258+0000 mgr.smithi088.srytvt (mgr.14180) 1122 : cluster [DBG] pgmap v674: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:15:18.785 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:15:18 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T17:15:17.177258+0000 mgr.smithi088.srytvt (mgr.14180) 1122 : cluster [DBG] pgmap v674: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:15:18.827 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-11T17:15:18.827 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:53:35.782365Z", "last_refresh": "2024-02-11T17:13:22.835956Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:53:31.954385Z", "last_refresh": "2024-02-11T17:13:20.428459Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:53:34.066531Z", "last_refresh": "2024-02-11T17:13:22.836086Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:07:15.427197Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.lkfzmc on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:09:49.871700Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.nlxlvg on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-nlxlvg\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-nlxlvg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.nlxlvg\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.nlxlvg\nDeploy daemon haproxy.nfs.foo.smithi148.nlxlvg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:07:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:08:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:09:12Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:12:19.149844Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi088.ighhoz on smithi088: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi088-ighhoz\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi088-ighhoz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi088.ighhoz\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi088.ighhoz\nDeploy daemon haproxy.nfs.foo.smithi088.ighhoz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:10:26Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:11:04Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:11:41Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:12:19.151066Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.wzbsdm on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:12:19.152116Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.wgycrs on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.88/16"}, "status": {"created": "2024-02-11T16:57:01.421766Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:53:31.041620Z", "last_refresh": "2024-02-11T17:13:20.428608Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:32.209992Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:54:32.207503Z", "last_refresh": "2024-02-11T17:13:20.428684Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:01.420843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T16:57:01.417643Z", "last_refresh": "2024-02-11T17:13:22.836583Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:53:34.907593Z", "last_refresh": "2024-02-11T17:13:20.428750Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:57.873613Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:54:57.867647Z", "last_refresh": "2024-02-11T17:13:20.428814Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:53:32.998901Z", "last_refresh": "2024-02-11T17:13:22.836226Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-11T16:56:57.378029Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-11T16:57:01.184426Z", "last_refresh": "2024-02-11T17:13:20.429081Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-11T17:15:19.216 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:15:19.696 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:15:19 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T17:15:18.822827+0000 mgr.smithi088.srytvt (mgr.14180) 1123 : audit [DBG] from='client.16216 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:15:19.785 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:15:19 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T17:15:18.822827+0000 mgr.smithi088.srytvt (mgr.14180) 1123 : audit [DBG] from='client.16216 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:15:20.217 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid eb5e91f4-c8fd-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:15:20.534 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:15:20 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T17:15:19.177849+0000 mgr.smithi088.srytvt (mgr.14180) 1124 : cluster [DBG] pgmap v675: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:15:20.696 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:15:20 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T17:15:19.177849+0000 mgr.smithi088.srytvt (mgr.14180) 1124 : cluster [DBG] pgmap v675: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:15:21.576 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-11T17:15:21.576 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:53:35.782365Z", "last_refresh": "2024-02-11T17:13:22.835956Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:53:31.954385Z", "last_refresh": "2024-02-11T17:13:20.428459Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:53:34.066531Z", "last_refresh": "2024-02-11T17:13:22.836086Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:07:15.427197Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.lkfzmc on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:09:49.871700Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.nlxlvg on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-nlxlvg\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-nlxlvg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.nlxlvg\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.nlxlvg\nDeploy daemon haproxy.nfs.foo.smithi148.nlxlvg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:07:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:08:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:09:12Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:12:19.149844Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi088.ighhoz on smithi088: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi088-ighhoz\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi088-ighhoz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi088.ighhoz\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi088.ighhoz\nDeploy daemon haproxy.nfs.foo.smithi088.ighhoz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:10:26Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:11:04Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:11:41Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:12:19.151066Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.wzbsdm on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:12:19.152116Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.wgycrs on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.88/16"}, "status": {"created": "2024-02-11T16:57:01.421766Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:53:31.041620Z", "last_refresh": "2024-02-11T17:13:20.428608Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:32.209992Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:54:32.207503Z", "last_refresh": "2024-02-11T17:13:20.428684Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:01.420843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T16:57:01.417643Z", "last_refresh": "2024-02-11T17:13:22.836583Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:53:34.907593Z", "last_refresh": "2024-02-11T17:13:20.428750Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:57.873613Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:54:57.867647Z", "last_refresh": "2024-02-11T17:13:20.428814Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:53:32.998901Z", "last_refresh": "2024-02-11T17:13:22.836226Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-11T16:56:57.378029Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-11T16:57:01.184426Z", "last_refresh": "2024-02-11T17:13:20.429081Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-11T17:15:21.889 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:15:22.696 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:15:22 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T17:15:21.178464+0000 mgr.smithi088.srytvt (mgr.14180) 1125 : cluster [DBG] pgmap v676: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:15:22.696 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:15:22 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T17:15:21.571251+0000 mgr.smithi088.srytvt (mgr.14180) 1126 : audit [DBG] from='client.16220 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:15:22.785 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:15:22 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T17:15:21.178464+0000 mgr.smithi088.srytvt (mgr.14180) 1125 : cluster [DBG] pgmap v676: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:15:22.786 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:15:22 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T17:15:21.571251+0000 mgr.smithi088.srytvt (mgr.14180) 1126 : audit [DBG] from='client.16220 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:15:22.890 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid eb5e91f4-c8fd-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:15:24.225 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-11T17:15:24.225 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:53:35.782365Z", "last_refresh": "2024-02-11T17:13:22.835956Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:53:31.954385Z", "last_refresh": "2024-02-11T17:13:20.428459Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:53:34.066531Z", "last_refresh": "2024-02-11T17:13:22.836086Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:07:15.427197Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.lkfzmc on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:09:49.871700Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.nlxlvg on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-nlxlvg\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-nlxlvg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.nlxlvg\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.nlxlvg\nDeploy daemon haproxy.nfs.foo.smithi148.nlxlvg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:07:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:08:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:09:12Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:12:19.149844Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi088.ighhoz on smithi088: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi088-ighhoz\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi088-ighhoz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi088.ighhoz\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi088.ighhoz\nDeploy daemon haproxy.nfs.foo.smithi088.ighhoz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:10:26Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:11:04Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:11:41Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:12:19.151066Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.wzbsdm on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:12:19.152116Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.wgycrs on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.88/16"}, "status": {"created": "2024-02-11T16:57:01.421766Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:53:31.041620Z", "last_refresh": "2024-02-11T17:13:20.428608Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:32.209992Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:54:32.207503Z", "last_refresh": "2024-02-11T17:13:20.428684Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:01.420843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T16:57:01.417643Z", "last_refresh": "2024-02-11T17:13:22.836583Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:53:34.907593Z", "last_refresh": "2024-02-11T17:13:20.428750Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:57.873613Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:54:57.867647Z", "last_refresh": "2024-02-11T17:13:20.428814Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:53:32.998901Z", "last_refresh": "2024-02-11T17:13:22.836226Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-11T16:56:57.378029Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-11T16:57:01.184426Z", "last_refresh": "2024-02-11T17:13:20.429081Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-11T17:15:24.505 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:15:24 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T17:15:23.179083+0000 mgr.smithi088.srytvt (mgr.14180) 1127 : cluster [DBG] pgmap v677: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:15:24.615 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:15:24.696 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:15:24 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T17:15:23.179083+0000 mgr.smithi088.srytvt (mgr.14180) 1127 : cluster [DBG] pgmap v677: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:15:25.616 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid eb5e91f4-c8fd-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:15:25.696 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:15:25 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T17:15:24.219713+0000 mgr.smithi088.srytvt (mgr.14180) 1128 : audit [DBG] from='client.16224 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:15:25.785 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:15:25 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T17:15:24.219713+0000 mgr.smithi088.srytvt (mgr.14180) 1128 : audit [DBG] from='client.16224 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:15:26.535 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:15:26 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T17:15:25.179814+0000 mgr.smithi088.srytvt (mgr.14180) 1129 : cluster [DBG] pgmap v678: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:15:26.696 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:15:26 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T17:15:25.179814+0000 mgr.smithi088.srytvt (mgr.14180) 1129 : cluster [DBG] pgmap v678: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:15:26.995 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-11T17:15:26.995 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:53:35.782365Z", "last_refresh": "2024-02-11T17:13:22.835956Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:53:31.954385Z", "last_refresh": "2024-02-11T17:13:20.428459Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:53:34.066531Z", "last_refresh": "2024-02-11T17:13:22.836086Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:07:15.427197Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.lkfzmc on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:09:49.871700Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.nlxlvg on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-nlxlvg\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-nlxlvg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.nlxlvg\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.nlxlvg\nDeploy daemon haproxy.nfs.foo.smithi148.nlxlvg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:07:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:08:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:09:12Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:12:19.149844Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi088.ighhoz on smithi088: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi088-ighhoz\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi088-ighhoz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi088.ighhoz\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi088.ighhoz\nDeploy daemon haproxy.nfs.foo.smithi088.ighhoz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:10:26Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:11:04Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:11:41Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:12:19.151066Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.wzbsdm on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:12:19.152116Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.wgycrs on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.88/16"}, "status": {"created": "2024-02-11T16:57:01.421766Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:53:31.041620Z", "last_refresh": "2024-02-11T17:13:20.428608Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:32.209992Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:54:32.207503Z", "last_refresh": "2024-02-11T17:13:20.428684Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:01.420843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T16:57:01.417643Z", "last_refresh": "2024-02-11T17:13:22.836583Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:53:34.907593Z", "last_refresh": "2024-02-11T17:13:20.428750Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:57.873613Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:54:57.867647Z", "last_refresh": "2024-02-11T17:13:20.428814Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:53:32.998901Z", "last_refresh": "2024-02-11T17:13:22.836226Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-11T16:56:57.378029Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-11T16:57:01.184426Z", "last_refresh": "2024-02-11T17:13:20.429081Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-11T17:15:27.407 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:15:27.785 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:15:27 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T17:15:26.991128+0000 mgr.smithi088.srytvt (mgr.14180) 1130 : audit [DBG] from='client.16228 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:15:27.946 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:15:27 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T17:15:26.991128+0000 mgr.smithi088.srytvt (mgr.14180) 1130 : audit [DBG] from='client.16228 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:15:28.408 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid eb5e91f4-c8fd-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:15:28.758 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:15:28 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T17:15:27.180435+0000 mgr.smithi088.srytvt (mgr.14180) 1131 : cluster [DBG] pgmap v679: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:15:28.946 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:15:28 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T17:15:27.180435+0000 mgr.smithi088.srytvt (mgr.14180) 1131 : cluster [DBG] pgmap v679: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:15:29.765 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-11T17:15:29.765 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:53:35.782365Z", "last_refresh": "2024-02-11T17:13:22.835956Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:53:31.954385Z", "last_refresh": "2024-02-11T17:13:20.428459Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:53:34.066531Z", "last_refresh": "2024-02-11T17:13:22.836086Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:07:15.427197Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.lkfzmc on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:09:49.871700Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.nlxlvg on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-nlxlvg\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-nlxlvg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.nlxlvg\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.nlxlvg\nDeploy daemon haproxy.nfs.foo.smithi148.nlxlvg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:07:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:08:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:09:12Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:12:19.149844Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi088.ighhoz on smithi088: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi088-ighhoz\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi088-ighhoz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi088.ighhoz\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi088.ighhoz\nDeploy daemon haproxy.nfs.foo.smithi088.ighhoz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:10:26Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:11:04Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:11:41Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:12:19.151066Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.wzbsdm on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:12:19.152116Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.wgycrs on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.88/16"}, "status": {"created": "2024-02-11T16:57:01.421766Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:53:31.041620Z", "last_refresh": "2024-02-11T17:13:20.428608Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:32.209992Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:54:32.207503Z", "last_refresh": "2024-02-11T17:13:20.428684Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:01.420843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T16:57:01.417643Z", "last_refresh": "2024-02-11T17:13:22.836583Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:53:34.907593Z", "last_refresh": "2024-02-11T17:13:20.428750Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:57.873613Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:54:57.867647Z", "last_refresh": "2024-02-11T17:13:20.428814Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:53:32.998901Z", "last_refresh": "2024-02-11T17:13:22.836226Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-11T16:56:57.378029Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-11T16:57:01.184426Z", "last_refresh": "2024-02-11T17:13:20.429081Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-11T17:15:30.148 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:15:30.785 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:15:30 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T17:15:29.181120+0000 mgr.smithi088.srytvt (mgr.14180) 1132 : cluster [DBG] pgmap v680: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:15:30.786 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:15:30 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T17:15:29.760139+0000 mgr.smithi088.srytvt (mgr.14180) 1133 : audit [DBG] from='client.16232 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:15:30.946 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:15:30 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T17:15:29.181120+0000 mgr.smithi088.srytvt (mgr.14180) 1132 : cluster [DBG] pgmap v680: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:15:30.946 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:15:30 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T17:15:29.760139+0000 mgr.smithi088.srytvt (mgr.14180) 1133 : audit [DBG] from='client.16232 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:15:31.149 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid eb5e91f4-c8fd-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:15:32.532 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-11T17:15:32.532 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:53:35.782365Z", "last_refresh": "2024-02-11T17:13:22.835956Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:53:31.954385Z", "last_refresh": "2024-02-11T17:13:20.428459Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:53:34.066531Z", "last_refresh": "2024-02-11T17:13:22.836086Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:07:15.427197Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.lkfzmc on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:09:49.871700Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.nlxlvg on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-nlxlvg\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-nlxlvg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.nlxlvg\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.nlxlvg\nDeploy daemon haproxy.nfs.foo.smithi148.nlxlvg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:07:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:08:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:09:12Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:12:19.149844Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi088.ighhoz on smithi088: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi088-ighhoz\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi088-ighhoz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi088.ighhoz\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi088.ighhoz\nDeploy daemon haproxy.nfs.foo.smithi088.ighhoz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:10:26Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:11:04Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:11:41Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:12:19.151066Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.wzbsdm on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:12:19.152116Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.wgycrs on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.88/16"}, "status": {"created": "2024-02-11T16:57:01.421766Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:53:31.041620Z", "last_refresh": "2024-02-11T17:13:20.428608Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:32.209992Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:54:32.207503Z", "last_refresh": "2024-02-11T17:13:20.428684Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:01.420843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T16:57:01.417643Z", "last_refresh": "2024-02-11T17:13:22.836583Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:53:34.907593Z", "last_refresh": "2024-02-11T17:13:20.428750Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:57.873613Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:54:57.867647Z", "last_refresh": "2024-02-11T17:13:20.428814Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:53:32.998901Z", "last_refresh": "2024-02-11T17:13:22.836226Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-11T16:56:57.378029Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-11T16:57:01.184426Z", "last_refresh": "2024-02-11T17:13:20.429081Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-11T17:15:32.786 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:15:32 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T17:15:31.181818+0000 mgr.smithi088.srytvt (mgr.14180) 1134 : cluster [DBG] pgmap v681: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:15:32.922 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:15:32.946 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:15:32 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T17:15:31.181818+0000 mgr.smithi088.srytvt (mgr.14180) 1134 : cluster [DBG] pgmap v681: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:15:33.785 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:15:33 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T17:15:32.527650+0000 mgr.smithi088.srytvt (mgr.14180) 1135 : audit [DBG] from='client.16236 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:15:33.923 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid eb5e91f4-c8fd-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:15:33.946 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:15:33 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T17:15:32.527650+0000 mgr.smithi088.srytvt (mgr.14180) 1135 : audit [DBG] from='client.16236 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:15:34.536 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:15:34 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T17:15:33.182566+0000 mgr.smithi088.srytvt (mgr.14180) 1136 : cluster [DBG] pgmap v682: 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-11T17:15:34.946 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:15:34 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T17:15:33.182566+0000 mgr.smithi088.srytvt (mgr.14180) 1136 : cluster [DBG] pgmap v682: 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-11T17:15:35.287 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-11T17:15:35.287 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:53:35.782365Z", "last_refresh": "2024-02-11T17:13:22.835956Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:53:31.954385Z", "last_refresh": "2024-02-11T17:13:20.428459Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:53:34.066531Z", "last_refresh": "2024-02-11T17:13:22.836086Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:07:15.427197Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.lkfzmc on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:09:49.871700Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.nlxlvg on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-nlxlvg\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-nlxlvg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.nlxlvg\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.nlxlvg\nDeploy daemon haproxy.nfs.foo.smithi148.nlxlvg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:07:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:08:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:09:12Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:12:19.149844Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi088.ighhoz on smithi088: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi088-ighhoz\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi088-ighhoz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi088.ighhoz\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi088.ighhoz\nDeploy daemon haproxy.nfs.foo.smithi088.ighhoz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:10:26Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:11:04Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:11:41Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:12:19.151066Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.wzbsdm on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:12:19.152116Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.wgycrs on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.88/16"}, "status": {"created": "2024-02-11T16:57:01.421766Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:53:31.041620Z", "last_refresh": "2024-02-11T17:13:20.428608Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:32.209992Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:54:32.207503Z", "last_refresh": "2024-02-11T17:13:20.428684Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:01.420843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T16:57:01.417643Z", "last_refresh": "2024-02-11T17:13:22.836583Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:53:34.907593Z", "last_refresh": "2024-02-11T17:13:20.428750Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:57.873613Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:54:57.867647Z", "last_refresh": "2024-02-11T17:13:20.428814Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:53:32.998901Z", "last_refresh": "2024-02-11T17:13:22.836226Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-11T16:56:57.378029Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-11T16:57:01.184426Z", "last_refresh": "2024-02-11T17:13:20.429081Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-11T17:15:35.665 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:15:36.666 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid eb5e91f4-c8fd-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:15:36.785 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:15:36 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T17:15:35.183294+0000 mgr.smithi088.srytvt (mgr.14180) 1137 : cluster [DBG] pgmap v683: 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-11T17:15:36.786 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:15:36 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T17:15:35.282255+0000 mgr.smithi088.srytvt (mgr.14180) 1138 : audit [DBG] from='client.16240 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:15:36.946 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:15:36 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T17:15:35.183294+0000 mgr.smithi088.srytvt (mgr.14180) 1137 : cluster [DBG] pgmap v683: 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-11T17:15:36.946 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:15:36 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T17:15:35.282255+0000 mgr.smithi088.srytvt (mgr.14180) 1138 : audit [DBG] from='client.16240 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:15:38.013 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-11T17:15:38.013 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:53:35.782365Z", "last_refresh": "2024-02-11T17:13:22.835956Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:53:31.954385Z", "last_refresh": "2024-02-11T17:13:20.428459Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:53:34.066531Z", "last_refresh": "2024-02-11T17:13:22.836086Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:07:15.427197Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.lkfzmc on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:09:49.871700Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.nlxlvg on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-nlxlvg\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-nlxlvg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.nlxlvg\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.nlxlvg\nDeploy daemon haproxy.nfs.foo.smithi148.nlxlvg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:07:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:08:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:09:12Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:12:19.149844Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi088.ighhoz on smithi088: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi088-ighhoz\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi088-ighhoz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi088.ighhoz\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi088.ighhoz\nDeploy daemon haproxy.nfs.foo.smithi088.ighhoz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:10:26Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:11:04Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:11:41Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:12:19.151066Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.wzbsdm on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:12:19.152116Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.wgycrs on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.88/16"}, "status": {"created": "2024-02-11T16:57:01.421766Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:53:31.041620Z", "last_refresh": "2024-02-11T17:13:20.428608Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:32.209992Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:54:32.207503Z", "last_refresh": "2024-02-11T17:13:20.428684Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:01.420843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T16:57:01.417643Z", "last_refresh": "2024-02-11T17:13:22.836583Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:53:34.907593Z", "last_refresh": "2024-02-11T17:13:20.428750Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:57.873613Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:54:57.867647Z", "last_refresh": "2024-02-11T17:13:20.428814Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:53:32.998901Z", "last_refresh": "2024-02-11T17:13:22.836226Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-11T16:56:57.378029Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-11T16:57:01.184426Z", "last_refresh": "2024-02-11T17:13:20.429081Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-11T17:15:38.362 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:15:38.785 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:15:38 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T17:15:37.183981+0000 mgr.smithi088.srytvt (mgr.14180) 1139 : cluster [DBG] pgmap v684: 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-11T17:15:38.785 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:15:38 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T17:15:38.007770+0000 mgr.smithi088.srytvt (mgr.14180) 1140 : audit [DBG] from='client.16244 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:15:38.946 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:15:38 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T17:15:37.183981+0000 mgr.smithi088.srytvt (mgr.14180) 1139 : cluster [DBG] pgmap v684: 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-11T17:15:38.946 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:15:38 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T17:15:38.007770+0000 mgr.smithi088.srytvt (mgr.14180) 1140 : audit [DBG] from='client.16244 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:15:39.363 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid eb5e91f4-c8fd-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:15:40.682 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-11T17:15:40.682 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:53:35.782365Z", "last_refresh": "2024-02-11T17:13:22.835956Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:53:31.954385Z", "last_refresh": "2024-02-11T17:13:20.428459Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:53:34.066531Z", "last_refresh": "2024-02-11T17:13:22.836086Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:07:15.427197Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.lkfzmc on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:09:49.871700Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.nlxlvg on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-nlxlvg\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-nlxlvg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.nlxlvg\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.nlxlvg\nDeploy daemon haproxy.nfs.foo.smithi148.nlxlvg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:07:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:08:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:09:12Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:12:19.149844Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi088.ighhoz on smithi088: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi088-ighhoz\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi088-ighhoz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi088.ighhoz\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi088.ighhoz\nDeploy daemon haproxy.nfs.foo.smithi088.ighhoz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:10:26Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:11:04Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:11:41Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:12:19.151066Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.wzbsdm on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:12:19.152116Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.wgycrs on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.88/16"}, "status": {"created": "2024-02-11T16:57:01.421766Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:53:31.041620Z", "last_refresh": "2024-02-11T17:13:20.428608Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:32.209992Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:54:32.207503Z", "last_refresh": "2024-02-11T17:13:20.428684Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:01.420843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T16:57:01.417643Z", "last_refresh": "2024-02-11T17:13:22.836583Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:53:34.907593Z", "last_refresh": "2024-02-11T17:13:20.428750Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:57.873613Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:54:57.867647Z", "last_refresh": "2024-02-11T17:13:20.428814Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:53:32.998901Z", "last_refresh": "2024-02-11T17:13:22.836226Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-11T16:56:57.378029Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-11T16:57:01.184426Z", "last_refresh": "2024-02-11T17:13:20.429081Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-11T17:15:40.708 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:15:40 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T17:15:39.184600+0000 mgr.smithi088.srytvt (mgr.14180) 1141 : cluster [DBG] pgmap v685: 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-11T17:15:40.946 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:15:40 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T17:15:39.184600+0000 mgr.smithi088.srytvt (mgr.14180) 1141 : cluster [DBG] pgmap v685: 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-11T17:15:41.053 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:15:41.785 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:15:41 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T17:15:40.677521+0000 mgr.smithi088.srytvt (mgr.14180) 1142 : audit [DBG] from='client.16248 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:15:41.946 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:15:41 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T17:15:40.677521+0000 mgr.smithi088.srytvt (mgr.14180) 1142 : audit [DBG] from='client.16248 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:15:42.054 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid eb5e91f4-c8fd-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:15:42.731 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:15:42 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T17:15:41.185449+0000 mgr.smithi088.srytvt (mgr.14180) 1143 : cluster [DBG] pgmap v686: 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-11T17:15:42.946 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:15:42 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T17:15:41.185449+0000 mgr.smithi088.srytvt (mgr.14180) 1143 : cluster [DBG] pgmap v686: 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-11T17:15:43.447 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-11T17:15:43.447 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:53:35.782365Z", "last_refresh": "2024-02-11T17:13:22.835956Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:53:31.954385Z", "last_refresh": "2024-02-11T17:13:20.428459Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:53:34.066531Z", "last_refresh": "2024-02-11T17:13:22.836086Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:07:15.427197Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.lkfzmc on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:09:49.871700Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.nlxlvg on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-nlxlvg\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-nlxlvg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.nlxlvg\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.nlxlvg\nDeploy daemon haproxy.nfs.foo.smithi148.nlxlvg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:07:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:08:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:09:12Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:12:19.149844Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi088.ighhoz on smithi088: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi088-ighhoz\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi088-ighhoz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi088.ighhoz\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi088.ighhoz\nDeploy daemon haproxy.nfs.foo.smithi088.ighhoz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:10:26Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:11:04Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:11:41Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:12:19.151066Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.wzbsdm on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:12:19.152116Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.wgycrs on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.88/16"}, "status": {"created": "2024-02-11T16:57:01.421766Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:53:31.041620Z", "last_refresh": "2024-02-11T17:13:20.428608Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:32.209992Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:54:32.207503Z", "last_refresh": "2024-02-11T17:13:20.428684Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:01.420843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T16:57:01.417643Z", "last_refresh": "2024-02-11T17:13:22.836583Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:53:34.907593Z", "last_refresh": "2024-02-11T17:13:20.428750Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:57.873613Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:54:57.867647Z", "last_refresh": "2024-02-11T17:13:20.428814Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:53:32.998901Z", "last_refresh": "2024-02-11T17:13:22.836226Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-11T16:56:57.378029Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-11T16:57:01.184426Z", "last_refresh": "2024-02-11T17:13:20.429081Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-11T17:15:43.862 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:15:44.785 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:15:44 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T17:15:43.186080+0000 mgr.smithi088.srytvt (mgr.14180) 1144 : cluster [DBG] pgmap v687: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 682 B/s rd, 0 op/s 2024-02-11T17:15:44.786 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:15:44 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T17:15:43.442613+0000 mgr.smithi088.srytvt (mgr.14180) 1145 : audit [DBG] from='client.16252 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:15:44.863 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid eb5e91f4-c8fd-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:15:44.946 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:15:44 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T17:15:43.186080+0000 mgr.smithi088.srytvt (mgr.14180) 1144 : cluster [DBG] pgmap v687: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 682 B/s rd, 0 op/s 2024-02-11T17:15:44.946 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:15:44 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T17:15:43.442613+0000 mgr.smithi088.srytvt (mgr.14180) 1145 : audit [DBG] from='client.16252 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:15:46.233 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-11T17:15:46.233 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:53:35.782365Z", "last_refresh": "2024-02-11T17:13:22.835956Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:53:31.954385Z", "last_refresh": "2024-02-11T17:13:20.428459Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:53:34.066531Z", "last_refresh": "2024-02-11T17:13:22.836086Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:07:15.427197Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.lkfzmc on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:09:49.871700Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.nlxlvg on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-nlxlvg\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-nlxlvg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.nlxlvg\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.nlxlvg\nDeploy daemon haproxy.nfs.foo.smithi148.nlxlvg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:07:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:08:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:09:12Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:12:19.149844Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi088.ighhoz on smithi088: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi088-ighhoz\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi088-ighhoz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi088.ighhoz\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi088.ighhoz\nDeploy daemon haproxy.nfs.foo.smithi088.ighhoz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:10:26Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:11:04Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:11:41Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:12:19.151066Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.wzbsdm on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:12:19.152116Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.wgycrs on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.88/16"}, "status": {"created": "2024-02-11T16:57:01.421766Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:53:31.041620Z", "last_refresh": "2024-02-11T17:13:20.428608Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:32.209992Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:54:32.207503Z", "last_refresh": "2024-02-11T17:13:20.428684Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:01.420843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T16:57:01.417643Z", "last_refresh": "2024-02-11T17:13:22.836583Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:53:34.907593Z", "last_refresh": "2024-02-11T17:13:20.428750Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:57.873613Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:54:57.867647Z", "last_refresh": "2024-02-11T17:13:20.428814Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:53:32.998901Z", "last_refresh": "2024-02-11T17:13:22.836226Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-11T16:56:57.378029Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-11T16:57:01.184426Z", "last_refresh": "2024-02-11T17:13:20.429081Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-11T17:15:46.535 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:15:46 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T17:15:45.186688+0000 mgr.smithi088.srytvt (mgr.14180) 1146 : cluster [DBG] pgmap v688: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:15:46.602 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:15:46.946 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:15:46 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T17:15:45.186688+0000 mgr.smithi088.srytvt (mgr.14180) 1146 : cluster [DBG] pgmap v688: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:15:47.603 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid eb5e91f4-c8fd-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:15:47.785 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:15:47 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T17:15:46.228738+0000 mgr.smithi088.srytvt (mgr.14180) 1147 : audit [DBG] from='client.16256 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:15:47.946 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:15:47 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T17:15:46.228738+0000 mgr.smithi088.srytvt (mgr.14180) 1147 : audit [DBG] from='client.16256 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:15:48.536 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:15:48 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T17:15:47.187143+0000 mgr.smithi088.srytvt (mgr.14180) 1148 : cluster [DBG] pgmap v689: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:15:48.946 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:15:48 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T17:15:47.187143+0000 mgr.smithi088.srytvt (mgr.14180) 1148 : cluster [DBG] pgmap v689: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:15:48.997 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-11T17:15:48.997 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:53:35.782365Z", "last_refresh": "2024-02-11T17:13:22.835956Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:53:31.954385Z", "last_refresh": "2024-02-11T17:13:20.428459Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:53:34.066531Z", "last_refresh": "2024-02-11T17:13:22.836086Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:07:15.427197Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.lkfzmc on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:09:49.871700Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.nlxlvg on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-nlxlvg\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-nlxlvg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.nlxlvg\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.nlxlvg\nDeploy daemon haproxy.nfs.foo.smithi148.nlxlvg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:07:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:08:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:09:12Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:12:19.149844Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi088.ighhoz on smithi088: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi088-ighhoz\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi088-ighhoz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi088.ighhoz\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi088.ighhoz\nDeploy daemon haproxy.nfs.foo.smithi088.ighhoz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:10:26Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:11:04Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:11:41Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:12:19.151066Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.wzbsdm on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:12:19.152116Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.wgycrs on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.88/16"}, "status": {"created": "2024-02-11T16:57:01.421766Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:53:31.041620Z", "last_refresh": "2024-02-11T17:13:20.428608Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:32.209992Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:54:32.207503Z", "last_refresh": "2024-02-11T17:13:20.428684Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:01.420843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T16:57:01.417643Z", "last_refresh": "2024-02-11T17:13:22.836583Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:53:34.907593Z", "last_refresh": "2024-02-11T17:13:20.428750Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:57.873613Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:54:57.867647Z", "last_refresh": "2024-02-11T17:13:20.428814Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:53:32.998901Z", "last_refresh": "2024-02-11T17:13:22.836226Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-11T16:56:57.378029Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-11T16:57:01.184426Z", "last_refresh": "2024-02-11T17:13:20.429081Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-11T17:15:49.377 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:15:49.785 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:15:49 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T17:15:48.992856+0000 mgr.smithi088.srytvt (mgr.14180) 1149 : audit [DBG] from='client.16260 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:15:49.947 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:15:49 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T17:15:48.992856+0000 mgr.smithi088.srytvt (mgr.14180) 1149 : audit [DBG] from='client.16260 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:15:50.378 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid eb5e91f4-c8fd-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:15:50.737 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:15:50 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T17:15:49.187690+0000 mgr.smithi088.srytvt (mgr.14180) 1150 : cluster [DBG] pgmap v690: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:15:50.946 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:15:50 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T17:15:49.187690+0000 mgr.smithi088.srytvt (mgr.14180) 1150 : cluster [DBG] pgmap v690: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:15:51.794 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-11T17:15:51.795 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:53:35.782365Z", "last_refresh": "2024-02-11T17:13:22.835956Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:53:31.954385Z", "last_refresh": "2024-02-11T17:13:20.428459Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:53:34.066531Z", "last_refresh": "2024-02-11T17:13:22.836086Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:07:15.427197Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.lkfzmc on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:09:49.871700Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.nlxlvg on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-nlxlvg\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-nlxlvg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.nlxlvg\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.nlxlvg\nDeploy daemon haproxy.nfs.foo.smithi148.nlxlvg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:07:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:08:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:09:12Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:12:19.149844Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi088.ighhoz on smithi088: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi088-ighhoz\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi088-ighhoz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi088.ighhoz\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi088.ighhoz\nDeploy daemon haproxy.nfs.foo.smithi088.ighhoz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:10:26Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:11:04Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:11:41Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:12:19.151066Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.wzbsdm on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:12:19.152116Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.wgycrs on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.88/16"}, "status": {"created": "2024-02-11T16:57:01.421766Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:53:31.041620Z", "last_refresh": "2024-02-11T17:13:20.428608Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:32.209992Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:54:32.207503Z", "last_refresh": "2024-02-11T17:13:20.428684Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:01.420843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T16:57:01.417643Z", "last_refresh": "2024-02-11T17:13:22.836583Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:53:34.907593Z", "last_refresh": "2024-02-11T17:13:20.428750Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:57.873613Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:54:57.867647Z", "last_refresh": "2024-02-11T17:13:20.428814Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:53:32.998901Z", "last_refresh": "2024-02-11T17:13:22.836226Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-11T16:56:57.378029Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-11T16:57:01.184426Z", "last_refresh": "2024-02-11T17:13:20.429081Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-11T17:15:52.175 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:15:52.785 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:15:52 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T17:15:51.188276+0000 mgr.smithi088.srytvt (mgr.14180) 1151 : cluster [DBG] pgmap v691: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:15:52.785 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:15:52 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T17:15:51.789529+0000 mgr.smithi088.srytvt (mgr.14180) 1152 : audit [DBG] from='client.16264 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:15:52.786 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:15:52 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T17:15:52.491049+0000 mon.smithi088 (mon.0) 735 : audit [INF] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi148.hlsrge"}]: dispatch 2024-02-11T17:15:52.946 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:15:52 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T17:15:51.188276+0000 mgr.smithi088.srytvt (mgr.14180) 1151 : cluster [DBG] pgmap v691: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:15:52.946 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:15:52 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T17:15:51.789529+0000 mgr.smithi088.srytvt (mgr.14180) 1152 : audit [DBG] from='client.16264 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:15:52.946 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:15:52 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T17:15:52.491049+0000 mon.smithi088 (mon.0) 735 : audit [INF] from='mgr.14180 172.21.15.88:0/3253653549' entity='mgr.smithi088.srytvt' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi148.hlsrge"}]: dispatch 2024-02-11T17:15:53.176 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid eb5e91f4-c8fd-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:15:53.786 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:15:53 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cephadm 2024-02-11T17:15:52.490612+0000 mgr.smithi088.srytvt (mgr.14180) 1153 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-hlsrge 2024-02-11T17:15:53.786 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:15:53 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: /bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-hlsrge 2024-02-11T17:15:53.787 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:15:53 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.hlsrge 2024-02-11T17:15:53.787 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:15:53 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: /bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.hlsrge 2024-02-11T17:15:53.787 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:15:53 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: Deploy daemon haproxy.nfs.foo.smithi148.hlsrge ... 2024-02-11T17:15:53.787 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:15:53 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: Non-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:15:53.787 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:15:53 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-11T17:15:53.787 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:15:53 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: stat: stderr time="2024-02-11T17:14:00Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-11T17:15:53.787 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:15:53 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: stat: stderr time="2024-02-11T17:14:37Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-11T17:15:53.787 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:15:53 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: stat: stderr time="2024-02-11T17:15:15Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-11T17:15:53.787 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:15:53 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: 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-11T17:15:53.787 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:15:53 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:15:53.787 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:15:53 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: Traceback (most recent call last): 2024-02-11T17:15:53.787 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:15:53 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-11T17:15:53.787 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:15:53 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: yield (conn, connr) 2024-02-11T17:15:53.788 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:15:53 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-11T17:15:53.788 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:15:53 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: code, '\n'.join(err))) 2024-02-11T17:15:53.788 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:15:53 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: 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-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-hlsrge 2024-02-11T17:15:53.788 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:15:53 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: /bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-hlsrge 2024-02-11T17:15:53.788 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:15:53 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.hlsrge 2024-02-11T17:15:53.788 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:15:53 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: /bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.hlsrge 2024-02-11T17:15:53.788 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:15:53 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: Deploy daemon haproxy.nfs.foo.smithi148.hlsrge ... 2024-02-11T17:15:53.788 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:15:53 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: Non-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:15:53.788 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:15:53 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-11T17:15:53.788 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:15:53 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: stat: stderr time="2024-02-11T17:14:00Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-11T17:15:53.788 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:15:53 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: stat: stderr time="2024-02-11T17:14:37Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-11T17:15:53.788 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:15:53 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: stat: stderr time="2024-02-11T17:15:15Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-11T17:15:53.788 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:15:53 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: 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-11T17:15:53.788 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:15:53 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:15:53.789 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:15:53 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cephadm 2024-02-11T17:15:52.490763+0000 mgr.smithi088.srytvt (mgr.14180) 1154 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi148.hlsrge 2024-02-11T17:15:53.789 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:15:53 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cephadm 2024-02-11T17:15:52.491630+0000 mgr.smithi088.srytvt (mgr.14180) 1155 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi148.hlsrge on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-hlsrge 2024-02-11T17:15:53.791 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:15:53 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: /bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-hlsrge 2024-02-11T17:15:53.791 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:15:53 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.hlsrge 2024-02-11T17:15:53.791 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:15:53 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: /bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.hlsrge 2024-02-11T17:15:53.791 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:15:53 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: Deploy daemon haproxy.nfs.foo.smithi148.hlsrge ... 2024-02-11T17:15:53.791 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:15:53 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: Non-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:15:53.791 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:15:53 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-11T17:15:53.791 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:15:53 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: stat: stderr time="2024-02-11T17:14:00Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-11T17:15:53.791 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:15:53 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: stat: stderr time="2024-02-11T17:14:37Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-11T17:15:53.792 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:15:53 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: stat: stderr time="2024-02-11T17:15:15Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-11T17:15:53.792 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:15:53 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: 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-11T17:15:53.792 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:15:53 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:15:53.792 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:15:53 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cephadm 2024-02-11T17:15:52.493071+0000 mgr.smithi088.srytvt (mgr.14180) 1156 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi088.llefhh on smithi088 2024-02-11T17:15:53.947 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:15:53 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cephadm 2024-02-11T17:15:52.490612+0000 mgr.smithi088.srytvt (mgr.14180) 1153 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-hlsrge 2024-02-11T17:15:53.947 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:15:53 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: /bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-hlsrge 2024-02-11T17:15:53.947 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:15:53 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.hlsrge 2024-02-11T17:15:53.947 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:15:53 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: /bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.hlsrge 2024-02-11T17:15:53.947 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:15:53 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: Deploy daemon haproxy.nfs.foo.smithi148.hlsrge ... 2024-02-11T17:15:53.947 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:15:53 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: Non-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:15:53.947 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:15:53 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-11T17:15:53.947 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:15:53 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: stat: stderr time="2024-02-11T17:14:00Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-11T17:15:53.947 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:15:53 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: stat: stderr time="2024-02-11T17:14:37Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-11T17:15:53.947 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:15:53 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: stat: stderr time="2024-02-11T17:15:15Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-11T17:15:53.947 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:15:53 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: 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-11T17:15:53.947 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:15:53 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:15:53.948 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:15:53 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: Traceback (most recent call last): 2024-02-11T17:15:53.948 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:15:53 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-11T17:15:53.948 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:15:53 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: yield (conn, connr) 2024-02-11T17:15:53.948 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:15:53 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-11T17:15:53.948 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:15:53 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: code, '\n'.join(err))) 2024-02-11T17:15:53.948 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:15:53 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: 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-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-hlsrge 2024-02-11T17:15:53.948 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:15:53 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: /bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-hlsrge 2024-02-11T17:15:53.948 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:15:53 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.hlsrge 2024-02-11T17:15:53.948 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:15:53 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: /bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.hlsrge 2024-02-11T17:15:53.948 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:15:53 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: Deploy daemon haproxy.nfs.foo.smithi148.hlsrge ... 2024-02-11T17:15:53.948 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:15:53 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: Non-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:15:53.948 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:15:53 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-11T17:15:53.949 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:15:53 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: stat: stderr time="2024-02-11T17:14:00Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-11T17:15:53.949 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:15:53 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: stat: stderr time="2024-02-11T17:14:37Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-11T17:15:53.949 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:15:53 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: stat: stderr time="2024-02-11T17:15:15Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-11T17:15:53.949 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:15:53 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: 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-11T17:15:53.949 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:15:53 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:15:53.949 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:15:53 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cephadm 2024-02-11T17:15:52.490763+0000 mgr.smithi088.srytvt (mgr.14180) 1154 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi148.hlsrge 2024-02-11T17:15:53.949 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:15:53 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cephadm 2024-02-11T17:15:52.491630+0000 mgr.smithi088.srytvt (mgr.14180) 1155 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi148.hlsrge on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-hlsrge 2024-02-11T17:15:53.949 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:15:53 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: /bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-hlsrge 2024-02-11T17:15:53.949 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:15:53 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.hlsrge 2024-02-11T17:15:53.949 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:15:53 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: /bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.hlsrge 2024-02-11T17:15:53.949 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:15:53 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: Deploy daemon haproxy.nfs.foo.smithi148.hlsrge ... 2024-02-11T17:15:53.949 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:15:53 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: Non-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:15:53.949 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:15:53 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-11T17:15:53.949 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:15:53 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: stat: stderr time="2024-02-11T17:14:00Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-11T17:15:53.950 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:15:53 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: stat: stderr time="2024-02-11T17:14:37Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-11T17:15:53.950 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:15:53 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: stat: stderr time="2024-02-11T17:15:15Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-11T17:15:53.950 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:15:53 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: 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-11T17:15:53.950 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:15:53 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:15:53.950 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:15:53 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cephadm 2024-02-11T17:15:52.493071+0000 mgr.smithi088.srytvt (mgr.14180) 1156 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi088.llefhh on smithi088 2024-02-11T17:15:54.535 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:15:54 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T17:15:53.188887+0000 mgr.smithi088.srytvt (mgr.14180) 1157 : cluster [DBG] pgmap v692: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:15:54.656 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-11T17:15:54.656 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:53:35.782365Z", "last_refresh": "2024-02-11T17:13:22.835956Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:53:31.954385Z", "last_refresh": "2024-02-11T17:13:20.428459Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:53:34.066531Z", "last_refresh": "2024-02-11T17:13:22.836086Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:09:49.871700Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.nlxlvg on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-nlxlvg\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-nlxlvg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.nlxlvg\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.nlxlvg\nDeploy daemon haproxy.nfs.foo.smithi148.nlxlvg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:07:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:08:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:09:12Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:12:19.149844Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi088.ighhoz on smithi088: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi088-ighhoz\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi088-ighhoz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi088.ighhoz\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi088.ighhoz\nDeploy daemon haproxy.nfs.foo.smithi088.ighhoz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:10:26Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:11:04Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:11:41Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:12:19.151066Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.wzbsdm on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:12:19.152116Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.wgycrs on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:15:52.491519Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.hlsrge on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-hlsrge\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-hlsrge\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.hlsrge\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.hlsrge\nDeploy daemon haproxy.nfs.foo.smithi148.hlsrge ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:14:00Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:14:37Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:15:15Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.88/16"}, "status": {"created": "2024-02-11T16:57:01.421766Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:53:31.041620Z", "last_refresh": "2024-02-11T17:13:20.428608Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:32.209992Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:54:32.207503Z", "last_refresh": "2024-02-11T17:13:20.428684Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:01.420843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T16:57:01.417643Z", "last_refresh": "2024-02-11T17:13:22.836583Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:53:34.907593Z", "last_refresh": "2024-02-11T17:13:20.428750Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:57.873613Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:54:57.867647Z", "last_refresh": "2024-02-11T17:13:20.428814Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:53:32.998901Z", "last_refresh": "2024-02-11T17:13:22.836226Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-11T16:56:57.378029Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-11T16:57:01.184426Z", "last_refresh": "2024-02-11T17:13:20.429081Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-11T17:15:54.946 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:15:54 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T17:15:53.188887+0000 mgr.smithi088.srytvt (mgr.14180) 1157 : cluster [DBG] pgmap v692: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:15:55.041 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:15:55.696 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:15:55 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T17:15:54.651802+0000 mgr.smithi088.srytvt (mgr.14180) 1158 : audit [DBG] from='client.16268 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:15:55.785 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:15:55 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T17:15:54.651802+0000 mgr.smithi088.srytvt (mgr.14180) 1158 : audit [DBG] from='client.16268 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:15:56.042 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid eb5e91f4-c8fd-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:15:56.695 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:15:56 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T17:15:55.189578+0000 mgr.smithi088.srytvt (mgr.14180) 1159 : cluster [DBG] pgmap v693: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:15:56.946 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:15:56 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T17:15:55.189578+0000 mgr.smithi088.srytvt (mgr.14180) 1159 : cluster [DBG] pgmap v693: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:15:57.416 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-11T17:15:57.416 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:53:35.782365Z", "last_refresh": "2024-02-11T17:13:22.835956Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:53:31.954385Z", "last_refresh": "2024-02-11T17:13:20.428459Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:53:34.066531Z", "last_refresh": "2024-02-11T17:13:22.836086Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:09:49.871700Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.nlxlvg on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-nlxlvg\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-nlxlvg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.nlxlvg\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.nlxlvg\nDeploy daemon haproxy.nfs.foo.smithi148.nlxlvg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:07:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:08:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:09:12Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:12:19.149844Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi088.ighhoz on smithi088: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi088-ighhoz\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi088-ighhoz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi088.ighhoz\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi088.ighhoz\nDeploy daemon haproxy.nfs.foo.smithi088.ighhoz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:10:26Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:11:04Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:11:41Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:12:19.151066Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.wzbsdm on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:12:19.152116Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.wgycrs on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:15:52.491519Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.hlsrge on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-hlsrge\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-hlsrge\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.hlsrge\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.hlsrge\nDeploy daemon haproxy.nfs.foo.smithi148.hlsrge ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:14:00Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:14:37Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:15:15Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.88/16"}, "status": {"created": "2024-02-11T16:57:01.421766Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:53:31.041620Z", "last_refresh": "2024-02-11T17:13:20.428608Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:32.209992Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:54:32.207503Z", "last_refresh": "2024-02-11T17:13:20.428684Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:01.420843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T16:57:01.417643Z", "last_refresh": "2024-02-11T17:13:22.836583Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:53:34.907593Z", "last_refresh": "2024-02-11T17:13:20.428750Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:57.873613Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:54:57.867647Z", "last_refresh": "2024-02-11T17:13:20.428814Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:53:32.998901Z", "last_refresh": "2024-02-11T17:13:22.836226Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-11T16:56:57.378029Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-11T16:57:01.184426Z", "last_refresh": "2024-02-11T17:13:20.429081Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-11T17:15:57.824 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:15:58.785 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:15:58 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T17:15:57.190110+0000 mgr.smithi088.srytvt (mgr.14180) 1160 : cluster [DBG] pgmap v694: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:15:58.786 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:15:58 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T17:15:57.411116+0000 mgr.smithi088.srytvt (mgr.14180) 1161 : audit [DBG] from='client.16272 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:15:58.825 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid eb5e91f4-c8fd-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:15:58.946 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:15:58 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T17:15:57.190110+0000 mgr.smithi088.srytvt (mgr.14180) 1160 : cluster [DBG] pgmap v694: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:15:58.946 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:15:58 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T17:15:57.411116+0000 mgr.smithi088.srytvt (mgr.14180) 1161 : audit [DBG] from='client.16272 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:16:00.193 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-11T17:16:00.194 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:53:35.782365Z", "last_refresh": "2024-02-11T17:13:22.835956Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:53:31.954385Z", "last_refresh": "2024-02-11T17:13:20.428459Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:53:34.066531Z", "last_refresh": "2024-02-11T17:13:22.836086Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:09:49.871700Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.nlxlvg on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-nlxlvg\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-nlxlvg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.nlxlvg\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.nlxlvg\nDeploy daemon haproxy.nfs.foo.smithi148.nlxlvg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:07:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:08:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:09:12Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:12:19.149844Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi088.ighhoz on smithi088: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi088-ighhoz\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi088-ighhoz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi088.ighhoz\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi088.ighhoz\nDeploy daemon haproxy.nfs.foo.smithi088.ighhoz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:10:26Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:11:04Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:11:41Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:12:19.151066Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.wzbsdm on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:12:19.152116Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.wgycrs on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:15:52.491519Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.hlsrge on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-hlsrge\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-hlsrge\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.hlsrge\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.hlsrge\nDeploy daemon haproxy.nfs.foo.smithi148.hlsrge ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:14:00Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:14:37Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:15:15Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.88/16"}, "status": {"created": "2024-02-11T16:57:01.421766Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:53:31.041620Z", "last_refresh": "2024-02-11T17:13:20.428608Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:32.209992Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:54:32.207503Z", "last_refresh": "2024-02-11T17:13:20.428684Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:01.420843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T16:57:01.417643Z", "last_refresh": "2024-02-11T17:13:22.836583Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:53:34.907593Z", "last_refresh": "2024-02-11T17:13:20.428750Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:57.873613Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:54:57.867647Z", "last_refresh": "2024-02-11T17:13:20.428814Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:53:32.998901Z", "last_refresh": "2024-02-11T17:13:22.836226Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-11T16:56:57.378029Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-11T16:57:01.184426Z", "last_refresh": "2024-02-11T17:13:20.429081Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-11T17:16:00.566 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:16:00.785 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:16:00 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T17:15:59.190704+0000 mgr.smithi088.srytvt (mgr.14180) 1162 : cluster [DBG] pgmap v695: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:16:00.946 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:16:00 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T17:15:59.190704+0000 mgr.smithi088.srytvt (mgr.14180) 1162 : cluster [DBG] pgmap v695: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:16:01.567 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid eb5e91f4-c8fd-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:16:01.892 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:16:01 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T17:16:00.188589+0000 mgr.smithi088.srytvt (mgr.14180) 1163 : audit [DBG] from='client.16276 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:16:01.946 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:16:01 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T17:16:00.188589+0000 mgr.smithi088.srytvt (mgr.14180) 1163 : audit [DBG] from='client.16276 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:16:02.876 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-11T17:16:02.876 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:53:35.782365Z", "last_refresh": "2024-02-11T17:13:22.835956Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:53:31.954385Z", "last_refresh": "2024-02-11T17:13:20.428459Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:53:34.066531Z", "last_refresh": "2024-02-11T17:13:22.836086Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:09:49.871700Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.nlxlvg on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-nlxlvg\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-nlxlvg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.nlxlvg\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.nlxlvg\nDeploy daemon haproxy.nfs.foo.smithi148.nlxlvg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:07:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:08:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:09:12Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:12:19.149844Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi088.ighhoz on smithi088: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi088-ighhoz\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi088-ighhoz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi088.ighhoz\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi088.ighhoz\nDeploy daemon haproxy.nfs.foo.smithi088.ighhoz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:10:26Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:11:04Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:11:41Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:12:19.151066Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.wzbsdm on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:12:19.152116Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.wgycrs on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:15:52.491519Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.hlsrge on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-hlsrge\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-hlsrge\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.hlsrge\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.hlsrge\nDeploy daemon haproxy.nfs.foo.smithi148.hlsrge ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:14:00Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:14:37Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:15:15Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.88/16"}, "status": {"created": "2024-02-11T16:57:01.421766Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:53:31.041620Z", "last_refresh": "2024-02-11T17:13:20.428608Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:32.209992Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:54:32.207503Z", "last_refresh": "2024-02-11T17:13:20.428684Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:01.420843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T16:57:01.417643Z", "last_refresh": "2024-02-11T17:13:22.836583Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:53:34.907593Z", "last_refresh": "2024-02-11T17:13:20.428750Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:57.873613Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:54:57.867647Z", "last_refresh": "2024-02-11T17:13:20.428814Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:53:32.998901Z", "last_refresh": "2024-02-11T17:13:22.836226Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-11T16:56:57.378029Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-11T16:57:01.184426Z", "last_refresh": "2024-02-11T17:13:20.429081Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-11T17:16:02.909 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:16:02 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T17:16:01.191558+0000 mgr.smithi088.srytvt (mgr.14180) 1164 : cluster [DBG] pgmap v696: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:16:02.946 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:16:02 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T17:16:01.191558+0000 mgr.smithi088.srytvt (mgr.14180) 1164 : cluster [DBG] pgmap v696: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:16:03.298 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:16:03.946 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:16:03 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T17:16:02.871524+0000 mgr.smithi088.srytvt (mgr.14180) 1165 : audit [DBG] from='client.16280 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:16:04.035 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:16:03 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T17:16:02.871524+0000 mgr.smithi088.srytvt (mgr.14180) 1165 : audit [DBG] from='client.16280 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:16:04.299 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid eb5e91f4-c8fd-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:16:04.642 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:16:04 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T17:16:03.192186+0000 mgr.smithi088.srytvt (mgr.14180) 1166 : cluster [DBG] pgmap v697: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:16:04.946 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:16:04 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T17:16:03.192186+0000 mgr.smithi088.srytvt (mgr.14180) 1166 : cluster [DBG] pgmap v697: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:16:05.697 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-02-11T17:16:05.697 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:53:35.782365Z", "last_refresh": "2024-02-11T17:13:22.835956Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:53:31.954385Z", "last_refresh": "2024-02-11T17:13:20.428459Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:53:34.066531Z", "last_refresh": "2024-02-11T17:13:22.836086Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:09:49.871700Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.nlxlvg on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-nlxlvg\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-nlxlvg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.nlxlvg\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.nlxlvg\nDeploy daemon haproxy.nfs.foo.smithi148.nlxlvg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:07:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:08:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:09:12Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:12:19.149844Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi088.ighhoz on smithi088: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi088-ighhoz\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi088-ighhoz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi088.ighhoz\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi088.ighhoz\nDeploy daemon haproxy.nfs.foo.smithi088.ighhoz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:10:26Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:11:04Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:11:41Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi088 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:12:19.151066Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.wzbsdm on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:12:19.152116Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi088.wgycrs on smithi088: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:15:52.491519Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.hlsrge on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-hlsrge\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi148-hlsrge\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.hlsrge\n/bin/podman: stderr Error: no such container ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi148.hlsrge\nDeploy daemon haproxy.nfs.foo.smithi148.hlsrge ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-11T17:14:00Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:14:37Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-11T17:15:15Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.88/16"}, "status": {"created": "2024-02-11T16:57:01.421766Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:53:31.041620Z", "last_refresh": "2024-02-11T17:13:20.428608Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:32.209992Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi148:172.21.15.148=smithi148"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T16:54:32.207503Z", "last_refresh": "2024-02-11T17:13:20.428684Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T16:57:01.420843Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T16:57:01.417643Z", "last_refresh": "2024-02-11T17:13:22.836583Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:53:34.907593Z", "last_refresh": "2024-02-11T17:13:20.428750Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T16:54:57.873613Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T16:54:57.867647Z", "last_refresh": "2024-02-11T17:13:20.428814Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:53:32.998901Z", "last_refresh": "2024-02-11T17:13:22.836226Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-11T16:56:57.378029Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-11T16:57:01.184426Z", "last_refresh": "2024-02-11T17:13:20.429081Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-11T17:16:06.106 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:16:06.106 ERROR:teuthology.run_tasks:Saw exception from tasks. Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_d9fdb2209e15b39d9f061fd85399f352ce0f0894/teuthology/run_tasks.py", line 105, in run_tasks manager = run_one_task(taskname, ctx=ctx, config=config) File "/home/teuthworker/src/git.ceph.com_teuthology_d9fdb2209e15b39d9f061fd85399f352ce0f0894/teuthology/run_tasks.py", line 83, in run_one_task return task(**kwargs) File "/home/teuthworker/src/github.com_ceph_ceph-c_5db25abe00e218b6920215c0bef70af7e47c7152/qa/tasks/cephadm.py", line 1119, in wait_for_service while proceed(): File "/home/teuthworker/src/git.ceph.com_teuthology_d9fdb2209e15b39d9f061fd85399f352ce0f0894/teuthology/contextutil.py", line 134, in __call__ raise MaxWhileTries(error_msg) teuthology.exceptions.MaxWhileTries: reached maximum tries (301) after waiting for 300 seconds 2024-02-11T17:16:06.361 ERROR:teuthology.util.sentry: Sentry event: https://sentry.ceph.com/organizations/ceph/?query=698ad68464e1435ba3f0d332b151dfe2 Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_d9fdb2209e15b39d9f061fd85399f352ce0f0894/teuthology/run_tasks.py", line 105, in run_tasks manager = run_one_task(taskname, ctx=ctx, config=config) File "/home/teuthworker/src/git.ceph.com_teuthology_d9fdb2209e15b39d9f061fd85399f352ce0f0894/teuthology/run_tasks.py", line 83, in run_one_task return task(**kwargs) File "/home/teuthworker/src/github.com_ceph_ceph-c_5db25abe00e218b6920215c0bef70af7e47c7152/qa/tasks/cephadm.py", line 1119, in wait_for_service while proceed(): File "/home/teuthworker/src/git.ceph.com_teuthology_d9fdb2209e15b39d9f061fd85399f352ce0f0894/teuthology/contextutil.py", line 134, in __call__ raise MaxWhileTries(error_msg) teuthology.exceptions.MaxWhileTries: reached maximum tries (301) after waiting for 300 seconds 2024-02-11T17:16:06.363 DEBUG:teuthology.run_tasks:Unwinding manager vip 2024-02-11T17:16:06.373 INFO:tasks.vip:Removing 10.0.15.88 (and any VIPs) on smithi088.front.sepia.ceph.com iface enp3s0f1... 2024-02-11T17:16:06.373 DEBUG:teuthology.orchestra.run.smithi088:> sudo ip addr del 10.0.15.88/16 dev enp3s0f1 2024-02-11T17:16:06.417 DEBUG:teuthology.orchestra.run.smithi088:> sudo ip addr del 10.0.31.88/16 dev enp3s0f1 2024-02-11T17:16:06.483 INFO:teuthology.orchestra.run.smithi088.stderr:RTNETLINK answers: Cannot assign requested address 2024-02-11T17:16:06.484 DEBUG:teuthology.orchestra.run:got remote process result: 2 2024-02-11T17:16:06.484 INFO:tasks.vip:Removing 10.0.15.148 (and any VIPs) on smithi148.front.sepia.ceph.com iface enp3s0f1... 2024-02-11T17:16:06.485 DEBUG:teuthology.orchestra.run.smithi148:> sudo ip addr del 10.0.15.148/16 dev enp3s0f1 2024-02-11T17:16:06.540 DEBUG:teuthology.orchestra.run.smithi148:> sudo ip addr del 10.0.31.88/16 dev enp3s0f1 2024-02-11T17:16:06.568 INFO:teuthology.orchestra.run.smithi148.stderr:RTNETLINK answers: Cannot assign requested address 2024-02-11T17:16:06.569 DEBUG:teuthology.orchestra.run:got remote process result: 2 2024-02-11T17:16:06.570 DEBUG:teuthology.run_tasks:Unwinding manager cephadm 2024-02-11T17:16:06.580 INFO:tasks.cephadm:Teardown begin 2024-02-11T17:16:06.581 DEBUG:teuthology.orchestra.run.smithi088:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-02-11T17:16:06.608 DEBUG:teuthology.orchestra.run.smithi148:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-02-11T17:16:06.639 INFO:tasks.cephadm:Cleaning up testdir ceph.* files... 2024-02-11T17:16:06.639 DEBUG:teuthology.orchestra.run.smithi088:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-02-11T17:16:06.665 DEBUG:teuthology.orchestra.run.smithi148:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-02-11T17:16:06.696 INFO:tasks.cephadm:Stopping all daemons... 2024-02-11T17:16:06.696 INFO:tasks.cephadm.mon.smithi088:Stopping mon.smithi088... 2024-02-11T17:16:06.696 DEBUG:teuthology.orchestra.run.smithi088:> sudo systemctl stop ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715@mon.smithi088 2024-02-11T17:16:06.729 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:16:06 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: cluster 2024-02-11T17:16:05.192883+0000 mgr.smithi088.srytvt (mgr.14180) 1167 : cluster [DBG] pgmap v698: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:16:06.729 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:16:06 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: audit 2024-02-11T17:16:05.692158+0000 mgr.smithi088.srytvt (mgr.14180) 1168 : audit [DBG] from='client.16284 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:16:06.946 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:16:06 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: cluster 2024-02-11T17:16:05.192883+0000 mgr.smithi088.srytvt (mgr.14180) 1167 : cluster [DBG] pgmap v698: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-11T17:16:06.947 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:16:06 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: audit 2024-02-11T17:16:05.692158+0000 mgr.smithi088.srytvt (mgr.14180) 1168 : audit [DBG] from='client.16284 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:16:06.996 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:16:06 smithi088 systemd[1]: Stopping Ceph mon.smithi088 for eb5e91f4-c8fd-11ee-95b9-87774f69a715... 2024-02-11T17:16:06.996 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:16:06 smithi088 bash[157425]: Error: no container with name or ID "ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon.smithi088" found: no such container 2024-02-11T17:16:06.996 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:16:06 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: debug 2024-02-11T17:16:06.994+0000 7f33c1ab0700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-mon -n mon.smithi088 -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-11T17:16:07.285 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:16:06 smithi088 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088[33206]: debug 2024-02-11T17:16:06.994+0000 7f33c1ab0700 -1 mon.smithi088@0(leader) e2 *** Got Signal Terminated *** 2024-02-11T17:16:07.286 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Feb 11 17:16:07 smithi088 bash[157464]: ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi088 2024-02-11T17:16:07.564 DEBUG:teuthology.orchestra.run.smithi088:> sudo pkill -f 'journalctl -f -n 0 -u ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715@mon.smithi088.service' 2024-02-11T17:16:07.657 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-02-11T17:16:07.657 INFO:tasks.cephadm.mon.smithi088:Stopped mon.smithi088 2024-02-11T17:16:07.658 INFO:tasks.cephadm.mon.smithi148:Stopping mon.smithi148... 2024-02-11T17:16:07.658 DEBUG:teuthology.orchestra.run.smithi148:> sudo systemctl stop ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715@mon.smithi148 2024-02-11T17:16:07.946 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:16:07 smithi148 systemd[1]: Stopping Ceph mon.smithi148 for eb5e91f4-c8fd-11ee-95b9-87774f69a715... 2024-02-11T17:16:07.946 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:16:07 smithi148 bash[58590]: Error: no container with name or ID "ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon.smithi148" found: no such container 2024-02-11T17:16:07.947 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:16:07 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: debug 2024-02-11T17:16:07.918+0000 7f046b2d6700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-mon -n mon.smithi148 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-stderr=true (PID: 1) UID: 0 2024-02-11T17:16:07.947 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:16:07 smithi148 ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148[36957]: debug 2024-02-11T17:16:07.918+0000 7f046b2d6700 -1 mon.smithi148@1(peon) e2 *** Got Signal Terminated *** 2024-02-11T17:16:08.405 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Feb 11 17:16:08 smithi148 bash[58629]: ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715-mon-smithi148 2024-02-11T17:16:08.412 DEBUG:teuthology.orchestra.run.smithi148:> sudo pkill -f 'journalctl -f -n 0 -u ceph-eb5e91f4-c8fd-11ee-95b9-87774f69a715@mon.smithi148.service' 2024-02-11T17:16:08.459 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-02-11T17:16:08.459 INFO:tasks.cephadm.mon.smithi148:Stopped mon.smithi148 2024-02-11T17:16:08.459 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid eb5e91f4-c8fd-11ee-95b9-87774f69a715 --force --keep-logs 2024-02-11T17:19:16.627 DEBUG:teuthology.orchestra.run.smithi148:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid eb5e91f4-c8fd-11ee-95b9-87774f69a715 --force --keep-logs 2024-02-11T17:19:57.042 DEBUG:teuthology.orchestra.run.smithi088:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-02-11T17:19:57.081 DEBUG:teuthology.orchestra.run.smithi148:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-02-11T17:19:57.112 INFO:tasks.cephadm:Archiving crash dumps... 2024-02-11T17:19:57.115 DEBUG:teuthology.misc:Transferring archived files from smithi088:/var/lib/ceph/eb5e91f4-c8fd-11ee-95b9-87774f69a715/crash to /home/teuthworker/archive/yuriw-2024-02-11_15:26:36-rados-wip-yuri8-testing-2024-02-07-0820-pacific-distro-default-smithi/7556239/remote/ubuntu@smithi088.front.sepia.ceph.com/crash 2024-02-11T17:19:57.116 DEBUG:teuthology.orchestra.run.smithi088:> sudo tar c -f - -C /var/lib/ceph/eb5e91f4-c8fd-11ee-95b9-87774f69a715/crash -- . 2024-02-11T17:19:57.157 INFO:teuthology.orchestra.run.smithi088.stderr:tar: /var/lib/ceph/eb5e91f4-c8fd-11ee-95b9-87774f69a715/crash: Cannot open: No such file or directory 2024-02-11T17:19:57.158 INFO:teuthology.orchestra.run.smithi088.stderr:tar: Error is not recoverable: exiting now 2024-02-11T17:19:57.159 DEBUG:teuthology.misc:Transferring archived files from smithi148:/var/lib/ceph/eb5e91f4-c8fd-11ee-95b9-87774f69a715/crash to /home/teuthworker/archive/yuriw-2024-02-11_15:26:36-rados-wip-yuri8-testing-2024-02-07-0820-pacific-distro-default-smithi/7556239/remote/ubuntu@smithi148.front.sepia.ceph.com/crash 2024-02-11T17:19:57.161 DEBUG:teuthology.orchestra.run.smithi148:> sudo tar c -f - -C /var/lib/ceph/eb5e91f4-c8fd-11ee-95b9-87774f69a715/crash -- . 2024-02-11T17:19:57.198 INFO:teuthology.orchestra.run.smithi148.stderr:tar: /var/lib/ceph/eb5e91f4-c8fd-11ee-95b9-87774f69a715/crash: Cannot open: No such file or directory 2024-02-11T17:19:57.198 INFO:teuthology.orchestra.run.smithi148.stderr:tar: Error is not recoverable: exiting now 2024-02-11T17:19:57.200 INFO:tasks.cephadm:Checking cluster log for badness... 2024-02-11T17:19:57.200 DEBUG:teuthology.orchestra.run.smithi088:> sudo egrep '\[ERR\]|\[WRN\]|\[SEC\]' /var/log/ceph/eb5e91f4-c8fd-11ee-95b9-87774f69a715/ceph.log | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | head -n 1 2024-02-11T17:19:57.229 INFO:teuthology.orchestra.run.smithi088.stderr:grep: /var/log/ceph/eb5e91f4-c8fd-11ee-95b9-87774f69a715/ceph.log: No such file or directory 2024-02-11T17:19:57.231 INFO:tasks.cephadm:Compressing logs... 2024-02-11T17:19:57.231 DEBUG:teuthology.orchestra.run.smithi088:> 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-11T17:19:57.274 DEBUG:teuthology.orchestra.run.smithi148:> time sudo find /var/log/ceph /var/log/rbd-target-api -name '*.log' -print0 | sudo xargs --max-args=1 --max-procs=0 --verbose -0 --no-run-if-empty -- gzip -5 --verbose -- 2024-02-11T17:19:57.302 INFO:teuthology.orchestra.run.smithi088.stderr:find: ‘/var/log/rbd-target-api’gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-02-11T17:19:57.302 INFO:teuthology.orchestra.run.smithi088.stderr:: No such file or directory 2024-02-11T17:19:57.302 INFO:teuthology.orchestra.run.smithi088.stderr:gzip -5 --verbose -- /var/log/ceph/eb5e91f4-c8fd-11ee-95b9-87774f69a715/ceph-osd.5.log 2024-02-11T17:19:57.302 INFO:teuthology.orchestra.run.smithi088.stderr:/var/log/ceph/cephadm.log: gzip -5 --verbose -- /var/log/ceph/eb5e91f4-c8fd-11ee-95b9-87774f69a715/ceph-client.rgw.foorgw.smithi088.iywfvn.log 2024-02-11T17:19:57.303 INFO:teuthology.orchestra.run.smithi088.stderr:gzip -5 --verbose -- /var/log/ceph/eb5e91f4-c8fd-11ee-95b9-87774f69a715/ceph-osd.7.log 2024-02-11T17:19:57.303 INFO:teuthology.orchestra.run.smithi088.stderr:/var/log/ceph/eb5e91f4-c8fd-11ee-95b9-87774f69a715/ceph-osd.5.log: /var/log/ceph/eb5e91f4-c8fd-11ee-95b9-87774f69a715/ceph-client.rgw.foorgw.smithi088.iywfvn.log: gzip -5 --verbose -- /var/log/ceph/eb5e91f4-c8fd-11ee-95b9-87774f69a715/ceph-osd.1.log 2024-02-11T17:19:57.303 INFO:teuthology.orchestra.run.smithi088.stderr: 65.0% -- replaced with /var/log/ceph/eb5e91f4-c8fd-11ee-95b9-87774f69a715/ceph-client.rgw.foorgw.smithi088.iywfvn.log.gz 2024-02-11T17:19:57.303 INFO:teuthology.orchestra.run.smithi088.stderr:/var/log/ceph/eb5e91f4-c8fd-11ee-95b9-87774f69a715/ceph-osd.7.log: gzip -5 --verbose -- /var/log/ceph/eb5e91f4-c8fd-11ee-95b9-87774f69a715/ceph-mon.smithi088.log 2024-02-11T17:19:57.303 INFO:teuthology.orchestra.run.smithi088.stderr:gzip -5 --verbose -- /var/log/ceph/eb5e91f4-c8fd-11ee-95b9-87774f69a715/ceph-osd.3.log 2024-02-11T17:19:57.303 INFO:teuthology.orchestra.run.smithi088.stderr:/var/log/ceph/eb5e91f4-c8fd-11ee-95b9-87774f69a715/ceph-osd.1.log: /var/log/ceph/eb5e91f4-c8fd-11ee-95b9-87774f69a715/ceph-mon.smithi088.log: gzip -5 --verbose -- /var/log/ceph/eb5e91f4-c8fd-11ee-95b9-87774f69a715/ceph-volume.log 2024-02-11T17:19:57.305 INFO:teuthology.orchestra.run.smithi148.stderr:find: ‘/var/log/rbd-target-api’gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-02-11T17:19:57.306 INFO:teuthology.orchestra.run.smithi148.stderr:: No such file or directory 2024-02-11T17:19:57.306 INFO:teuthology.orchestra.run.smithi148.stderr:gzip -5 --verbose -- /var/log/ceph/eb5e91f4-c8fd-11ee-95b9-87774f69a715/ceph-mgr.smithi148.bnqcgm.log 2024-02-11T17:19:57.306 INFO:teuthology.orchestra.run.smithi148.stderr:/var/log/ceph/cephadm.log: gzip -5 --verbose -- /var/log/ceph/eb5e91f4-c8fd-11ee-95b9-87774f69a715/ceph-client.rgw.foorgw.smithi148.owqsxw.log 2024-02-11T17:19:57.306 INFO:teuthology.orchestra.run.smithi148.stderr:/var/log/ceph/eb5e91f4-c8fd-11ee-95b9-87774f69a715/ceph-mgr.smithi148.bnqcgm.log: gzip -5 --verbose -- /var/log/ceph/eb5e91f4-c8fd-11ee-95b9-87774f69a715/ceph-osd.2.log 2024-02-11T17:19:57.306 INFO:teuthology.orchestra.run.smithi148.stderr:gzip -5 --verbose -- /var/log/ceph/eb5e91f4-c8fd-11ee-95b9-87774f69a715/ceph-volume.log 2024-02-11T17:19:57.306 INFO:teuthology.orchestra.run.smithi148.stderr:/var/log/ceph/eb5e91f4-c8fd-11ee-95b9-87774f69a715/ceph-client.rgw.foorgw.smithi148.owqsxw.log: 63.7%/var/log/ceph/eb5e91f4-c8fd-11ee-95b9-87774f69a715/ceph-osd.2.log: -- replaced with /var/log/ceph/eb5e91f4-c8fd-11ee-95b9-87774f69a715/ceph-client.rgw.foorgw.smithi148.owqsxw.log.gz 2024-02-11T17:19:57.306 INFO:teuthology.orchestra.run.smithi148.stderr:gzip -5 --verbose -- /var/log/ceph/eb5e91f4-c8fd-11ee-95b9-87774f69a715/ceph-osd.0.log 2024-02-11T17:19:57.306 INFO:teuthology.orchestra.run.smithi148.stderr:/var/log/ceph/eb5e91f4-c8fd-11ee-95b9-87774f69a715/ceph-volume.log: gzip -5 --verbose -- /var/log/ceph/eb5e91f4-c8fd-11ee-95b9-87774f69a715/ceph-osd.6.log 2024-02-11T17:19:57.307 INFO:teuthology.orchestra.run.smithi148.stderr:/var/log/ceph/eb5e91f4-c8fd-11ee-95b9-87774f69a715/ceph-osd.0.log: gzip -5 --verbose -- /var/log/ceph/eb5e91f4-c8fd-11ee-95b9-87774f69a715/ceph-mon.smithi148.log 2024-02-11T17:19:57.310 INFO:teuthology.orchestra.run.smithi148.stderr:/var/log/ceph/eb5e91f4-c8fd-11ee-95b9-87774f69a715/ceph-osd.6.log: /var/log/ceph/eb5e91f4-c8fd-11ee-95b9-87774f69a715/ceph-mon.smithi148.log: 90.7% -- replaced with /var/log/ceph/cephadm.log.gz 2024-02-11T17:19:57.310 INFO:teuthology.orchestra.run.smithi148.stderr:gzip -5 --verbose -- /var/log/ceph/eb5e91f4-c8fd-11ee-95b9-87774f69a715/ceph-osd.4.log 2024-02-11T17:19:57.310 INFO:teuthology.orchestra.run.smithi148.stderr:/var/log/ceph/eb5e91f4-c8fd-11ee-95b9-87774f69a715/ceph-osd.4.log: 92.6% -- replaced with /var/log/ceph/eb5e91f4-c8fd-11ee-95b9-87774f69a715/ceph-volume.log.gz 2024-02-11T17:19:57.310 INFO:teuthology.orchestra.run.smithi148.stderr: 93.2% -- replaced with /var/log/ceph/eb5e91f4-c8fd-11ee-95b9-87774f69a715/ceph-mgr.smithi148.bnqcgm.log.gz 2024-02-11T17:19:57.311 INFO:teuthology.orchestra.run.smithi088.stderr:/var/log/ceph/eb5e91f4-c8fd-11ee-95b9-87774f69a715/ceph-osd.3.log: /var/log/ceph/eb5e91f4-c8fd-11ee-95b9-87774f69a715/ceph-volume.log: 92.6% -- replaced with /var/log/ceph/eb5e91f4-c8fd-11ee-95b9-87774f69a715/ceph-volume.log.gz 2024-02-11T17:19:57.311 INFO:teuthology.orchestra.run.smithi088.stderr:gzip -5 --verbose -- /var/log/ceph/eb5e91f4-c8fd-11ee-95b9-87774f69a715/ceph-mgr.smithi088.srytvt.log 2024-02-11T17:19:57.335 INFO:teuthology.orchestra.run.smithi088.stderr:/var/log/ceph/eb5e91f4-c8fd-11ee-95b9-87774f69a715/ceph-mgr.smithi088.srytvt.log: 94.5% -- replaced with /var/log/ceph/cephadm.log.gz 2024-02-11T17:19:57.505 INFO:teuthology.orchestra.run.smithi088.stderr: 90.5% -- replaced with /var/log/ceph/eb5e91f4-c8fd-11ee-95b9-87774f69a715/ceph-mgr.smithi088.srytvt.log.gz 2024-02-11T17:19:57.599 INFO:teuthology.orchestra.run.smithi148.stderr: 92.6% -- replaced with /var/log/ceph/eb5e91f4-c8fd-11ee-95b9-87774f69a715/ceph-mon.smithi148.log.gz 2024-02-11T17:19:58.193 INFO:teuthology.orchestra.run.smithi088.stderr: 93.6% -- replaced with /var/log/ceph/eb5e91f4-c8fd-11ee-95b9-87774f69a715/ceph-osd.7.log.gz 2024-02-11T17:19:58.231 INFO:teuthology.orchestra.run.smithi088.stderr: 93.3% -- replaced with /var/log/ceph/eb5e91f4-c8fd-11ee-95b9-87774f69a715/ceph-osd.1.log.gz 2024-02-11T17:19:58.238 INFO:teuthology.orchestra.run.smithi088.stderr: 90.4% -- replaced with /var/log/ceph/eb5e91f4-c8fd-11ee-95b9-87774f69a715/ceph-mon.smithi088.log.gz 2024-02-11T17:19:58.241 INFO:teuthology.orchestra.run.smithi148.stderr: 93.7% -- replaced with /var/log/ceph/eb5e91f4-c8fd-11ee-95b9-87774f69a715/ceph-osd.4.log.gz 2024-02-11T17:19:58.272 INFO:teuthology.orchestra.run.smithi148.stderr: 93.3% -- replaced with /var/log/ceph/eb5e91f4-c8fd-11ee-95b9-87774f69a715/ceph-osd.2.log.gz 2024-02-11T17:19:58.303 INFO:teuthology.orchestra.run.smithi088.stderr: 93.4% -- replaced with /var/log/ceph/eb5e91f4-c8fd-11ee-95b9-87774f69a715/ceph-osd.5.log.gz 2024-02-11T17:19:58.305 INFO:teuthology.orchestra.run.smithi148.stderr: 93.3% -- replaced with /var/log/ceph/eb5e91f4-c8fd-11ee-95b9-87774f69a715/ceph-osd.6.log.gz 2024-02-11T17:19:58.491 INFO:teuthology.orchestra.run.smithi148.stderr: 93.5% -- replaced with /var/log/ceph/eb5e91f4-c8fd-11ee-95b9-87774f69a715/ceph-osd.0.log.gz 2024-02-11T17:19:58.492 INFO:teuthology.orchestra.run.smithi148.stderr: 2024-02-11T17:19:58.493 INFO:teuthology.orchestra.run.smithi148.stderr:real 0m1.203s 2024-02-11T17:19:58.493 INFO:teuthology.orchestra.run.smithi148.stderr:user 0m4.231s 2024-02-11T17:19:58.493 INFO:teuthology.orchestra.run.smithi148.stderr:sys 0m0.197s 2024-02-11T17:19:58.763 INFO:teuthology.orchestra.run.smithi088.stderr: 93.5% -- replaced with /var/log/ceph/eb5e91f4-c8fd-11ee-95b9-87774f69a715/ceph-osd.3.log.gz 2024-02-11T17:19:58.765 INFO:teuthology.orchestra.run.smithi088.stderr: 2024-02-11T17:19:58.765 INFO:teuthology.orchestra.run.smithi088.stderr:real 0m1.477s 2024-02-11T17:19:58.765 INFO:teuthology.orchestra.run.smithi088.stderr:user 0m5.253s 2024-02-11T17:19:58.766 INFO:teuthology.orchestra.run.smithi088.stderr:sys 0m0.223s 2024-02-11T17:19:58.766 INFO:tasks.cephadm:Archiving logs... 2024-02-11T17:19:58.766 DEBUG:teuthology.misc:Transferring archived files from smithi088:/var/log/ceph to /home/teuthworker/archive/yuriw-2024-02-11_15:26:36-rados-wip-yuri8-testing-2024-02-07-0820-pacific-distro-default-smithi/7556239/remote/ubuntu@smithi088.front.sepia.ceph.com/log 2024-02-11T17:19:58.767 DEBUG:teuthology.orchestra.run.smithi088:> sudo tar c -f - -C /var/log/ceph -- . 2024-02-11T17:19:59.572 DEBUG:teuthology.misc:Transferring archived files from smithi148:/var/log/ceph to /home/teuthworker/archive/yuriw-2024-02-11_15:26:36-rados-wip-yuri8-testing-2024-02-07-0820-pacific-distro-default-smithi/7556239/remote/ubuntu@smithi148.front.sepia.ceph.com/log 2024-02-11T17:19:59.573 DEBUG:teuthology.orchestra.run.smithi148:> sudo tar c -f - -C /var/log/ceph -- . 2024-02-11T17:20:00.263 INFO:tasks.cephadm:Removing cluster... 2024-02-11T17:20:00.263 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid eb5e91f4-c8fd-11ee-95b9-87774f69a715 --force 2024-02-11T17:20:00.640 DEBUG:teuthology.orchestra.run.smithi148:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid eb5e91f4-c8fd-11ee-95b9-87774f69a715 --force 2024-02-11T17:20:01.030 INFO:tasks.cephadm:Removing cephadm ... 2024-02-11T17:20:01.030 DEBUG:teuthology.orchestra.run.smithi088:> rm -rf /home/ubuntu/cephtest/cephadm 2024-02-11T17:20:01.048 DEBUG:teuthology.orchestra.run.smithi148:> rm -rf /home/ubuntu/cephtest/cephadm 2024-02-11T17:20:01.066 INFO:tasks.cephadm:Teardown complete 2024-02-11T17:20:01.066 DEBUG:teuthology.run_tasks:Unwinding manager nvme_loop 2024-02-11T17:20:01.077 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi088:/dev/vg_nvme/lv_1... 2024-02-11T17:20:01.077 DEBUG:teuthology.orchestra.run.smithi088:> sudo nvme disconnect -n lv_1 2024-02-11T17:20:01.220 INFO:teuthology.orchestra.run.smithi088.stdout:NQN:lv_1 disconnected 1 controller(s) 2024-02-11T17:20:01.222 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-02-11T17:20:01.222 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi088:/dev/vg_nvme/lv_2... 2024-02-11T17:20:01.223 DEBUG:teuthology.orchestra.run.smithi088:> sudo nvme disconnect -n lv_2 2024-02-11T17:20:01.375 INFO:teuthology.orchestra.run.smithi088.stdout:NQN:lv_2 disconnected 1 controller(s) 2024-02-11T17:20:01.376 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-02-11T17:20:01.377 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi088:/dev/vg_nvme/lv_3... 2024-02-11T17:20:01.377 DEBUG:teuthology.orchestra.run.smithi088:> sudo nvme disconnect -n lv_3 2024-02-11T17:20:01.522 INFO:teuthology.orchestra.run.smithi088.stdout:NQN:lv_3 disconnected 1 controller(s) 2024-02-11T17:20:01.523 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-02-11T17:20:01.524 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi088:/dev/vg_nvme/lv_4... 2024-02-11T17:20:01.524 DEBUG:teuthology.orchestra.run.smithi088:> sudo nvme disconnect -n lv_4 2024-02-11T17:20:01.655 INFO:teuthology.orchestra.run.smithi088.stdout:NQN:lv_4 disconnected 1 controller(s) 2024-02-11T17:20:01.656 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-02-11T17:20:01.657 DEBUG:teuthology.orchestra.run.smithi088:> set -ex 2024-02-11T17:20:01.657 DEBUG:teuthology.orchestra.run.smithi088:> sudo dd of=/scratch_devs 2024-02-11T17:20:01.683 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi148:/dev/vg_nvme/lv_1... 2024-02-11T17:20:01.683 DEBUG:teuthology.orchestra.run.smithi148:> sudo nvme disconnect -n lv_1 2024-02-11T17:20:01.819 INFO:teuthology.orchestra.run.smithi148.stdout:NQN:lv_1 disconnected 1 controller(s) 2024-02-11T17:20:01.821 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-02-11T17:20:01.821 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi148:/dev/vg_nvme/lv_2... 2024-02-11T17:20:01.821 DEBUG:teuthology.orchestra.run.smithi148:> sudo nvme disconnect -n lv_2 2024-02-11T17:20:01.940 INFO:teuthology.orchestra.run.smithi148.stdout:NQN:lv_2 disconnected 1 controller(s) 2024-02-11T17:20:01.941 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-02-11T17:20:01.941 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi148:/dev/vg_nvme/lv_3... 2024-02-11T17:20:01.941 DEBUG:teuthology.orchestra.run.smithi148:> sudo nvme disconnect -n lv_3 2024-02-11T17:20:02.057 INFO:teuthology.orchestra.run.smithi148.stdout:NQN:lv_3 disconnected 1 controller(s) 2024-02-11T17:20:02.058 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-02-11T17:20:02.058 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi148:/dev/vg_nvme/lv_4... 2024-02-11T17:20:02.059 DEBUG:teuthology.orchestra.run.smithi148:> sudo nvme disconnect -n lv_4 2024-02-11T17:20:02.183 INFO:teuthology.orchestra.run.smithi148.stdout:NQN:lv_4 disconnected 1 controller(s) 2024-02-11T17:20:02.184 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-02-11T17:20:02.184 DEBUG:teuthology.orchestra.run.smithi148:> set -ex 2024-02-11T17:20:02.184 DEBUG:teuthology.orchestra.run.smithi148:> sudo dd of=/scratch_devs 2024-02-11T17:20:02.212 DEBUG:teuthology.run_tasks:Unwinding manager clock 2024-02-11T17:20:02.223 INFO:teuthology.task.clock:Checking final clock skew... 2024-02-11T17:20:02.223 DEBUG:teuthology.orchestra.run.smithi088:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-02-11T17:20:02.225 DEBUG:teuthology.orchestra.run.smithi148:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-02-11T17:20:02.241 INFO:teuthology.orchestra.run.smithi088.stderr:bash: ntpq: command not found 2024-02-11T17:20:02.246 INFO:teuthology.orchestra.run.smithi088.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-02-11T17:20:02.246 INFO:teuthology.orchestra.run.smithi088.stdout:=============================================================================== 2024-02-11T17:20:02.246 INFO:teuthology.orchestra.run.smithi088.stdout:^+ hv01.front.sepia.ceph.com 2 7 377 5 +1200us[+1200us] +/- 97ms 2024-02-11T17:20:02.246 INFO:teuthology.orchestra.run.smithi088.stdout:^* hv02.front.sepia.ceph.com 3 7 377 73 -1181us[-1123us] +/- 77ms 2024-02-11T17:20:02.246 INFO:teuthology.orchestra.run.smithi088.stdout:^+ hv03.front.sepia.ceph.com 3 6 377 6 +270us[ +270us] +/- 70ms 2024-02-11T17:20:02.246 INFO:teuthology.orchestra.run.smithi088.stdout:^? hv04.front.sepia.ceph.com 0 9 0 - +0ns[ +0ns] +/- 0ns 2024-02-11T17:20:02.267 INFO:teuthology.orchestra.run.smithi148.stderr:bash: ntpq: command not found 2024-02-11T17:20:02.271 INFO:teuthology.orchestra.run.smithi148.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-02-11T17:20:02.271 INFO:teuthology.orchestra.run.smithi148.stdout:=============================================================================== 2024-02-11T17:20:02.272 INFO:teuthology.orchestra.run.smithi148.stdout:^+ hv01.front.sepia.ceph.com 2 6 377 7 +1189us[+1187us] +/- 97ms 2024-02-11T17:20:02.272 INFO:teuthology.orchestra.run.smithi148.stdout:^* hv02.front.sepia.ceph.com 3 6 377 6 -1203us[-1205us] +/- 78ms 2024-02-11T17:20:02.272 INFO:teuthology.orchestra.run.smithi148.stdout:^+ hv03.front.sepia.ceph.com 3 6 377 8 +285us[ +282us] +/- 70ms 2024-02-11T17:20:02.272 INFO:teuthology.orchestra.run.smithi148.stdout:^? hv04.front.sepia.ceph.com 0 9 0 - +0ns[ +0ns] +/- 0ns 2024-02-11T17:20:02.273 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2024-02-11T17:20:02.283 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2024-02-11T17:20:02.284 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2024-02-11T17:20:02.293 DEBUG:teuthology.orchestra.run.smithi088:> 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-11T17:20:02.369 DEBUG:teuthology.orchestra.run.smithi148:> mkdir /home/ubuntu/cephtest/archive/audit && sudo cp /var/log/audit/audit.log /home/ubuntu/cephtest/archive/audit && sudo chown $USER /home/ubuntu/cephtest/archive/audit/audit.log && gzip /home/ubuntu/cephtest/archive/audit/audit.log 2024-02-11T17:20:02.430 DEBUG:teuthology.orchestra.run.smithi088:> 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-11T17:20:02.462 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-02-11T17:20:02.462 DEBUG:teuthology.orchestra.run.smithi148:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 2024-02-11T17:20:02.491 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-02-11T17:20:02.492 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2024-02-11T17:20:02.503 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2024-02-11T17:20:02.514 INFO:teuthology.task.internal:Duration was 2139.706495 seconds 2024-02-11T17:20:02.514 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2024-02-11T17:20:02.524 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2024-02-11T17:20:02.524 DEBUG:teuthology.orchestra.run.smithi088:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-02-11T17:20:02.526 DEBUG:teuthology.orchestra.run.smithi148:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-02-11T17:20:02.572 INFO:teuthology.orchestra.run.smithi088.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-02-11T17:20:02.578 INFO:teuthology.orchestra.run.smithi148.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-02-11T17:20:02.707 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2024-02-11T17:20:02.707 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi088.front.sepia.ceph.com 2024-02-11T17:20:02.707 DEBUG:teuthology.orchestra.run.smithi088:> 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-11T17:20:02.729 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi148.front.sepia.ceph.com 2024-02-11T17:20:02.729 DEBUG:teuthology.orchestra.run.smithi148:> egrep --binary-files=text '\bBUG\b|\bINFO\b|\bDEADLOCK\b' /home/ubuntu/cephtest/archive/syslog/kern.log | grep -v 'task .* blocked for more than .* seconds' | grep -v 'lockdep is turned off' | grep -v 'trying to register non-static key' | grep -v 'DEBUG: fsize' | grep -v CRON | grep -v 'BUG: bad unlock balance detected' | grep -v 'inconsistent lock state' | grep -v '*** DEADLOCK ***' | grep -v 'INFO: possible irq lock inversion dependency detected' | grep -v 'INFO: NMI handler (perf_event_nmi_handler) took too long to run' | grep -v 'INFO: recovery required on readonly' | grep -v 'ceph-create-keys: INFO' | grep -v INFO:ceph-create-keys | grep -v 'Loaded datasource DataSourceOpenStack' | grep -v 'container-storage-setup: INFO: Volume group backing root filesystem could not be determined' | egrep -v '\bsalt-master\b|\bsalt-minion\b|\bsalt-api\b' | grep -v ceph-crash | egrep -v '\btcmu-runner\b.*\bINFO\b' | head -n 1 2024-02-11T17:20:02.751 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2024-02-11T17:20:02.751 DEBUG:teuthology.orchestra.run.smithi088:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-02-11T17:20:02.771 DEBUG:teuthology.orchestra.run.smithi148:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-02-11T17:20:02.846 INFO:teuthology.task.internal.syslog:Gathering journactl -b0... 2024-02-11T17:20:02.847 DEBUG:teuthology.orchestra.run.smithi088:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-02-11T17:20:02.849 DEBUG:teuthology.orchestra.run.smithi148:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-02-11T17:20:03.007 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2024-02-11T17:20:03.018 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2024-02-11T17:20:03.019 DEBUG:teuthology.orchestra.run.smithi088:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-02-11T17:20:03.045 DEBUG:teuthology.orchestra.run.smithi148:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-02-11T17:20:03.073 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2024-02-11T17:20:03.084 DEBUG:teuthology.orchestra.run.smithi088:> 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-11T17:20:03.088 DEBUG:teuthology.orchestra.run.smithi148:> sudo sysctl -w kernel.core_pattern=core && sudo bash -c 'for f in `find /home/ubuntu/cephtest/archive/coredump -type f`; do file $f | grep -q systemd-sysusers && rm $f || true ; done' && rmdir --ignore-fail-on-non-empty -- /home/ubuntu/cephtest/archive/coredump 2024-02-11T17:20:03.112 INFO:teuthology.orchestra.run.smithi088.stdout:kernel.core_pattern = core 2024-02-11T17:20:03.140 INFO:teuthology.orchestra.run.smithi148.stdout:kernel.core_pattern = core 2024-02-11T17:20:03.160 DEBUG:teuthology.orchestra.run.smithi088:> test -e /home/ubuntu/cephtest/archive/coredump 2024-02-11T17:20:03.206 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-02-11T17:20:03.207 DEBUG:teuthology.orchestra.run.smithi148:> test -e /home/ubuntu/cephtest/archive/coredump 2024-02-11T17:20:03.222 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-02-11T17:20:03.223 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2024-02-11T17:20:03.235 INFO:teuthology.task.internal:Transferring archived files... 2024-02-11T17:20:03.236 DEBUG:teuthology.misc:Transferring archived files from smithi088:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/yuriw-2024-02-11_15:26:36-rados-wip-yuri8-testing-2024-02-07-0820-pacific-distro-default-smithi/7556239/remote/smithi088 2024-02-11T17:20:03.237 DEBUG:teuthology.orchestra.run.smithi088:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-02-11T17:20:03.295 DEBUG:teuthology.misc:Transferring archived files from smithi148:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/yuriw-2024-02-11_15:26:36-rados-wip-yuri8-testing-2024-02-07-0820-pacific-distro-default-smithi/7556239/remote/smithi148 2024-02-11T17:20:03.296 DEBUG:teuthology.orchestra.run.smithi148:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-02-11T17:20:03.337 INFO:teuthology.task.internal:Removing archive directory... 2024-02-11T17:20:03.337 DEBUG:teuthology.orchestra.run.smithi088:> rm -rf -- /home/ubuntu/cephtest/archive 2024-02-11T17:20:03.340 DEBUG:teuthology.orchestra.run.smithi148:> rm -rf -- /home/ubuntu/cephtest/archive 2024-02-11T17:20:03.387 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2024-02-11T17:20:03.401 INFO:teuthology.task.internal:Not uploading archives. 2024-02-11T17:20:03.401 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2024-02-11T17:20:03.413 INFO:teuthology.task.internal:Tidying up after the test... 2024-02-11T17:20:03.413 DEBUG:teuthology.orchestra.run.smithi088:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-02-11T17:20:03.415 DEBUG:teuthology.orchestra.run.smithi148:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-02-11T17:20:03.430 INFO:teuthology.orchestra.run.smithi088.stdout: 262179 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Feb 11 17:20 /home/ubuntu/cephtest 2024-02-11T17:20:03.444 INFO:teuthology.orchestra.run.smithi148.stdout: 262158 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Feb 11 17:20 /home/ubuntu/cephtest 2024-02-11T17:20:03.445 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2024-02-11T17:20:03.457 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2024-02-11T17:20:03.481 INFO:teuthology.nuke:Checking targets against current locks 2024-02-11T17:20:03.509 DEBUG:teuthology.nuke:shortname: smithi088 2024-02-11T17:20:03.509 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-02-11T17:20:03.535 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi088.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2024-02-11_15:26:36-rados-wip-yuri8-testing-2024-02-07-0820-pacific-distro-default-smithi/7556239', '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-11 16:38:30.807181', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBM1IxqWWoMILeGogo72LuoMvD7EArAMFAVpdkK3jV+/bCbRmA4bmnv4YAQyKz0tURajilg6724etOB3yIIHLE20='} 2024-02-11T17:20:03.538 DEBUG:teuthology.nuke:shortname: smithi148 2024-02-11T17:20:03.539 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-02-11T17:20:03.563 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi148.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2024-02-11_15:26:36-rados-wip-yuri8-testing-2024-02-07-0820-pacific-distro-default-smithi/7556239', '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-11 16:38:30.808744', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBPYavKS8JhgZ3J/7Rw7S87BbkuaXD60WhTerFpWqSqjCnrZRDG2iGtj0DHzSf4vIwrBc/IUs76URvND5THcBdo0='} 2024-02-11T17:20:03.586 INFO:teuthology.orchestra.console.smithi088:Power off 2024-02-11T17:20:03.586 DEBUG:teuthology.orchestra.console.smithi088:pexpect command: ipmitool -H smithi088.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-02-11T17:20:03.611 DEBUG:teuthology.orchestra.console.smithi088:power off output: Chassis Power Control: Down/Off 2024-02-11T17:20:03.611 DEBUG:teuthology.orchestra.console.smithi088:pexpect command: ipmitool -H smithi088.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-02-11T17:20:03.627 INFO:teuthology.orchestra.console.smithi148:Power off 2024-02-11T17:20:03.627 DEBUG:teuthology.orchestra.console.smithi148:pexpect command: ipmitool -H smithi148.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-02-11T17:20:03.636 DEBUG:teuthology.orchestra.console.smithi088:check power output: Chassis Power is on 2024-02-11T17:20:03.649 DEBUG:teuthology.orchestra.console.smithi148:power off output: Chassis Power Control: Down/Off 2024-02-11T17:20:03.649 DEBUG:teuthology.orchestra.console.smithi148:pexpect command: ipmitool -H smithi148.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-02-11T17:20:03.670 DEBUG:teuthology.orchestra.console.smithi148:check power output: Chassis Power is on 2024-02-11T17:20:07.637 DEBUG:teuthology.orchestra.console.smithi088:pexpect command: ipmitool -H smithi088.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-02-11T17:20:07.672 DEBUG:teuthology.orchestra.console.smithi148:pexpect command: ipmitool -H smithi148.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-02-11T17:20:07.747 DEBUG:teuthology.orchestra.console.smithi088:check power output: Chassis Power is on 2024-02-11T17:20:07.782 DEBUG:teuthology.orchestra.console.smithi148:check power output: Chassis Power is on 2024-02-11T17:20:11.752 DEBUG:teuthology.orchestra.console.smithi088:pexpect command: ipmitool -H smithi088.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-02-11T17:20:11.782 DEBUG:teuthology.orchestra.console.smithi148:pexpect command: ipmitool -H smithi148.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-02-11T17:20:11.862 DEBUG:teuthology.orchestra.console.smithi088:check power output: Chassis Power is off 2024-02-11T17:20:11.892 DEBUG:teuthology.orchestra.console.smithi148:check power output: Chassis Power is on 2024-02-11T17:20:11.963 INFO:teuthology.orchestra.console.smithi088:Power off completed 2024-02-11T17:20:15.896 DEBUG:teuthology.orchestra.console.smithi148:pexpect command: ipmitool -H smithi148.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-02-11T17:20:16.006 DEBUG:teuthology.orchestra.console.smithi148:check power output: Chassis Power is off 2024-02-11T17:20:16.107 INFO:teuthology.orchestra.console.smithi148:Power off completed 2024-02-11T17:20:16.211 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: 2139.7064950466156 failure_reason: reached maximum tries (301) after waiting for 300 seconds owner: scheduled_yuriw@teuthology sentry_event: https://sentry.ceph.com/organizations/ceph/?query=698ad68464e1435ba3f0d332b151dfe2 status: fail success: false 2024-02-11T17:20:16.211 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-02-11T17:20:16.296 INFO:teuthology.run:FAIL